public class ResourcePoolSummary extends DynamicData
Java class for ResourcePoolSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourcePoolSummary">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="config" type="{urn:vim25}ResourceConfigSpec"/>
<element name="runtime" type="{urn:vim25}ResourcePoolRuntimeInfo"/>
<element name="quickStats" type="{urn:vim25}ResourcePoolQuickStats" minOccurs="0"/>
<element name="configuredMemoryMB" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ResourceConfigSpec |
config |
protected Integer |
configuredMemoryMB |
protected String |
name |
protected ResourcePoolQuickStats |
quickStats |
protected ResourcePoolRuntimeInfo |
runtime |
| Constructor and Description |
|---|
ResourcePoolSummary() |
| Modifier and Type | Method and Description |
|---|---|
ResourceConfigSpec |
getConfig()
Gets the value of the config property.
|
Integer |
getConfiguredMemoryMB()
Gets the value of the configuredMemoryMB property.
|
String |
getName()
Gets the value of the name property.
|
ResourcePoolQuickStats |
getQuickStats()
Gets the value of the quickStats property.
|
ResourcePoolRuntimeInfo |
getRuntime()
Gets the value of the runtime property.
|
void |
setConfig(ResourceConfigSpec value)
Sets the value of the config property.
|
void |
setConfiguredMemoryMB(Integer value)
Sets the value of the configuredMemoryMB property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setQuickStats(ResourcePoolQuickStats value)
Sets the value of the quickStats property.
|
void |
setRuntime(ResourcePoolRuntimeInfo value)
Sets the value of the runtime property.
|
protected String name
protected ResourceConfigSpec config
protected ResourcePoolRuntimeInfo runtime
protected ResourcePoolQuickStats quickStats
protected Integer configuredMemoryMB
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ResourceConfigSpec getConfig()
ResourceConfigSpecpublic void setConfig(ResourceConfigSpec value)
value - allowed object is
ResourceConfigSpecpublic ResourcePoolRuntimeInfo getRuntime()
ResourcePoolRuntimeInfopublic void setRuntime(ResourcePoolRuntimeInfo value)
value - allowed object is
ResourcePoolRuntimeInfopublic ResourcePoolQuickStats getQuickStats()
ResourcePoolQuickStatspublic void setQuickStats(ResourcePoolQuickStats value)
value - allowed object is
ResourcePoolQuickStatspublic Integer getConfiguredMemoryMB()
IntegerCopyright © 2018. All rights reserved.