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.
- Boolean! :
- # Specifies whether blob immutability is enabled for the RCV archival target.
- Boolean! :
- # Sync status of RCV target.
- TargetSyncStatus! :
- # Region of RCV target.
- RcsRegionEnumType! :
- # Tiers for RCV target.
- RcsTierEnumType! :
- # Subscription ID for RCV target.
- String! :
- # Resource group for RCV target.
- String! :
- # Storage account name for RCV target.
- String! :
- # Redundancy for RCV target.
- RcvRedundancy! :
- # Redundancy state for RCV target.
- RcvRedundancyState! :
- # Last time when redundancy state was synchronized for the RCV target.
- DateTime :
- # Space usage threshold of RCV target above which alert will be raised.
- Int! :
- # Reason why sync of this target with CDM failed.
- String! :
- # Storage consumption value of RCV target.
- Float! @deprecated( reason: "Use consumedBytes instead." ) :
- # Immutability lock duration of RCV target in days.
- Long! :
- # RCV Private endpoint connection details.
- PrivateEndpointConnection :
- # IP allow list for location.
- ClusterIpMapping :
- # The cluster to which this target belongs.
- Cluster! :
- # The type of the target.
- TargetType! :
- # The ID of the target.
- String! :
- # The name of the target.
- String! :
- # The scope of the location of the target. Possible values are Global or Local.
- LocationScope! :
- # 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! :
- # Archival location to which the mapping target belongs.
- TargetMappingBasic :
- # Name of the Rubrik cluster that archives to this archival location.
- String :
- # Status of the target.
- ArchivalLocationStatus! :
- # Upgrade status of the target.
- UpgradeStatus! :
- # Number of bytes stored on the target.
- Long :
- # Number of archiving tasks running on this target.
- Int :
- # Number of archiving tasks failed on this target.
- Int :
- # The retrieval method of the reader target.
- ReaderRetrievalMethod :
- # List of archival groups the archival target belongs to. In case the target has
- # no valid mappings, a null array is returned.
- TargetMappingBasic!] : [
- # Status of the target.
- ConnectionStatusType! :
- }
link Require by
This element is not required by anyone