NSX-T Data Center REST API
VirtualNetworkApplianceClusterMemberState (type)
{
"description": "Policy VirtualNetworkAppliance Cluster Members State Info",
"id": "VirtualNetworkApplianceClusterMemberState",
"module_id": "VirtualNetworkApplianceCluster",
"properties": {
"appliance_path": {
"readonly": true,
"title": "Appliance Path",
"type": "string"
},
"configuration_state": {
"$ref": "VirtualNetworkApplianceConfigurationState",
"title": "VNA Member Configuration State"
},
"core_allocation_profile": {
"$ref": "CoreAllocationProfile",
"description": "This holds the core allocation profile realized at virtual network appliance.",
"nsx_feature": "ConfigureEdgeCoreAllocationProfiles",
"readonly": true,
"title": "Core allocation profile realized at virtual network appliance."
}
},
"title": "Policy VirtualNetworkAppliance Cluster Members State Info",
"type": "object"
}