clusterStats_status

clusterStats_status
clusterStats_status
JSON Example
{
    "deleteAccepted": true,
    "vimId": "vimId",
    "clusterUrl": "clusterUrl",
    "resourceVersion": 6.027456183070403,
    "opstatus": "processing",
    "conditions": [
        {
            "severity": "Warning",
            "reason": "reason",
            "lastTransitionTime": "lastTransitionTime",
            "type": "Ready",
            "message": "message",
            "status": true
        },
        {
            "severity": "Warning",
            "reason": "reason",
            "lastTransitionTime": "lastTransitionTime",
            "type": "Ready",
            "message": "message",
            "status": true
        }
    ]
}
string
clusterUrl
Optional

URL of the cluster

number
resourceVersion
Optional

object version for which status of desired state is being shown

string
opstatus
Optional

only tells whether the given desired state is being processed or complete. > To get the status of object, refer to conditions and get internal custom resource status.

Possible values are : processing, complete,
boolean
deleteAccepted
Optional

deleteAccepted

string
vimId
Optional

kubernetes VIM id which has been realized as part of cluster creation

conditions
Optional

conditions

Property Of