VirtualMachineSnapshotCollection Data Type

A collection of VM snapshots.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
items list of VirtualMachineSnapshot element 0/unbounded Gets the items.

Example

<VirtualMachineSnapshotCollection>
  <items>
    <remoteId>...</remoteId>
    <parentId>...</parentId>
    <createTime>...</createTime>
    <creator>...</creator>
    <name>...</name>
    <description>...</description>
    <quiesced>...</quiesced>
    <memory>...</memory>
    <size>...</size>
  </items>
</VirtualMachineSnapshotCollection>