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