NSX-T Data Center REST API
VirtualNetworkApplianceClusterMemberAllocationStatus (type)
{
"additionalProperties": false,
"id": "VirtualNetworkApplianceClusterMemberAllocationStatus",
"module_id": "VirtualNetworkApplianceClusterStatistics",
"properties": {
"allocated_services": {
"description": "List of services allocated on the virtual network appliance.",
"items": {
"$ref": "PolicyAllocatedService"
},
"readonly": true,
"title": "Services Allocated On Virtual Network Appliance",
"type": "array"
},
"allocation_pools": {
"description": "Allocation details of pools defined on the virtual network appliance.",
"items": {
"$ref": "AllocationPool"
},
"readonly": true,
"title": "Pool Allocation details",
"type": "array"
},
"appliance_path": {
"description": "Virtual network appliance path.",
"readonly": true,
"title": "Path of Virtual Network Appliance",
"type": "string"
},
"display_name": {
"description": "Display name of virtual network appliance Cluster member. Defaults to ID if not set.",
"readonly": true,
"title": "Identifier to use when displaying cluster member in logs or GUI",
"type": "string"
},
"member_index": {
"readonly": true,
"title": "System generated index for cluster member",
"type": "int"
}
},
"type": "object"
}