NSX-T Data Center REST API
AzureVnetOpStatus (type)
{
"description": "Operational status of the azure virtual network. After there are gateways deployed in a VNet, that VNet is called as transit VNet and it's status will be set as NSX_MANAGED_BY_GATEWAY. For all the compute VNets which are being managed by a transit VNet, their status will be set as NSX_MANAGED_BY_TRANSIT_VNET. NSX_GATEWAY_ERROR status means gateways are deployed in VNet, but no gateway is UP and at least one gateway is DOWN, The remaining gateway can be in NOT_AVAILABLE state. NSX_COMPUTE_ERROR status will be shown in compute VNet when transit VNet is in NSX_GATEWAY_ERROR state. Status for all the rest of the VNets will be NSX_UNMANAGED. NSX_MANAGED is deprecated.",
"enum": [
"NSX_MANAGED_BY_GATEWAY",
"NSX_MANAGED_BY_TRANSIT_VNET",
"NSX_MANAGED",
"NSX_UNMANAGED",
"NSX_GATEWAY_ERROR",
"NSX_COMPUTE_ERROR"
],
"id": "AzureVnetOpStatus",
"module_id": "CloudServiceManager",
"readonly": true,
"required": false,
"title": "Operational Status",
"type": "string"
}