VirtualMachineWindowsQuiesceSpec

VirtualMachineWindowsQuiesceSpec
VirtualMachineWindowsQuiesceSpec

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,
    "vssBackupType": 0,
    "vssBootableSystemState": false,
    "vssPartialFileSupport": false,
    "vssBackupContext": "string"
}
integer As int32 As int32
vssBackupType
Optional

The property to indicate what type of VSS backup operation is going to be performed on the virtual machine.

See VSS_BACKUP_TYPE on MSDN: https://msdn.microsoft.com/en-us/library/aa384679(v=vs.85).aspx

boolean
vssBootableSystemState
Optional

The property to indicate if a bootable system state during VSS backup to be performed on the virtual machine.

boolean
vssPartialFileSupport
Optional

The property to indicate if partial file support is enabled during VSS backup to be performed on the virtual machine.

string
vssBackupContext
Optional

The property to indicate what context of VSS backup operation to be performed on the virtual machine.

For the list of supported values, see VirtualMachineWindowsQuiesceSpecVssBackupContextEnum