OBJECT
RubrikManagedLckTarget
Description
Specific information for LCK archival target created on Rubrik cluster.
link GraphQL Schema definition
- type RubrikManagedLckTarget implements Target {
- # Account name of the LCK target.
- : String!
- # Agency provided for the LCK target.
- : String!
- # AWS retrieval tier of the LCK target.
- : AwsRetrievalTier!
- # Bucket name of the LCK target.
- : String!
- # Certificate content provided for the LCK 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 LCK target.
- : ConnectionStatusType!
- # Number of bytes stored on the target.
- : Long
- # Encryption type provided for the LCK target.
- : TargetEncryptionTypeEnum!
- # Number of archiving tasks failed on this target.
- : Int
- # Geo axis endpoint of the LCK target.
- : String!
- # 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 LCK target.
- : String!
- # Status of the target.
- : ConnectionStatusType!
- # The scope of the location of the target. Possible values are Global or Local.
- : LocationScope!
- # The name of the target.
- : String!
- # The retrieval method of the reader target.
- : ReaderRetrievalMethod
- # Region of the LCK target.
- : AwsLckRegion!
- # Role name provided for the LCK target.
- : String!
- # RSA key of the LCK target.
- : String!
- # Number of archiving tasks running on this target.
- : Int
- # Amazon S3 endpoint of the LCK target.
- : String!
- # Status of the target.
- : ArchivalLocationStatus!
- # Storage class of the LCK target.
- : AwsStorageClass!
- # Reason why sync of this target with CDM failed.
- : String!
- # Synchronization status of LCK 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!
- # Upgrade status of the target.
- : UpgradeStatus!
- }
link Require by
This element is not required by anyone