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