public static class Host.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Host.Record() |
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> cpuConfiguration
public String schedPolicy
public Set<String> supportedBootloaders
public SR suspendImageSr
public SR crashDumpSr
public Set<HostCrashdump> crashdumps
public String hostname
public String address
public HostMetrics metrics
public Set<String> haNetworkPeers
public String externalAuthType
public String externalAuthServiceName
public Map<String,String> externalAuthConfiguration
public String edition
public String powerOnMode
public SR localCacheSr