public static class Host.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.lang.String |
address
The address by which this host can be contacted from any other host in the pool
|
java.util.Set<Types.HostAllowedOperations> |
allowedOperations
list of the operations allowed in this state.
|
java.lang.Long |
APIVersionMajor
major version number
|
java.lang.Long |
APIVersionMinor
minor version number
|
java.lang.String |
APIVersionVendor
identification of vendor
|
java.util.Map<java.lang.String,java.lang.String> |
APIVersionVendorImplementation
details of vendor implementation
|
java.util.Map<java.lang.String,java.lang.String> |
biosStrings
BIOS strings
|
java.util.Map<java.lang.String,Blob> |
blobs
Binary blobs associated with this host
|
java.util.Set<java.lang.String> |
capabilities
Xen capabilities
|
java.util.Map<java.lang.String,java.lang.String> |
cpuConfiguration
The CPU configuration on this host.
|
java.util.Map<java.lang.String,java.lang.String> |
cpuInfo
Details about the physical CPUs on this host
|
java.util.Set<HostCrashdump> |
crashdumps
Set of host crash dumps
|
SR |
crashDumpSr
The SR in which VDIs for crash dumps are created
|
java.util.Map<java.lang.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.
|
java.lang.String |
edition
XenServer edition
|
java.lang.Boolean |
enabled
True if the host is currently enabled
|
java.util.Map<java.lang.String,java.lang.String> |
externalAuthConfiguration
configuration specific to external authentication service
|
java.lang.String |
externalAuthServiceName
name of external authentication service configured; empty if none configured.
|
java.lang.String |
externalAuthType
type of external authentication service configured; empty if none configured.
|
java.util.Set<java.lang.String> |
haNetworkPeers
The set of hosts visible via the network from this host
|
java.util.Set<java.lang.String> |
haStatefiles
The set of statefiles accessible from this host
|
java.util.Set<HostCpu> |
hostCPUs
The physical CPUs on this host
|
java.lang.String |
hostname
The hostname of this host
|
java.util.Map<java.lang.String,java.lang.String> |
licenseParams
State of the current license
|
java.util.Map<java.lang.String,java.lang.String> |
licenseServer
Contact information of the license server
|
SR |
localCacheSr
The SR that is used as a local cache
|
java.util.Map<java.lang.String,java.lang.String> |
logging
logging configuration
|
java.lang.Long |
memoryOverhead
Virtualization memory overhead (bytes).
|
HostMetrics |
metrics
metrics associated with this host
|
java.lang.String |
nameDescription
a notes field containg human-readable description
|
java.lang.String |
nameLabel
a human-readable name
|
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
additional configuration
|
java.util.Set<HostPatch> |
patches
Set of host patches
|
java.util.Set<PBD> |
PBDs
physical blockdevices
|
java.util.Set<PIF> |
PIFs
physical network interfaces
|
java.util.Map<java.lang.String,java.lang.String> |
powerOnConfig
The power on config
|
java.lang.String |
powerOnMode
The power on mode
|
java.util.Set<VM> |
residentVMs
list of VMs currently resident on host
|
java.lang.String |
schedPolicy
Scheduler policy currently in force on this host
|
java.util.Map<java.lang.String,java.lang.String> |
softwareVersion
version strings
|
java.util.Set<java.lang.String> |
supportedBootloaders
a list of the bootloaders installed on the machine
|
SR |
suspendImageSr
The SR in which VDIs for suspend images are created
|
java.util.Set<java.lang.String> |
tags
user-specified tags for categorization purposes
|
java.lang.String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a host.Record to a Map
|
java.lang.String |
toString() |
public java.lang.String uuid
public java.lang.String nameLabel
public java.lang.String nameDescription
public java.lang.Long memoryOverhead
public java.util.Set<Types.HostAllowedOperations> allowedOperations
public java.util.Map<java.lang.String,Types.HostAllowedOperations> currentOperations
public java.lang.Long APIVersionMajor
public java.lang.Long APIVersionMinor
public java.lang.String APIVersionVendor
public java.util.Map<java.lang.String,java.lang.String> APIVersionVendorImplementation
public java.lang.Boolean enabled
public java.util.Map<java.lang.String,java.lang.String> softwareVersion
public java.util.Map<java.lang.String,java.lang.String> otherConfig
public java.util.Set<java.lang.String> capabilities
public java.util.Map<java.lang.String,java.lang.String> cpuConfiguration
public java.lang.String schedPolicy
public java.util.Set<java.lang.String> supportedBootloaders
public java.util.Set<VM> residentVMs
public java.util.Map<java.lang.String,java.lang.String> logging
public java.util.Set<PIF> PIFs
public SR suspendImageSr
public SR crashDumpSr
public java.util.Set<HostCrashdump> crashdumps
public java.util.Set<HostPatch> patches
public java.util.Set<PBD> PBDs
public java.util.Set<HostCpu> hostCPUs
public java.util.Map<java.lang.String,java.lang.String> cpuInfo
public java.lang.String hostname
public java.lang.String address
public HostMetrics metrics
public java.util.Map<java.lang.String,java.lang.String> licenseParams
public java.util.Set<java.lang.String> haStatefiles
public java.util.Set<java.lang.String> haNetworkPeers
public java.util.Map<java.lang.String,Blob> blobs
public java.util.Set<java.lang.String> tags
public java.lang.String externalAuthType
public java.lang.String externalAuthServiceName
public java.util.Map<java.lang.String,java.lang.String> externalAuthConfiguration
public java.lang.String edition
public java.util.Map<java.lang.String,java.lang.String> licenseServer
public java.util.Map<java.lang.String,java.lang.String> biosStrings
public java.lang.String powerOnMode
public java.util.Map<java.lang.String,java.lang.String> powerOnConfig
public SR localCacheSr
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record