public class HostHyperThreadScheduleInfo extends DynamicData
Java class for HostHyperThreadScheduleInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostHyperThreadScheduleInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="available" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="config" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected boolean |
available |
protected boolean |
config |
| Constructor and Description |
|---|
HostHyperThreadScheduleInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive()
Gets the value of the active property.
|
boolean |
isAvailable()
Gets the value of the available property.
|
boolean |
isConfig()
Gets the value of the config property.
|
void |
setActive(boolean value)
Sets the value of the active property.
|
void |
setAvailable(boolean value)
Sets the value of the available property.
|
void |
setConfig(boolean value)
Sets the value of the config property.
|
protected boolean available
protected boolean active
protected boolean config
public boolean isAvailable()
public void setAvailable(boolean value)
public boolean isActive()
public void setActive(boolean value)
public boolean isConfig()
public void setConfig(boolean value)
Copyright © 2018. All rights reserved.