Uses of Enum Class
com.xensource.xenapi.Types.ClusterHostOperation
-
Uses of Types.ClusterHostOperation in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type Types.ClusterHostOperationModifier and TypeFieldDescriptionClusterHost.Record.allowedOperations
list of the operations allowed in this state.ClusterHost.Record.currentOperations
links each of the running tasks using this object (by reference) to a current_operation enum which describes the nature of the task.Methods in com.xensource.xenapi that return Types.ClusterHostOperationModifier and TypeMethodDescriptionstatic Types.ClusterHostOperation
Types.toClusterHostOperation
(Object object) static Types.ClusterHostOperation
Returns the enum constant of this class with the specified name.static Types.ClusterHostOperation[]
Types.ClusterHostOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xensource.xenapi that return types with arguments of type Types.ClusterHostOperationModifier and TypeMethodDescriptionClusterHost.getAllowedOperations
(Connection c) Get the allowed_operations field of the given Cluster_host.ClusterHost.getCurrentOperations
(Connection c) Get the current_operations field of the given Cluster_host.static Map<String,
Types.ClusterHostOperation> Types.toMapOfStringClusterHostOperation
(Object object) static Set<Types.ClusterHostOperation>
Types.toSetOfClusterHostOperation
(Object object)