Package com.xensource.xenapi
Class ClusterHost.Record
java.lang.Object
com.xensource.xenapi.ClusterHost.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- ClusterHost
Represents all the fields in a ClusterHost
-
Field Summary
FieldsModifier and TypeFieldDescriptionlist of the operations allowed in this state.Reference to the Cluster objectlinks each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task.Whether the cluster host believes that clustering should be enabled on this hostReference to the Host objectWhether the cluster host has joined the clusterAdditional configurationReference to the PIF objectUnique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
cluster
Reference to the Cluster object -
host
Reference to the Host object -
enabled
Whether the cluster host believes that clustering should be enabled on this host -
PIF
Reference to the PIF object -
joined
Whether the cluster host has joined the cluster -
allowedOperations
list of the operations allowed in this state. This list is advisory only and the server state may have changed by the time this field is read by a client. -
currentOperations
links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task. -
otherConfig
Additional configuration
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a Cluster_host.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-