NSX-T Data Center REST API
AzureGatewayUndeployConfig (type)
{
"additionalProperties": false,
"description": "Stores configuration for Azure gateway undeployment request.",
"extends": {
"$ref": "Resource
},
"id": "AzureGatewayUndeployConfig",
"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"
},
"instance_id": {
"description": "ID of the gateway instance.",
"required": true,
"title": "Azure Instance ID",
"type": "string"
}
},
"title": "Azure gateway undeployment configuration",
"type": "object"
}