Uses of Enum Class
com.xensource.xenapi.Types.ClusterOperation
-
Uses of Types.ClusterOperation in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type Types.ClusterOperationModifier and TypeFieldDescriptionCluster.Record.allowedOperations
list of the operations allowed in this state.Cluster.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.ClusterOperationModifier and TypeMethodDescriptionstatic Types.ClusterOperation
Types.toClusterOperation
(Object object) static Types.ClusterOperation
Returns the enum constant of this class with the specified name.static Types.ClusterOperation[]
Types.ClusterOperation.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.ClusterOperationModifier and TypeMethodDescriptionCluster.getAllowedOperations
(Connection c) Get the allowed_operations field of the given Cluster.Cluster.getCurrentOperations
(Connection c) Get the current_operations field of the given Cluster.static Map<String,
Types.ClusterOperation> Types.toMapOfStringClusterOperation
(Object object) static Set<Types.ClusterOperation>
Types.toSetOfClusterOperation
(Object object)