OBJECT
RubrikManagedRcvAwsTarget
Description
Specific information for Rubrik Cloud Vault (RCV)AWS target created on Rubrik.
link GraphQL Schema definition
- type RubrikManagedRcvAwsTarget implements Target {
- # Specifies the bucket for the RCV AWS archival target.
- : String!
- # The cluster to which this target belongs.
- : Cluster!
- # Name of the Rubrik cluster that archives to this archival location.
- : String
- # Number of bytes stored on the target.
- : Long
- # Encryption type to be used for the S3-compatible 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!
- # 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 RCV AWS target.
- : RcsRegionEnumType!
- # Number of archiving tasks running on this target.
- : Int
- # Specifies whether the proxy settings is bypassed for the RCV AWS archival
- # target.
- : Boolean!
- # Status of the target.
- : ArchivalLocationStatus!
- # Reason why sync of this target with CDM failed.
- : String!
- # Sync status of RCV AWS 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!
- # Tiers for RCV AWS target.
- : RcsTierEnumType!
- # Upgrade status of the target.
- : UpgradeStatus!
- }
link Require by
This element is not required by anyone