InlineVmSnapshot1
InlineVmSnapshot1
JSON Example
{
"vappSnapshotId": "string",
"parentSnapshotId": "string",
"vm": {
"name": "string",
"id": "string"
},
"type": "string"
}
string
vappSnapshotId
Optional
The snapshot ID of the VM's vApp, if this VM snapshot is created as part of a vApp snapshot, Null otherwise.
string
parentSnapshotId
Optional
Parent Snapshot UUID from where this snapshot is created.
string
type
Optional
Type of snapshot
- User: Snapshot created by vcloud user.
- System: Snapshot created by vcloud.
- vCenter: Snapshot created on the VCenter side.