OBJECT
RubrikManagedRcsTarget
Description
Specific information for Rubrik Cloud Vault (RCV) Azure target created on Rubrik.
link GraphQL Schema definition
- type RubrikManagedRcsTarget implements Target {
- # The cluster to which this target belongs.
- : Cluster!
- # IP allow list for location.
- : ClusterIpMapping
- # Name of the Rubrik cluster that archives to this archival location.
- : String
- # Number of bytes stored on the target.
- : Long
- # Number of archiving tasks failed on this target.
- : Int
- # The ID of the target.
- : String!
- # Immutability lock duration of RCV Azure target in days.
- : Long!
- # 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!
- # Specifies whether blob immutability is enabled for the RCV Azure archival
- # target.
- : Boolean!
- # Last time when redundancy state was synchronized for the RCV Azure target.
- : DateTime
- # 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!
- # RCV Private endpoint connection details.
- : PrivateEndpointConnection
- # The retrieval method of the reader target.
- : ReaderRetrievalMethod
- # Redundancy for RCV Azure target.
- : RcvRedundancy!
- # Redundancy state for RCV Azure target.
- : RcvRedundancyState!
- # Region of RCV Azure target.
- : RcsRegionEnumType!
- # Resource group for RCV Azure target.
- : String!
- # Number of archiving tasks running on this target.
- : Int
- # Specifies whether the proxy settings is bypassed for the RCV Azure archival
- # target.
- : Boolean!
- # Space usage threshold of RCV Azure target above which alert will be raised.
- : Int!
- # Status of the target.
- : ArchivalLocationStatus!
- # Storage account name for RCV Azure target.
- : String!
- # Storage consumption value of RCV Azure target.
- : Float! @deprecated( reason: "Use consumedBytes instead." )
- # Subscription ID for RCV Azure target.
- : String!
- # Reason why sync of this target with CDM failed.
- : String!
- # Sync status of RCV 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!
- # Tier for RCV target.
- : RcsTierEnumType!
- # Upgrade status of the target.
- : UpgradeStatus!
- }
link Require by
This element is not required by anyone