public class ComputeResourceConfigInfo extends DynamicData
Java class for ComputeResourceConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComputeResourceConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vmSwapPlacement" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="spbmEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="defaultHardwareVersionKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultHardwareVersionKey |
protected Boolean |
spbmEnabled |
protected String |
vmSwapPlacement |
| Constructor and Description |
|---|
ComputeResourceConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultHardwareVersionKey()
Gets the value of the defaultHardwareVersionKey property.
|
String |
getVmSwapPlacement()
Gets the value of the vmSwapPlacement property.
|
Boolean |
isSpbmEnabled()
Gets the value of the spbmEnabled property.
|
void |
setDefaultHardwareVersionKey(String value)
Sets the value of the defaultHardwareVersionKey property.
|
void |
setSpbmEnabled(Boolean value)
Sets the value of the spbmEnabled property.
|
void |
setVmSwapPlacement(String value)
Sets the value of the vmSwapPlacement property.
|
protected String vmSwapPlacement
protected Boolean spbmEnabled
protected String defaultHardwareVersionKey
public String getVmSwapPlacement()
Stringpublic void setVmSwapPlacement(String value)
value - allowed object is
Stringpublic Boolean isSpbmEnabled()
Booleanpublic void setSpbmEnabled(Boolean value)
value - allowed object is
Booleanpublic String getDefaultHardwareVersionKey()
StringCopyright © 2018. All rights reserved.