VirtualMachineGuestQuiesceSpec

VirtualMachineGuestQuiesceSpec
VirtualMachineGuestQuiesceSpec

This data object type encapsulates configuration settings when creating a virtual machine quiesced snapshot.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "timeout": 0
}
integer As int32 As int32
timeout
Optional

The property to indicate maximum time in minutes for snapshot operation to be performed on the virtual machine.

The timeout can not be less than 5 minutes or more than 240 minutes.