NSX-T Data Center REST API
VirtualNetworkApplianceState (type)
{
"additionalProperties": false,
"description": "This field contains the virtual network appliance deployment(VNA) and configuration state.",
"id": "VirtualNetworkApplianceState",
"module_id": "NetworkAppliance",
"properties": {
"configuration_state": {
"$ref": "VirtualNetworkApplianceConfigurationState",
"description": "This field contains information about virtual network appliance deployment(VNA) state. Any deployment failure will be reported in this field.",
"readonly": true,
"title": "Virtual Network Appliance Deployment State"
},
"edge_transport_node_path": {
"readonly": true,
"title": "Edge transport Node Path",
"type": "string"
},
"edge_transport_node_uuid": {
"readonly": true,
"title": "Edge Transport Node UUID",
"type": "string"
},
"ha_over_management_interface": {
"description": "This field indicates the state of high availability over management interface configuration at the node level.",
"nsx_feature": "VNASupportForTEPLessVPC",
"required": false,
"title": "High Availability Over Management Interface Configuration State",
"type": "boolean"
},
"maintenance_mode_state": {
"$ref": "MaintenanceModeState",
"readonly": true,
"title": "Realized Maintenance Mode State"
},
"vm_placement_state": {
"$ref": "VmPlacementState",
"readonly": true,
"title": "The Virtual Network Appliance Placement configuration state"
}
},
"title": "Virtual Network Appliance Overall State",
"type": "object"
}