OBJECT
RubrikManagedAzureTarget
Description
Specific information for Azure target created on Rubrik.
link GraphQL Schema definition
- type RubrikManagedAzureTarget implements Target {
- # Compute settings of the Azure target.
- AzureComputeSettings :
- # Connection status of the Azure target.
- ConnectionStatusType! :
- # Cloud native information of the Azure target.
- AzureCloudNativeTargetCompanion :
- # Cloud account details of the Azure target.
- CloudAccount! :
- # Instance type of the Azure location.
- InstanceTypeEnum! :
- # Immutability settings of the Azure target.
- AzureImmutabilitySettingsType :
- # Storage account name of the Azure target.
- String! :
- # Container name of the Azure target.
- String! :
- # Proxy settings of the AWS target.
- ProxySettings :
- # Access key of the Azure target.
- String @deprecated( reason: "Access key response no longer supported." ) :
- # Sync status of Azure location.
- TargetSyncStatus! :
- # Flag to check if consolidation is enabled or not in this target.
- Boolean! :
- # Reason why sync of this target with CDM failed.
- String! :
- # Flag to determine if tiering is supported in the Azure target.
- Boolean :
- # Specifies whether the proxy settings should be bypassed for creating this target
- # location.
- Boolean! :
- # Retrieval tier of the Azure target.
- AzureRetrievalTier! :
- # 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