NSX-T Data Center REST API
AzureGatewayDeployConfig (type)
{
"additionalProperties": false,
"description": "Stores configuration for Azure gateway deployment request.",
"extends": {
"$ref": "Resource
},
"id": "AzureGatewayDeployConfig",
"module_id": "AzureGatewayManagement",
"properties": {
"_links": {
"description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
"items": {
"$ref": "ResourceLink
},
"readonly": true,
"title": "References related to this resource",
"type": "array"
},
"_schema": {
"readonly": true,
"title": "Schema for this resource",
"type": "string"
},
"_self": {
"$ref": "SelfResourceLink,
"readonly": true,
"title": "Link to this resource"
},
"account_id": {
"description": "ID of the Azure account.",
"required": true,
"title": "Azure Account ID",
"type": "string"
},
"configuration": {
"$ref": "AzureGatewayConfig,
"description": "Configuration of Azure gateway.",
"readonly": false,
"required": true,
"title": "Azure Gateway Configuration"
},
"vnet_id": {
"description": "ID of the Azure Virtual Network. It consists of resourceGuid of Azure Vnet.",
"required": true,
"title": "Azure Virtual Network ID",
"type": "string"
}
},
"title": "Azure gateway deployment configuration",
"type": "object"
}