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.allowedOperationslist of the operations allowed in this state.ClusterHost.Record.currentOperationslinks 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.ClusterHostOperationTypes.toClusterHostOperation(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Types.ClusterHostOperationReturns 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) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<Types.ClusterHostOperation>Types.toSetOfClusterHostOperation(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.