public class VirtualAppSummary extends ResourcePoolSummary
Java class for VirtualAppSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualAppSummary">
<complexContent>
<extension base="{urn:vim25}ResourcePoolSummary">
<sequence>
<element name="product" type="{urn:vim25}VAppProductInfo" minOccurs="0"/>
<element name="vAppState" type="{urn:vim25}VirtualAppVAppState" minOccurs="0"/>
<element name="suspended" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="installBootRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="instanceUuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
installBootRequired |
protected String |
instanceUuid |
protected VAppProductInfo |
product |
protected Boolean |
suspended |
protected VirtualAppVAppState |
vAppState |
config, configuredMemoryMB, name, quickStats, runtime| Constructor and Description |
|---|
VirtualAppSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceUuid()
Gets the value of the instanceUuid property.
|
VAppProductInfo |
getProduct()
Gets the value of the product property.
|
VirtualAppVAppState |
getVAppState()
Gets the value of the vAppState property.
|
Boolean |
isInstallBootRequired()
Gets the value of the installBootRequired property.
|
Boolean |
isSuspended()
Gets the value of the suspended property.
|
void |
setInstallBootRequired(Boolean value)
Sets the value of the installBootRequired property.
|
void |
setInstanceUuid(String value)
Sets the value of the instanceUuid property.
|
void |
setProduct(VAppProductInfo value)
Sets the value of the product property.
|
void |
setSuspended(Boolean value)
Sets the value of the suspended property.
|
void |
setVAppState(VirtualAppVAppState value)
Sets the value of the vAppState property.
|
getConfig, getConfiguredMemoryMB, getName, getQuickStats, getRuntime, setConfig, setConfiguredMemoryMB, setName, setQuickStats, setRuntimeprotected VAppProductInfo product
protected VirtualAppVAppState vAppState
protected Boolean suspended
protected Boolean installBootRequired
protected String instanceUuid
public VAppProductInfo getProduct()
VAppProductInfopublic void setProduct(VAppProductInfo value)
value - allowed object is
VAppProductInfopublic VirtualAppVAppState getVAppState()
VirtualAppVAppStatepublic void setVAppState(VirtualAppVAppState value)
value - allowed object is
VirtualAppVAppStatepublic Boolean isSuspended()
Booleanpublic void setSuspended(Boolean value)
value - allowed object is
Booleanpublic Boolean isInstallBootRequired()
Booleanpublic void setInstallBootRequired(Boolean value)
value - allowed object is
Booleanpublic String getInstanceUuid()
StringCopyright © 2018. All rights reserved.