|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.Host.Record
public static class Host.Record
Represents all the fields in a Host
Field Summary | |
---|---|
String |
address
The address by which this host can be contacted from any other host in the pool |
Set<Types.HostAllowedOperations> |
allowedOperations
list of the operations allowed in this state. |
Long |
APIVersionMajor
major version number |
Long |
APIVersionMinor
minor version number |
String |
APIVersionVendor
identification of vendor |
Map<String,String> |
APIVersionVendorImplementation
details of vendor implementation |
Map<String,String> |
biosStrings
BIOS strings |
Map<String,Blob> |
blobs
Binary blobs associated with this host |
Set<String> |
capabilities
Xen capabilities |
Map<String,String> |
cpuConfiguration
The CPU configuration on this host. |
Map<String,String> |
cpuInfo
Details about the physical CPUs on this host |
Set<HostCrashdump> |
crashdumps
Set of host crash dumps |
SR |
crashDumpSr
The SR in which VDIs for crash dumps are created |
Map<String,Types.HostAllowedOperations> |
currentOperations
links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task. |
String |
edition
XenServer edition |
Boolean |
enabled
True if the host is currently enabled |
Map<String,String> |
externalAuthConfiguration
configuration specific to external authentication service |
String |
externalAuthServiceName
name of external authentication service configured; empty if none configured. |
String |
externalAuthType
type of external authentication service configured; empty if none configured. |
Set<String> |
haNetworkPeers
The set of hosts visible via the network from this host |
Set<String> |
haStatefiles
The set of statefiles accessible from this host |
Set<HostCpu> |
hostCPUs
The physical CPUs on this host |
String |
hostname
The hostname of this host |
Map<String,String> |
licenseParams
State of the current license |
Map<String,String> |
licenseServer
Contact information of the license server |
SR |
localCacheSr
The SR that is used as a local cache |
Map<String,String> |
logging
logging configuration |
Long |
memoryOverhead
Virtualization memory overhead (bytes). |
HostMetrics |
metrics
metrics associated with this host |
String |
nameDescription
a notes field containg human-readable description |
String |
nameLabel
a human-readable name |
Map<String,String> |
otherConfig
additional configuration |
Set<HostPatch> |
patches
Set of host patches |
Set<PBD> |
PBDs
physical blockdevices |
Set<PIF> |
PIFs
physical network interfaces |
Map<String,String> |
powerOnConfig
The power on config |
String |
powerOnMode
The power on mode |
Set<VM> |
residentVMs
list of VMs currently resident on host |
String |
schedPolicy
Scheduler policy currently in force on this host |
Map<String,String> |
softwareVersion
version strings |
Set<String> |
supportedBootloaders
a list of the bootloaders installed on the machine |
SR |
suspendImageSr
The SR in which VDIs for suspend images are created |
Set<String> |
tags
user-specified tags for categorization purposes |
String |
uuid
Unique identifier/object reference |
Constructor Summary | |
---|---|
Host.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a host.Record to a Map |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String uuid
public String nameLabel
public String nameDescription
public Long memoryOverhead
public Set<Types.HostAllowedOperations> allowedOperations
public Map<String,Types.HostAllowedOperations> currentOperations
public Long APIVersionMajor
public Long APIVersionMinor
public String APIVersionVendor
public Map<String,String> APIVersionVendorImplementation
public Boolean enabled
public Map<String,String> softwareVersion
public Map<String,String> otherConfig
public Set<String> capabilities
public Map<String,String> cpuConfiguration
public String schedPolicy
public Set<String> supportedBootloaders
public Set<VM> residentVMs
public Map<String,String> logging
public Set<PIF> PIFs
public SR suspendImageSr
public SR crashDumpSr
public Set<HostCrashdump> crashdumps
public Set<HostPatch> patches
public Set<PBD> PBDs
public Set<HostCpu> hostCPUs
public Map<String,String> cpuInfo
public String hostname
public String address
public HostMetrics metrics
public Map<String,String> licenseParams
public Set<String> haStatefiles
public Set<String> haNetworkPeers
public Map<String,Blob> blobs
public Set<String> tags
public String externalAuthType
public String externalAuthServiceName
public Map<String,String> externalAuthConfiguration
public String edition
public Map<String,String> licenseServer
public Map<String,String> biosStrings
public String powerOnMode
public Map<String,String> powerOnConfig
public SR localCacheSr
Constructor Detail |
---|
public Host.Record()
Method Detail |
---|
public String toString()
toString
in class Object
public Map<String,Object> toMap()
toMap
in interface Types.Record
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |