Vcenter NamespaceManagement Software Clusters UpgradeProgress

Vcenter NamespaceManagement Software Clusters UpgradeProgress
Vcenter NamespaceManagement Software Clusters UpgradeProgress

This schema is deprecated as of vSphere API 9.1.0.0.

The Vcenter NamespaceManagement Software Clusters UpgradeProgress schema contains detailed information about the cluster upgrade progress.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "total": 0,
    "completed": 0,
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
integer As int64 As int64
total
Required

This property is deprecated as of vSphere API 9.1.0.0.

Total amount of the work for the operation. The work here represents the number of master nodes in the cluster need to be upgraded.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
completed
Required

This property is deprecated as of vSphere API 9.1.0.0.

The amount of work completed for the operation. The value can only be incremented. The number or master nodes which upgrade completed.

This property was added in vSphere API 7.0.0.0.

message
Required

This property is deprecated as of vSphere API 9.1.0.0.

Message about the work progress.

This property was added in vSphere API 7.0.0.0.

Deprecated