public class VirtualMachineGuestQuiesceSpec extends DynamicData
Java class for VirtualMachineGuestQuiesceSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineGuestQuiesceSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
VirtualMachineGuestQuiesceSpec() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getTimeout()
Gets the value of the timeout property.
|
void |
setTimeout(Integer value)
Sets the value of the timeout property.
|
protected Integer timeout
Copyright © 2018. All rights reserved.