VsanHostVsanObjectSyncState

VsanHostVsanObjectSyncState
VsanHostVsanObjectSyncState

This data object type describes sync state for a vSAN object.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "uuid": "string",
    "components": [
        {
            "_typeName": "string",
            "uuid": "string",
            "diskUuid": "string",
            "hostUuid": "string",
            "bytesToSync": 0,
            "recoveryETA": 0,
            "reasons": [
                "string"
            ]
        }
    ]
}
string
uuid
Required

Represents the uuid of vSAN object.

components
Required

The list of components which are in syncing state.