ENUM

PendingActionSubGroupTypeEnum

Description

The specific subgroup type that defines the exact operation to be performed within a pending action group.

link GraphQL Schema definition

  • enum PendingActionSubGroupTypeEnum {
  • # Adds a cluster as replication target.
  • ADD_CLUSTER_AS_REPLICATION_TARGET
  • # Deletes an archival location.
  • ARCHIVAL_LOCATION_DELETE
  • # Disables an archival location.
  • ARCHIVAL_LOCATION_DISABLE
  • # Enables an archival location.
  • ARCHIVAL_LOCATION_ENABLE
  • # Pauses operations on an archival location.
  • ARCHIVAL_LOCATION_PAUSE
  • # Resumes operations on an archival location.
  • ARCHIVAL_LOCATION_RESUME
  • # Creates or updates AWS compute settings.
  • AWS_COMPUTE_SETTING_UPSERT
  • # Creates or updates AWS IAM customer account configuration.
  • AWS_IAM_CUSTOMER_ACCOUNT_UPSERT
  • # Creates AWS role-based archival location.
  • AWS_ROLE_BASED_ARCHIVAL_LOCATION
  • # Creates or updates Azure customer feature configuration.
  • AZURE_CUSTOMER_FEATURE_UPSERT
  • # Creates a new application blueprint.
  • BLUEPRINT_CREATE
  • # Deletes an application blueprint.
  • BLUEPRINT_DELETE
  • # Deprecates an application blueprint.
  • BLUEPRINT_DEPRECATE
  • # Updates an existing application blueprint.
  • BLUEPRINT_UPDATE
  • # Updates access credentials of a cloud account to CDM using RSC.
  • CLOUD_ACCOUNT_UPDATE
  • # Retrieves cluster peer token for replication setup.
  • CLUSTER_PEER_TOKEN_GET
  • # Retrieves and sets cluster peer token in a single operation.
  • CLUSTER_PEER_TOKEN_GET_AND_SET
  • # Sets cluster peer token for replication setup.
  • CLUSTER_PEER_TOKEN_SET
  • # The subgroup type of the pending action is for creating DCA archival location.
  • DCA_LOCATION_PUT
  • # The subgroup type of the pending action is for creating DCA reader archival
  • # location.
  • DCA_LOCATION_READER_POST
  • # Disables a replication location.
  • DISABLE_REPLICATION_LOCATION_PUT
  • # Enables a location as a replication target.
  • ENABLE_LOCATION_AS_REPLICATION_TARGET
  • # Enables Polaris as a replication source.
  • ENABLE_POLARIS_AS_REPLICATION_SOURCE
  • # Configures or deletes federated login configuration.
  • FEDERATED_LOGIN
  • # Assigns a global SLA domain to objects.
  • GLOBAL_SLA_ASSIGN
  • # Assigns retention SLA to a snappable object.
  • GLOBAL_SLA_ASSIGN_RETENTION_SLA_TO_SNAPPABLE
  • # Assigns retention SLA to a snapshot.
  • GLOBAL_SLA_ASSIGN_RETENTION_SLA_TO_SNAPSHOT
  • # Assigns retention SLA to a snapshot using v2 API.
  • GLOBAL_SLA_ASSIGN_RETENTION_SLA_TO_SNAPSHOT_V2
  • # Deletes a global SLA domain.
  • GLOBAL_SLA_DELETE
  • # Creates or updates a global SLA domain.
  • GLOBAL_SLA_PUT
  • # Subgroup used for granting authorization to the CDM role using RSC.
  • GRANT_AUTHZ
  • # The subgroup type of the pending action is for creating LCK archival location.
  • LCK_LOCATION_PUT
  • # The subgroup type of the pending action is for creating LCK reader archival
  • # location.
  • LCK_LOCATION_READER_POST
  • # Creates or updates an NFS archival location.
  • NFS_LOCATION_PUT
  • # Creates a reader for NFS archival location.
  • NFS_LOCATION_READER_POST
  • # Creates or updates an object store archival location.
  • OBJECT_STORE_LOCATION_PUT
  • # Creates a reader for object store archival location.
  • OBJECT_STORE_LOCATION_READER_POST
  • # The subgroup type of the pending action is forput of Q-star location.
  • QSTAR_LOCATION_PUT
  • # The subgroup type of the pending action is forcreate of reader of Q=star
  • # location.
  • QSTAR_LOCATION_READER_POST
  • # Subgroup used for revoking authorization to the CDM role using RSC.
  • REVOKE_AUTHZ
  • # Subgroup used for role creation in CDM using RSC.
  • ROLE_CREATION
  • # Subgroup used for role deletion in CDM using RSC.
  • ROLE_DELETION
  • # Subgroup used for role updation in CDM using RSC.
  • ROLE_UPDATION
  • # Creates or updates an S3-compatible archival location.
  • S3COMPATIBLE_LOCATION_PUT
  • # Creates a reader for S3-compatible archival location.
  • S3COMPATIBLE_LOCATION_READER_POST
  • # The subgroup type of the pending action is for adding a KMIP server.
  • SECURITY_SETTING_ADD_KMIP_SERVER
  • # The subgroup type of the pending action is for deleting a KMIP server.
  • SECURITY_SETTING_DELETE_KMIP_SERVER
  • # The subgroup type of the pending action is for editing a KMIP server.
  • SECURITY_SETTING_EDIT_KMIP_SERVER
  • # The subgroup type of the pending action is for editing a KMS Key Vault.
  • SECURITY_SETTING_EDIT_KMS_KEY_VAULT
  • # Deletes an RSC service account from CDM cluster.
  • SERVICE_ACCOUNT_DELETE
  • # Synchronizes an RSC service account.
  • SERVICE_ACCOUNT_SYNC
  • # Subgroup used for toggling protection pause status at object level.
  • TOGGLE_OBJECT_PAUSE
  • # Deletes snapshots of unmanaged objects.
  • UNMANAGED_OBJECT_DELETE_SNAPSHOTS
  • # Deletes all snapshots of a specific unmanaged object.
  • UNMANAGED_OBJECT_DELETE_SNAPSHOTS_OF_OBJECT
  • }