NSX-T Data Center REST API
VirtualNetworkApplianceClusterPublishState (type)
{
"additionalProperties": false,
"description": "This fields indicated the config state of VNA Cluster.",
"id": "VirtualNetworkApplianceClusterPublishState",
"module_id": "VirtualNetworkApplianceCluster",
"properties": {
"details": {
"items": {
"$ref": "VirtualNetworkApplianceClusterMemberPublishState"
},
"readonly": true,
"title": "VNA Cluster Members Publish State",
"type": "array"
},
"failure_code": {
"readonly": true,
"title": "Publish Status Failure Code of VNA Cluster",
"type": "integer"
},
"failure_message": {
"readonly": true,
"title": "Publish Status Failure Message of VNA Cluster",
"type": "string"
},
"pending_change_list": {
"description": "Request identifier of the API which modified the entity.",
"items": {
"type": "string"
},
"readonly": true,
"required": false,
"title": "List of changes that are pending to publish.",
"type": "array"
},
"state": {
"$ref": "ConfigPublishState",
"description": "\"IN_SYNC\" state indicates that the desired configuration has been published.",
"readonly": true,
"title": "Publish Status of VNA Cluster"
}
},
"title": "VNA Cluster Publish State",
"type": "object"
}