public class OvfCpuCompatibility extends OvfImport
Java class for OvfCpuCompatibility complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfCpuCompatibility">
<complexContent>
<extension base="{urn:vim25}OvfImport">
<sequence>
<element name="registerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="level" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="registerValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="desiredRegisterValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
desiredRegisterValue |
protected int |
level |
protected String |
registerName |
protected String |
registerValue |
faultCause, faultMessage| Constructor and Description |
|---|
OvfCpuCompatibility() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDesiredRegisterValue()
Gets the value of the desiredRegisterValue property.
|
int |
getLevel()
Gets the value of the level property.
|
String |
getRegisterName()
Gets the value of the registerName property.
|
String |
getRegisterValue()
Gets the value of the registerValue property.
|
void |
setDesiredRegisterValue(String value)
Sets the value of the desiredRegisterValue property.
|
void |
setLevel(int value)
Sets the value of the level property.
|
void |
setRegisterName(String value)
Sets the value of the registerName property.
|
void |
setRegisterValue(String value)
Sets the value of the registerValue property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String registerName
protected int level
protected String registerValue
protected String desiredRegisterValue
public String getRegisterName()
Stringpublic void setRegisterName(String value)
value - allowed object is
Stringpublic int getLevel()
public void setLevel(int value)
public String getRegisterValue()
Stringpublic void setRegisterValue(String value)
value - allowed object is
Stringpublic String getDesiredRegisterValue()
StringCopyright © 2018. All rights reserved.