public class Host extends BaseResource
Java class for Host complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Host">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}status" minOccurs="0"/>
<element name="cluster" type="{}Cluster" minOccurs="0"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="storage_manager" type="{}StorageManager" minOccurs="0"/>
<element name="version" type="{}Version" minOccurs="0"/>
<element ref="{}power_management" minOccurs="0"/>
<element ref="{}ksm" minOccurs="0"/>
<element ref="{}transparent_hugepages" minOccurs="0"/>
<element name="iscsi" type="{}IscsiDetails" minOccurs="0"/>
<element name="root_password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="statistics" type="{}Statistics" minOccurs="0"/>
<element ref="{}cpu" minOccurs="0"/>
<element name="memory" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="summary" type="{}VmSummary" minOccurs="0"/>
<element name="override_iptables" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected Cluster |
cluster |
protected CPU |
cpu |
protected IscsiDetails |
iscsi |
protected KSM |
ksm |
protected Long |
memory |
protected Boolean |
overrideIptables |
protected Integer |
port |
protected PowerManagement |
powerManagement |
protected String |
rootPassword |
protected Statistics |
statistics |
protected Status |
status |
protected StorageManager |
storageManager |
protected VmSummary |
summary |
protected TransparentHugePages |
transparentHugepages |
protected String |
type |
protected Version |
version |
actions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
Host() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
Cluster |
getCluster()
Gets the value of the cluster property.
|
CPU |
getCpu()
Gets the value of the cpu property.
|
IscsiDetails |
getIscsi()
Gets the value of the iscsi property.
|
KSM |
getKsm()
Gets the value of the ksm property.
|
Long |
getMemory()
Gets the value of the memory property.
|
Integer |
getPort()
Gets the value of the port property.
|
PowerManagement |
getPowerManagement()
Gets the value of the powerManagement property.
|
String |
getRootPassword()
Gets the value of the rootPassword property.
|
Statistics |
getStatistics()
Gets the value of the statistics property.
|
Status |
getStatus()
Gets the value of the status property.
|
StorageManager |
getStorageManager()
Gets the value of the storageManager property.
|
VmSummary |
getSummary()
Gets the value of the summary property.
|
TransparentHugePages |
getTransparentHugepages()
Gets the value of the transparentHugepages property.
|
String |
getType()
Gets the value of the type property.
|
Version |
getVersion()
Gets the value of the version property.
|
Boolean |
isOverrideIptables()
Gets the value of the overrideIptables property.
|
boolean |
isSetAddress() |
boolean |
isSetCluster() |
boolean |
isSetCpu() |
boolean |
isSetIscsi() |
boolean |
isSetKsm() |
boolean |
isSetMemory() |
boolean |
isSetOverrideIptables() |
boolean |
isSetPort() |
boolean |
isSetPowerManagement() |
boolean |
isSetRootPassword() |
boolean |
isSetStatistics() |
boolean |
isSetStatus() |
boolean |
isSetStorageManager() |
boolean |
isSetSummary() |
boolean |
isSetTransparentHugepages() |
boolean |
isSetType() |
boolean |
isSetVersion() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setCluster(Cluster value)
Sets the value of the cluster property.
|
void |
setCpu(CPU value)
Sets the value of the cpu property.
|
void |
setIscsi(IscsiDetails value)
Sets the value of the iscsi property.
|
void |
setKsm(KSM value)
Sets the value of the ksm property.
|
void |
setMemory(Long value)
Sets the value of the memory property.
|
void |
setOverrideIptables(Boolean value)
Sets the value of the overrideIptables property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setPowerManagement(PowerManagement value)
Sets the value of the powerManagement property.
|
void |
setRootPassword(String value)
Sets the value of the rootPassword property.
|
void |
setStatistics(Statistics value)
Sets the value of the statistics property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setStorageManager(StorageManager value)
Sets the value of the storageManager property.
|
void |
setSummary(VmSummary value)
Sets the value of the summary property.
|
void |
setTransparentHugepages(TransparentHugePages value)
Sets the value of the transparentHugepages property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setVersion(Version value)
Sets the value of the version property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected String address
protected Status status
protected Cluster cluster
protected Integer port
protected String type
protected StorageManager storageManager
protected Version version
protected PowerManagement powerManagement
protected KSM ksm
protected TransparentHugePages transparentHugepages
protected IscsiDetails iscsi
protected String rootPassword
protected Statistics statistics
protected CPU cpu
protected Long memory
protected VmSummary summary
protected Boolean overrideIptables
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic boolean isSetAddress()
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
public Cluster getCluster()
Clusterpublic void setCluster(Cluster value)
value - allowed object is
Clusterpublic boolean isSetCluster()
public Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic boolean isSetPort()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public StorageManager getStorageManager()
StorageManagerpublic void setStorageManager(StorageManager value)
value - allowed object is
StorageManagerpublic boolean isSetStorageManager()
public Version getVersion()
Versionpublic void setVersion(Version value)
value - allowed object is
Versionpublic boolean isSetVersion()
public PowerManagement getPowerManagement()
PowerManagementpublic void setPowerManagement(PowerManagement value)
value - allowed object is
PowerManagementpublic boolean isSetPowerManagement()
public void setKsm(KSM value)
value - allowed object is
KSMpublic boolean isSetKsm()
public TransparentHugePages getTransparentHugepages()
TransparentHugePagespublic void setTransparentHugepages(TransparentHugePages value)
value - allowed object is
TransparentHugePagespublic boolean isSetTransparentHugepages()
public IscsiDetails getIscsi()
IscsiDetailspublic void setIscsi(IscsiDetails value)
value - allowed object is
IscsiDetailspublic boolean isSetIscsi()
public String getRootPassword()
Stringpublic void setRootPassword(String value)
value - allowed object is
Stringpublic boolean isSetRootPassword()
public Statistics getStatistics()
Statisticspublic void setStatistics(Statistics value)
value - allowed object is
Statisticspublic boolean isSetStatistics()
public void setCpu(CPU value)
value - allowed object is
CPUpublic boolean isSetCpu()
public Long getMemory()
Longpublic void setMemory(Long value)
value - allowed object is
Longpublic boolean isSetMemory()
public VmSummary getSummary()
VmSummarypublic void setSummary(VmSummary value)
value - allowed object is
VmSummarypublic boolean isSetSummary()
public Boolean isOverrideIptables()
Booleanpublic void setOverrideIptables(Boolean value)
value - allowed object is
Booleanpublic boolean isSetOverrideIptables()
Copyright © 2012. All Rights Reserved.