OBJECT
RubrikManagedGlacierTarget
Description
Information about the Amazon Glacier target created on Rubrik.
link GraphQL Schema definition
- type RubrikManagedGlacierTarget implements Target {
- # Cloud account details of the Amazon Glacier target.
- : CloudAccount!
- # The cluster to which this target belongs.
- : Cluster!
- # Name of the Rubrik cluster that archives to this archival location.
- : String
- # Connection status of the AWS target.
- : ConnectionStatusType!
- # Number of bytes stored on the target.
- : Long
- # 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!
- # 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 Amazon Glacier target.
- : AwsRegion!
- # Retrieval tier of the Amazon Glacier target.
- : AwsRetrievalTier!
- # Number of archiving tasks running on this target.
- : Int
- # Status of the target.
- : ArchivalLocationStatus!
- # Reason of sync failure of this target with Rubrik CDM. This is empty if
- # syncStatus is not failed.
- : String!
- # Sync status of Amazon Glacier target.
- : 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!
- # Vault name of the Amazon Glacier target.
- : String!
- }
link Require by
This element is not required by anyone