INPUT_OBJECT

CreateAutomaticAzureTargetMappingInput

Description

Input for create an Azure target mapping.

link GraphQL Schema definition

  • input CreateAutomaticAzureTargetMappingInput {
  • # Field for specifying name of the target mapping.
  • name: String!
  • # Name or prefix of the storage account.
  • storageAccountName: String!
  • # Access key of the Azure target.
  • accessKey: String!
  • # Prefix of the container inside storage account.
  • containerNamePrefix: String!
  • # Cloud Account Id of the target subscription.
  • cloudAccountId: UUID!
  • # Instance type of the Azure target.
  • instanceType: InstanceTypeEnum!
  • # Field for specifying RSA key for encryption.
  • rsaKey: String!
  • # Compute settings of the Azure target.
  • computeSettings: AzureCloudComputeSettingsInput
  • # Field for creating proxy settings.
  • proxySettings: ProxySettingsInput
  • # Field for specifying list cluster UUID of the target.
  • clusterUuidList: [String!]
  • # Field for specifying whether consolidation is enabled or not.
  • isConsolidationEnabled: Boolean!
  • }

link Require by