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="{}certificate" minOccurs="0"/> <element ref="{}status" minOccurs="0"/> <element name="external_status" type="{}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="spm" type="{}SPM" minOccurs="0"/> <element name="version" type="{}Version" minOccurs="0"/> <element ref="{}hardware_information" 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 ref="{}ssh" 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="max_scheduling_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"/> <element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="reboot_after_installation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="os" type="{}OperatingSystem" minOccurs="0"/> <element ref="{}hooks" minOccurs="0"/> <element name="libvirt_version" type="{}Version" minOccurs="0"/> <element ref="{}display" minOccurs="0"/> <element name="hosted_engine" type="{}HostedEngine" minOccurs="0"/> <element name="kdump_status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="selinux" type="{}SELinux" minOccurs="0"/> <element name="auto_numa_status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numa_supported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="live_snapshot_support" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{}katello_errata" minOccurs="0"/> <element ref="{}external_host_provider" minOccurs="0"/> <element name="update_available" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{}device_passthrough" minOccurs="0"/> <element ref="{}storage_connection_extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
Host() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getAutoNumaStatus()
Gets the value of the autoNumaStatus property.
|
Certificate |
getCertificate()
Gets the value of the certificate property.
|
Cluster |
getCluster()
Gets the value of the cluster property.
|
CPU |
getCpu()
Gets the value of the cpu property.
|
HostDevicePassthrough |
getDevicePassthrough()
Gets the value of the devicePassthrough property.
|
Display |
getDisplay()
Gets the value of the display property.
|
ExternalHostProvider |
getExternalHostProvider()
Gets the value of the externalHostProvider property.
|
Status |
getExternalStatus()
Gets the value of the externalStatus property.
|
HardwareInformation |
getHardwareInformation()
Gets the value of the hardwareInformation property.
|
Object |
getHooks()
Gets the value of the hooks property.
|
HostedEngine |
getHostedEngine()
Gets the value of the hostedEngine property.
|
IscsiDetails |
getIscsi()
Gets the value of the iscsi property.
|
Object |
getKatelloErrata()
Gets the value of the katelloErrata property.
|
String |
getKdumpStatus()
Gets the value of the kdumpStatus property.
|
KSM |
getKsm()
Gets the value of the ksm property.
|
Version |
getLibvirtVersion()
Gets the value of the libvirtVersion property.
|
Boolean |
getLiveSnapshotSupport()
Gets the value of the liveSnapshotSupport property.
|
Long |
getMaxSchedulingMemory()
Gets the value of the maxSchedulingMemory property.
|
Long |
getMemory()
Gets the value of the memory property.
|
Boolean |
getNumaSupported()
Gets the value of the numaSupported property.
|
OperatingSystem |
getOs()
Gets the value of the os property.
|
Boolean |
getOverrideIptables()
Gets the value of the overrideIptables property.
|
Integer |
getPort()
Gets the value of the port property.
|
PowerManagement |
getPowerManagement()
Gets the value of the powerManagement property.
|
String |
getProtocol()
Gets the value of the protocol property.
|
Boolean |
getRebootAfterInstallation()
Gets the value of the rebootAfterInstallation property.
|
String |
getRootPassword()
Gets the value of the rootPassword property.
|
SELinux |
getSelinux()
Gets the value of the selinux property.
|
SPM |
getSpm()
Gets the value of the spm property.
|
SSH |
getSsh()
Gets the value of the ssh property.
|
Object |
getStatistics()
Gets the value of the statistics property.
|
Status |
getStatus()
Gets the value of the status property.
|
Object |
getStorageConnectionExtensions()
Gets the value of the storageConnectionExtensions 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.
|
Boolean |
getUpdateAvailable()
Gets the value of the updateAvailable property.
|
Version |
getVersion()
Gets the value of the version property.
|
boolean |
isSetAddress() |
boolean |
isSetAutoNumaStatus() |
boolean |
isSetCertificate() |
boolean |
isSetCluster() |
boolean |
isSetCpu() |
boolean |
isSetDevicePassthrough() |
boolean |
isSetDisplay() |
boolean |
isSetExternalHostProvider() |
boolean |
isSetExternalStatus() |
boolean |
isSetHardwareInformation() |
boolean |
isSetHooks() |
boolean |
isSetHostedEngine() |
boolean |
isSetIscsi() |
boolean |
isSetKatelloErrata() |
boolean |
isSetKdumpStatus() |
boolean |
isSetKsm() |
boolean |
isSetLibvirtVersion() |
boolean |
isSetLiveSnapshotSupport() |
boolean |
isSetMaxSchedulingMemory() |
boolean |
isSetMemory() |
boolean |
isSetNumaSupported() |
boolean |
isSetOs() |
boolean |
isSetOverrideIptables() |
boolean |
isSetPort() |
boolean |
isSetPowerManagement() |
boolean |
isSetProtocol() |
boolean |
isSetRebootAfterInstallation() |
boolean |
isSetRootPassword() |
boolean |
isSetSelinux() |
boolean |
isSetSpm() |
boolean |
isSetSsh() |
boolean |
isSetStatistics() |
boolean |
isSetStatus() |
boolean |
isSetStorageConnectionExtensions() |
boolean |
isSetStorageManager() |
boolean |
isSetSummary() |
boolean |
isSetTransparentHugepages() |
boolean |
isSetType() |
boolean |
isSetUpdateAvailable() |
boolean |
isSetVersion() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setAutoNumaStatus(String value)
Sets the value of the autoNumaStatus property.
|
void |
setCertificate(Certificate value)
Sets the value of the certificate property.
|
void |
setCluster(Cluster value)
Sets the value of the cluster property.
|
void |
setCpu(CPU value)
Sets the value of the cpu property.
|
void |
setDevicePassthrough(HostDevicePassthrough value)
Sets the value of the devicePassthrough property.
|
void |
setDisplay(Display value)
Sets the value of the display property.
|
void |
setExternalHostProvider(ExternalHostProvider value)
Sets the value of the externalHostProvider property.
|
void |
setExternalStatus(Status value)
Sets the value of the externalStatus property.
|
void |
setHardwareInformation(HardwareInformation value)
Sets the value of the hardwareInformation property.
|
void |
setHooks(Hooks value)
Sets the value of the hooks property.
|
void |
setHostedEngine(HostedEngine value)
Sets the value of the hostedEngine property.
|
void |
setIscsi(IscsiDetails value)
Sets the value of the iscsi property.
|
void |
setKatelloErrata(KatelloErrata value)
Sets the value of the katelloErrata property.
|
void |
setKdumpStatus(String value)
Sets the value of the kdumpStatus property.
|
void |
setKsm(KSM value)
Sets the value of the ksm property.
|
void |
setLibvirtVersion(Version value)
Sets the value of the libvirtVersion property.
|
void |
setLiveSnapshotSupport(Boolean value)
Sets the value of the liveSnapshotSupport property.
|
void |
setMaxSchedulingMemory(Long value)
Sets the value of the maxSchedulingMemory property.
|
void |
setMemory(Long value)
Sets the value of the memory property.
|
void |
setNumaSupported(Boolean value)
Sets the value of the numaSupported property.
|
void |
setOs(OperatingSystem value)
Sets the value of the os 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 |
setProtocol(String value)
Sets the value of the protocol property.
|
void |
setRebootAfterInstallation(Boolean value)
Sets the value of the rebootAfterInstallation property.
|
void |
setRootPassword(String value)
Sets the value of the rootPassword property.
|
void |
setSelinux(SELinux value)
Sets the value of the selinux property.
|
void |
setSpm(SPM value)
Sets the value of the spm property.
|
void |
setSsh(SSH value)
Sets the value of the ssh property.
|
void |
setStatistics(Statistics value)
Sets the value of the statistics property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setStorageConnectionExtensions(StorageConnectionExtensions value)
Sets the value of the storageConnectionExtensions 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 |
setUpdateAvailable(Boolean value)
Sets the value of the updateAvailable property.
|
void |
setVersion(Version value)
Sets the value of the version property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public boolean isSetAddress()
public Certificate getCertificate()
Certificate
public void setCertificate(Certificate value)
value
- allowed object is
Certificate
public boolean isSetCertificate()
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
public Status getExternalStatus()
Status
public void setExternalStatus(Status value)
value
- allowed object is
Status
public boolean isSetExternalStatus()
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 void setSpm(SPM value)
value
- allowed object is
SPM
public boolean isSetSpm()
public Version getVersion()
Version
public void setVersion(Version value)
value
- allowed object is
Version
public boolean isSetVersion()
public HardwareInformation getHardwareInformation()
HardwareInformation
public void setHardwareInformation(HardwareInformation value)
value
- allowed object is
HardwareInformation
public boolean isSetHardwareInformation()
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 void setSsh(SSH value)
value
- allowed object is
SSH
public boolean isSetSsh()
public Object 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 Long getMaxSchedulingMemory()
Long
public void setMaxSchedulingMemory(Long value)
value
- allowed object is
Long
public boolean isSetMaxSchedulingMemory()
public VmSummary getSummary()
VmSummary
public void setSummary(VmSummary value)
value
- allowed object is
VmSummary
public boolean isSetSummary()
public Boolean getOverrideIptables()
Boolean
public void setOverrideIptables(Boolean value)
value
- allowed object is
Boolean
public boolean isSetOverrideIptables()
public String getProtocol()
String
public void setProtocol(String value)
value
- allowed object is
String
public boolean isSetProtocol()
public Boolean getRebootAfterInstallation()
Boolean
public void setRebootAfterInstallation(Boolean value)
value
- allowed object is
Boolean
public boolean isSetRebootAfterInstallation()
public OperatingSystem getOs()
OperatingSystem
public void setOs(OperatingSystem value)
value
- allowed object is
OperatingSystem
public boolean isSetOs()
public Object getHooks()
Hooks
public void setHooks(Hooks value)
value
- allowed object is
Hooks
public boolean isSetHooks()
public Version getLibvirtVersion()
Version
public void setLibvirtVersion(Version value)
value
- allowed object is
Version
public boolean isSetLibvirtVersion()
public Display getDisplay()
Display
public void setDisplay(Display value)
value
- allowed object is
Display
public boolean isSetDisplay()
public HostedEngine getHostedEngine()
HostedEngine
public void setHostedEngine(HostedEngine value)
value
- allowed object is
HostedEngine
public boolean isSetHostedEngine()
public String getKdumpStatus()
String
public void setKdumpStatus(String value)
value
- allowed object is
String
public boolean isSetKdumpStatus()
public SELinux getSelinux()
SELinux
public void setSelinux(SELinux value)
value
- allowed object is
SELinux
public boolean isSetSelinux()
public String getAutoNumaStatus()
String
public void setAutoNumaStatus(String value)
value
- allowed object is
String
public boolean isSetAutoNumaStatus()
public Boolean getNumaSupported()
Boolean
public void setNumaSupported(Boolean value)
value
- allowed object is
Boolean
public boolean isSetNumaSupported()
public Boolean getLiveSnapshotSupport()
Boolean
public void setLiveSnapshotSupport(Boolean value)
value
- allowed object is
Boolean
public boolean isSetLiveSnapshotSupport()
public Object getKatelloErrata()
KatelloErrata
public void setKatelloErrata(KatelloErrata value)
value
- allowed object is
KatelloErrata
public boolean isSetKatelloErrata()
public ExternalHostProvider getExternalHostProvider()
ExternalHostProvider
public void setExternalHostProvider(ExternalHostProvider value)
value
- allowed object is
ExternalHostProvider
public boolean isSetExternalHostProvider()
public Boolean getUpdateAvailable()
Boolean
public void setUpdateAvailable(Boolean value)
value
- allowed object is
Boolean
public boolean isSetUpdateAvailable()
public HostDevicePassthrough getDevicePassthrough()
HostDevicePassthrough
public void setDevicePassthrough(HostDevicePassthrough value)
value
- allowed object is
HostDevicePassthrough
public boolean isSetDevicePassthrough()
public Object getStorageConnectionExtensions()
StorageConnectionExtensions
public void setStorageConnectionExtensions(StorageConnectionExtensions value)
value
- allowed object is
StorageConnectionExtensions
public boolean isSetStorageConnectionExtensions()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0