HostLowLevelProvisioningManagerSnapshotLayoutSpec
HostLowLevelProvisioningManagerSnapshotLayoutSpec
File layout spec of a snapshot, including path to the vmsn file of the snapshot and the layout of virtual disks when the snapshot was taken.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"id": 0,
"srcFilename": "string",
"dstFilename": "string",
"disk": [
{
"_typeName": "string",
"controllerType": "string",
"busNumber": 0,
"unitNumber": 0,
"srcFilename": "string",
"dstFilename": "string"
}
]
}
integer As int32 As int32
id
Required
The unique identifier of the snapshot
string
srcFilename
Required
Name of the source snapshot file in datastore path.
string
dstFilename
Required
Name of the destination snapshot file in datastore path.
disk
Optional
Layout of each virtual disk of the virtual machine when the snapshot was taken.