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 |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a Cluster_host.Record to a Map
|
java.lang.String |
toString() |
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.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record