VirtualMachineFileLayoutSnapshotLayout

VirtualMachineFileLayoutSnapshotLayout
VirtualMachineFileLayoutSnapshotLayout

Enumerates the set of files that make up a snapshot or redo-point

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "snapshotFile": [
        "string"
    ]
}
key
Required

Reference to an instance of the VirtualMachineSnapshot managed object.

array of string
snapshotFile
Required

A list of files that make up the snapshot state.

These are relative paths from the snapshotDirectory. A slash is always used as a separator.