public class HostCpuPowerManagementInfo extends DynamicData
Java class for HostCpuPowerManagementInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostCpuPowerManagementInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="currentPolicy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hardwareSupport" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currentPolicy |
protected String |
hardwareSupport |
| Constructor and Description |
|---|
HostCpuPowerManagementInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentPolicy()
Gets the value of the currentPolicy property.
|
String |
getHardwareSupport()
Gets the value of the hardwareSupport property.
|
void |
setCurrentPolicy(String value)
Sets the value of the currentPolicy property.
|
void |
setHardwareSupport(String value)
Sets the value of the hardwareSupport property.
|
protected String currentPolicy
protected String hardwareSupport
public String getCurrentPolicy()
Stringpublic void setCurrentPolicy(String value)
value - allowed object is
Stringpublic String getHardwareSupport()
StringCopyright © 2018. All rights reserved.