INPUT_OBJECT
CreateAutomaticAzureTargetMappingInput
Description
Input for create an Azure target mapping.
link GraphQL Schema definition
- input CreateAutomaticAzureTargetMappingInput {
- # Access key of the Azure target.
- : String!
- # Cloud Account Id of the target subscription.
- : UUID!
- # Field for specifying list cluster UUID of the target.
- : [String!]
- # Compute settings of the Azure target.
- : AzureCloudComputeSettingsInput
- # Prefix of the container inside storage account.
- : String!
- # Instance type of the Azure target.
- : InstanceTypeEnum!
- # Field for specifying whether consolidation is enabled or not.
- : Boolean!
- # Field for specifying name of the target mapping.
- : String!
- # Field for creating proxy settings.
- : ProxySettingsInput
- # Field for specifying RSA key for encryption.
- : String!
- # Name or prefix of the storage account.
- : String!
- }