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.
  • computeSettings: AzureComputeSettings
  • # Connection status of the Azure target.
  • connectionStatus: ConnectionStatusType!
  • # Cloud native information of the Azure target.
  • cloudNativeCompanion: AzureCloudNativeTargetCompanion
  • # Cloud account details of the Azure target.
  • cloudAccount: CloudAccount!
  • # Instance type of the Azure location.
  • instanceType: InstanceTypeEnum!
  • # Immutability settings of the Azure target.
  • immutabilitySettings: AzureImmutabilitySettingsType
  • # Storage account name of the Azure target.
  • storageAccountName: String!
  • # Container name of the Azure target.
  • containerName: String!
  • # Proxy settings of the AWS target.
  • proxySettings: ProxySettings
  • # Access key of the Azure target.
  • accessKey: String @deprecated( reason: "Access key response no longer supported." )
  • # Sync status of Azure location.
  • syncStatus: TargetSyncStatus!
  • # Flag to check if consolidation is enabled or not in this target.
  • isConsolidationEnabled: Boolean!
  • # Reason why sync of this target with CDM failed.
  • syncFailureReason: String!
  • # Flag to determine if tiering is supported in the Azure target.
  • isAzureTieringSupported: Boolean
  • # Specifies whether the proxy settings should be bypassed for creating this target
  • # location.
  • bypassProxy: Boolean!
  • # Retrieval tier of the Azure target.
  • retrievalTier: AzureRetrievalTier!
  • # 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