VirtualMachineWindowsQuiesceSpec
This data object type encapsulates configuration settings when creating a virtual machine quiesced snapshot.
{
"_typeName": "string",
"timeout": 0,
"vssBackupType": 0,
"vssBootableSystemState": false,
"vssPartialFileSupport": false,
"vssBackupContext": "string"
}
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
The property to indicate if a bootable system state during VSS backup to be performed on the virtual machine.
The property to indicate if partial file support is enabled during VSS backup to be performed on the virtual machine.
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