NSX-T Data Center REST API
AwsGatewayDeployConfig (type)
{
"additionalProperties": false,
"extends": {
"$ref": "Resource
},
"id": "AwsGatewayDeployConfig",
"module_id": "AwsGatewayManagement",
"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": {
"required": true,
"title": "ID of the AWS account",
"type": "string"
},
"configuration": {
"$ref": "AwsGatewayConfig,
"readonly": true,
"required": false,
"title": "Configuration of this gateway"
},
"vpc_id": {
"required": true,
"title": "ID of the vpc",
"type": "string"
}
},
"title": "AWS gateway deployment configuration",
"type": "object"
}