com.xensource.xenapi
public static class ClusterHost.Record extends java.lang.Object implements Types.Record
| Modifier and Type | Field and Description |
|---|---|
java.util.Set<Types.ClusterHostOperation> |
allowedOperations
list of the operations allowed in this state.
|
Cluster |
cluster
Reference to the Cluster object
Experimental.
|
java.util.Map<java.lang.String,Types.ClusterHostOperation> |
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.Boolean |
enabled
Whether the cluster host believes that clustering should be enabled on this host
Experimental.
|
Host |
host
Reference to the Host object
Experimental.
|
java.lang.Boolean |
joined
Whether the cluster host has joined the cluster
Experimental.
|
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
Additional configuration
Experimental.
|
PIF |
PIF
Reference to the PIF object
Experimental.
|
java.lang.String |
uuid
Unique identifier/object reference
Experimental.
|
| Constructor and Description |
|---|
ClusterHost.Record() |
public java.lang.String uuid
public Cluster cluster
public Host host
public java.lang.Boolean enabled
public PIF PIF
public java.lang.Boolean joined
public java.util.Set<Types.ClusterHostOperation> allowedOperations
public java.util.Map<java.lang.String,Types.ClusterHostOperation> currentOperations
public java.util.Map<java.lang.String,java.lang.String> otherConfig
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap in interface Types.Record