OBJECT
RubrikManagedDcaTarget
Description
Specific information for DCA archival target created on Rubrik cluster.
link GraphQL Schema definition
- type RubrikManagedDcaTarget implements Target {
- # Name of the DCA target.
- String! :
- # Amazon S3 endpoint of the DCA target.
- String! :
- # Role name provided for the DCA target.
- String! :
- # Agency provided for the DCA target.
- String! :
- # Certificate content provided for the DCA target.
- String! :
- # KMS master key provided for the DCA target.
- String! :
- # Token duration in minutes of the DCA target.
- Int! :
- # Connection status of the DCA target.
- ConnectionStatusType! :
- # Bucket name of the DCA target.
- String! :
- # CAP endpoint of the DCA target.
- String! :
- # Mission of the DCA target.
- String! :
- # Region of the DCA target.
- AwsDcaRegion! :
- # RSA key of the DCA target.
- String! :
- # Synchronization status of DCA location.
- TargetSyncStatus! :
- # Reason for the synchronization failure between this target and Rubrik CDM.
- String! :
- # Encryption type provided for the DCA target.
- TargetEncryptionTypeEnum! :
- # AWS retrieval tier of the DCA target.
- AwsRetrievalTier! :
- # Storage class of the DCA target.
- AwsStorageClass! :
- # The cluster to which this target belongs.
- Cluster! :
- # The type of the target.
- TargetType! :
- # The ID of the target.
- String! :
- # The scope of the location of the target. Possible values are Global or Local.
- LocationScope! :
- # Specifies whether the status of the target is active. When set to false, the
- # target is either paused or not enabled.
- Boolean! :
- # Specifies whether the target is archived.
- Boolean! :
- # Archival location to which the mapping target belongs.
- TargetMappingBasic :
- # Name of the Rubrik cluster that archives to this archival location.
- String :
- # Status of the target.
- ArchivalLocationStatus! :
- # Upgrade status of the target.
- UpgradeStatus! :
- # Number of bytes stored on the target.
- Long :
- # Number of archiving tasks running on this target.
- Int :
- # Number of archiving tasks failed on this target.
- Int :
- # The retrieval method of the reader target.
- ReaderRetrievalMethod :
- # List of archival groups the archival target belongs to. In case the target has
- # no valid mappings, a null array is returned.
- TargetMappingBasic!] : [
- # Status of the target.
- ConnectionStatusType! :
- }
link Require by
This element is not required by anyone