VmSnapshot

VmSnapshot
VmSnapshot

A snapshot object for a VM.

AllOf
This class requires all of the following:
JSON Example
{
    "id": "string",
    "name": "Snapshot Sample Name",
    "isCurrent": false,
    "state": "string",
    "storageConsumedMb": 0,
    "dateCreated": "string",
    "memory": false,
    "quiesce": false,
    "vappSnapshotId": "string",
    "parentSnapshotId": "string",
    "vm": {
        "name": "string",
        "id": "string"
    },
    "type": "string"
}
Availability
Added in 39.0
Returned By