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.
- String! :
- # Name or prefix of the storage account.
- String! :
- # Access key of the Azure target.
- String! :
- # Prefix of the container inside storage account.
- String! :
- # Cloud Account Id of the target subscription.
- UUID! :
- # Instance type of the Azure target.
- InstanceTypeEnum! :
- # Field for specifying RSA key for encryption.
- String! :
- # Compute settings of the Azure target.
- AzureCloudComputeSettingsInput :
- # Field for creating proxy settings.
- ProxySettingsInput :
- # Field for specifying list cluster UUID of the target.
- String!] : [
- # Field for specifying whether consolidation is enabled or not.
- Boolean! :
- }