NSX-T Data Center REST API
CsmVpnEndpoint (type)
{
"additionalProperties": false,
"description": "Details of a CSM VPN endpoint which can either be an AWS VPC or an Azure VNET managed by NSX",
"id": "CsmVpnEndpoint",
"module_id": "CsmVpnInformation",
"properties": {
"display_name": {
"readonly": true,
"required": true,
"title": "Display name for the CSM VPN endpoint",
"type": "string"
},
"endpoint_type": {
"enum": [
"AWS",
"AZURE",
"GOOGLE",
"AZURE_GOV_US",
"AWS_GOV_US_EAST",
"AWS_GOV_US_WEST"
],
"readonly": true,
"required": true,
"title": "Type of endpoint like AWS, Azure or other supported clouds",
"type": "string"
},
"id": {
"readonly": true,
"required": true,
"title": "Unique identifier for the CSM VPN endpoint",
"type": "string"
}
},
"title": "NSX managed CSM VPN endpoint",
"type": "object"
}