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, unsetLinks
protected 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()
String
public void setAddress(String value)
value
- allowed object is
String
public boolean isSetAddress()
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
public Cluster getCluster()
Cluster
public void setCluster(Cluster value)
value
- allowed object is
Cluster
public boolean isSetCluster()
public Integer getPort()
Integer
public void setPort(Integer value)
value
- allowed object is
Integer
public boolean isSetPort()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public StorageManager getStorageManager()
StorageManager
public void setStorageManager(StorageManager value)
value
- allowed object is
StorageManager
public boolean isSetStorageManager()
public Version getVersion()
Version
public void setVersion(Version value)
value
- allowed object is
Version
public boolean isSetVersion()
public PowerManagement getPowerManagement()
PowerManagement
public void setPowerManagement(PowerManagement value)
value
- allowed object is
PowerManagement
public boolean isSetPowerManagement()
public void setKsm(KSM value)
value
- allowed object is
KSM
public boolean isSetKsm()
public TransparentHugePages getTransparentHugepages()
TransparentHugePages
public void setTransparentHugepages(TransparentHugePages value)
value
- allowed object is
TransparentHugePages
public boolean isSetTransparentHugepages()
public IscsiDetails getIscsi()
IscsiDetails
public void setIscsi(IscsiDetails value)
value
- allowed object is
IscsiDetails
public boolean isSetIscsi()
public String getRootPassword()
String
public void setRootPassword(String value)
value
- allowed object is
String
public boolean isSetRootPassword()
public Statistics getStatistics()
Statistics
public void setStatistics(Statistics value)
value
- allowed object is
Statistics
public boolean isSetStatistics()
public void setCpu(CPU value)
value
- allowed object is
CPU
public boolean isSetCpu()
public Long getMemory()
Long
public void setMemory(Long value)
value
- allowed object is
Long
public boolean isSetMemory()
public VmSummary getSummary()
VmSummary
public void setSummary(VmSummary value)
value
- allowed object is
VmSummary
public boolean isSetSummary()
public Boolean isOverrideIptables()
Boolean
public void setOverrideIptables(Boolean value)
value
- allowed object is
Boolean
public boolean isSetOverrideIptables()
Copyright © 2012. All Rights Reserved.