Nsx_Clusters_Status_Info
The Status.Info structure contains information about the NSX networking configuration status of clusters. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Note: This structure is restricted for VMware internal use only.
{
"status": "string",
"messages": [
{
"severity": "string",
"details": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
}
]
}
The Status.ConfigStatus enumerated type describes the status of configuring NSX networking on the cluster compute resource. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Note: This enumeration is restricted for VMware internal use only.
ENABLING : The NSX networking configuration is being applied to the cluster. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
RUNNING : The cluster is configured successfully with NSX networking. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
FAILED : Failed to apply the NSX networking configuration on the cluster. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
List of messages associated with the NSX networking configuration of the cluster. This list will be empty unless the NSX networking configuration of the cluster failed. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.