public class VirtualMachineWindowsQuiesceSpec extends VirtualMachineGuestQuiesceSpec
Java class for VirtualMachineWindowsQuiesceSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineWindowsQuiesceSpec">
<complexContent>
<extension base="{urn:vim25}VirtualMachineGuestQuiesceSpec">
<sequence>
<element name="vssBackupType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="vssBootableSystemState" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="vssPartialFileSupport" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="vssBackupContext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
vssBackupContext |
protected Integer |
vssBackupType |
protected Boolean |
vssBootableSystemState |
protected Boolean |
vssPartialFileSupport |
timeout| Constructor and Description |
|---|
VirtualMachineWindowsQuiesceSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVssBackupContext()
Gets the value of the vssBackupContext property.
|
Integer |
getVssBackupType()
Gets the value of the vssBackupType property.
|
Boolean |
isVssBootableSystemState()
Gets the value of the vssBootableSystemState property.
|
Boolean |
isVssPartialFileSupport()
Gets the value of the vssPartialFileSupport property.
|
void |
setVssBackupContext(String value)
Sets the value of the vssBackupContext property.
|
void |
setVssBackupType(Integer value)
Sets the value of the vssBackupType property.
|
void |
setVssBootableSystemState(Boolean value)
Sets the value of the vssBootableSystemState property.
|
void |
setVssPartialFileSupport(Boolean value)
Sets the value of the vssPartialFileSupport property.
|
getTimeout, setTimeoutprotected Integer vssBackupType
protected Boolean vssBootableSystemState
protected Boolean vssPartialFileSupport
protected String vssBackupContext
public Integer getVssBackupType()
Integerpublic void setVssBackupType(Integer value)
value - allowed object is
Integerpublic Boolean isVssBootableSystemState()
Booleanpublic void setVssBootableSystemState(Boolean value)
value - allowed object is
Booleanpublic Boolean isVssPartialFileSupport()
Booleanpublic void setVssPartialFileSupport(Boolean value)
value - allowed object is
Booleanpublic String getVssBackupContext()
StringCopyright © 2018. All rights reserved.