public class FaultToleranceCpuIncompatible extends CpuIncompatible
Java class for FaultToleranceCpuIncompatible complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FaultToleranceCpuIncompatible">
<complexContent>
<extension base="{urn:vim25}CpuIncompatible">
<sequence>
<element name="model" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="family" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="stepping" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
family |
protected boolean |
model |
protected boolean |
stepping |
desiredBits, host, level, registerBits, registerNamefaultCause, faultMessage| Constructor and Description |
|---|
FaultToleranceCpuIncompatible() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFamily()
Gets the value of the family property.
|
boolean |
isModel()
Gets the value of the model property.
|
boolean |
isStepping()
Gets the value of the stepping property.
|
void |
setFamily(boolean value)
Sets the value of the family property.
|
void |
setModel(boolean value)
Sets the value of the model property.
|
void |
setStepping(boolean value)
Sets the value of the stepping property.
|
getDesiredBits, getHost, getLevel, getRegisterBits, getRegisterName, setDesiredBits, setHost, setLevel, setRegisterBits, setRegisterNamegetFaultCause, getFaultMessage, setFaultCauseprotected boolean model
protected boolean family
protected boolean stepping
public boolean isModel()
public void setModel(boolean value)
public boolean isFamily()
public void setFamily(boolean value)
public boolean isStepping()
public void setStepping(boolean value)
Copyright © 2018. All rights reserved.