A VM snapshot
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
createTime | long | element | 0/1 | the creation time | |
creator | string | element | 0/1 | the creator | |
description | string | element | 0/1 | the description | |
memory | string | element | 0/1 | true if the snapshot included memory | |
name | string | element | 0/1 | the name | |
parentId | long | element | 0/1 | the Unique remote identifier of the parent snapshot or null if this is a root snapshot | |
quiesced | string | element | 0/1 | true if the snapshot was quiesced | |
remoteId | string | element | 0/1 | the Unique remote identifier | |
size | long | element | 0/1 | The size in bytes | |
Properties inherited from ManagedObjectReference |
|||||
displayName | string | element | 0/1 | Gets the display name. | |
id | long | element | 1/1 | The unique id of the managed object this refers to. | |
type | ManagedObjectType | element | 0/1 | The type of managed object this refers to. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<VirtualMachineSnapshot> <remoteId>...</remoteId> <parentId>...</parentId> <createTime>...</createTime> <creator>...</creator> <name>...</name> <description>...</description> <quiesced>...</quiesced> <memory>...</memory> <size>...</size> <displayName>...</displayName> <type>...</type> <id>...</id> </VirtualMachineSnapshot>