|
||||||||
| 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 | |
|---|---|
Long |
APIVersionMajor
major version number |
Long |
APIVersionMinor
minor version number |
String |
APIVersionVendor
identification of vendor |
Map<String,String> |
APIVersionVendorImplementation
details of vendor implementation |
Set<String> |
capabilities
Xen capabilities |
Map<String,String> |
cpuConfiguration
The CPU configuration on this host. |
SR |
crashDumpSr
The SR in which VDIs for crash dumps are created |
Boolean |
enabled
True if the host is currently enabled |
Set<HostCpu> |
hostCPUs
The physical CPUs on this host |
Map<String,String> |
logging
logging configuration |
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<PBD> |
PBDs
physical blockdevices |
Set<PIF> |
PIFs
physical network interfaces |
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 |
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 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<PBD> PBDs
public Set<HostCpu> hostCPUs
public HostMetrics metrics
| Constructor Detail |
|---|
public Host.Record()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic 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 | |||||||