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.
  • bucket: String!
  • # The cluster to which this target belongs.
  • cluster: Cluster!
  • # Name of the Rubrik cluster that archives to this archival location.
  • clusterName: String
  • # Number of bytes stored on the target.
  • consumedBytes: Long
  • # Encryption type to be used for the S3-compatible target.
  • encryptionType: TargetEncryptionTypeEnum!
  • # Number of archiving tasks failed on this target.
  • failedTasks: Int
  • # The ID of the target.
  • id: String!
  • # Specifies whether the status of the target is active. When set to false, the
  • # target is either paused or not enabled.
  • isActive: Boolean!
  • # Specifies whether the target is archived.
  • isArchived: Boolean!
  • # Status of the target.
  • locationConnectionStatus: ConnectionStatusType!
  • # The scope of the location of the target. Possible values are Global or Local.
  • locationScope: LocationScope!
  • # The name of the target.
  • name: String!
  • # The retrieval method of the reader target.
  • readerRetrievalMethod: ReaderRetrievalMethod
  • # Region of RCV AWS target.
  • region: RcsRegionEnumType!
  • # Number of archiving tasks running on this target.
  • runningTasks: Int
  • # Specifies whether the proxy settings is bypassed for the RCV AWS archival
  • # target.
  • shouldBypassProxy: Boolean!
  • # Status of the target.
  • status: ArchivalLocationStatus!
  • # Reason why sync of this target with CDM failed.
  • syncFailureReason: String!
  • # Sync status of RCV AWS target.
  • syncStatus: TargetSyncStatus!
  • # Archival location to which the mapping target belongs.
  • targetMapping: TargetMappingBasic
  • # List of archival groups the archival target belongs to. In case the target has
  • # no valid mappings, a null array is returned.
  • targetMappingBasic: [TargetMappingBasic!]
  • # The type of the target.
  • targetType: TargetType!
  • # Tiers for RCV AWS target.
  • tier: RcsTierEnumType!
  • # Upgrade status of the target.
  • upgradeStatus: UpgradeStatus!
  • }

link Require by

This element is not required by anyone