OBJECT

RubrikManagedRcsTarget

Description

Specific information for Rubrik Cloud Vault (RCV) target created on Rubrik.

link GraphQL Schema definition

  • type RubrikManagedRcsTarget implements Target {
  • # Specifies whether the proxy settings is bypassed for the RCV archival target.
  • shouldBypassProxy: Boolean!
  • # Specifies whether blob immutability is enabled for the RCV archival target.
  • isVersionLevelImmutabilityEnabled: Boolean!
  • # Sync status of RCV target.
  • syncStatus: TargetSyncStatus!
  • # Region of RCV target.
  • region: RcsRegionEnumType!
  • # Tiers for RCV target.
  • tier: RcsTierEnumType!
  • # Space usage threshold of RCV target above which alert will be raised.
  • spaceUsageAlertThreshold: Int!
  • # Reason why sync of this target with CDM failed.
  • syncFailureReason: String!
  • # Storage consumption value of RCV target.
  • storageConsumptionValue: Float!
  • # Immutability lock duration of RCV target in days.
  • immutabilityPeriodDays: Long!
  • # RCV Private endpoint connection details.
  • privateEndpointConnection: PrivateEndpointConnection
  • # IP allow list for location.
  • clusterIpMapping: ClusterIpMapping
  • # The cluster to which this target belongs.
  • cluster: Cluster!
  • # The type of the target.
  • targetType: TargetType!
  • # The ID of the target.
  • id: String!
  • # The name of the target.
  • name: String!
  • # The scope of the location of the target. Possible values are Global or Local.
  • locationScope: LocationScope!
  • # 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!
  • # Archival location to which the mapping target belongs.
  • targetMapping: TargetMappingBasic
  • # Name of the Rubrik cluster that archives to this archival location.
  • clusterName: String
  • # Status of the target.
  • status: ArchivalLocationStatus!
  • # Upgrade status of the target.
  • upgradeStatus: UpgradeStatus!
  • # Number of bytes stored on the target.
  • consumedBytes: Long
  • # Number of archiving tasks running on this target.
  • runningTasks: Int
  • # Number of archiving tasks failed on this target.
  • failedTasks: Int
  • # The retrieval method of the reader target.
  • readerRetrievalMethod: ReaderRetrievalMethod
  • # List of archival groups the archival target belongs to. In case the target has
  • # no valid mappings, a null array is returned.
  • targetMappingBasic: [TargetMappingBasic!]
  • # Status of the target.
  • locationConnectionStatus: ConnectionStatusType!
  • }

link Require by

This element is not required by anyone