INPUT_OBJECT

UpdateAutomaticAzureTargetMappingInput

Description

Input to edit Azure automatic target mapping.

link GraphQL Schema definition

  • input UpdateAutomaticAzureTargetMappingInput {
  • # ID of the Azure target mapping.
  • id: String!
  • # Name of the Azure target mapping.
  • name: String
  • # Storage account name of the Azure archival target.
  • storageAccountName: String
  • # Access key of the Azure target.
  • accessKey: String
  • # Cloud account ID of the Azure target.
  • cloudAccountId: UUID
  • # Compute settings of the Azure target.
  • computeSettings: AzureCloudComputeSettingsInput
  • # Proxy settings of the Azure target.
  • proxySettings: ProxySettingsInput
  • # List of Rubrik cluster UUIDs.
  • clusterUuidList: [String!]
  • # Specifies whether consolidation is enabled on the Azure target.
  • isConsolidationEnabled: Boolean
  • }

link Require by