Uses of Enum Class
com.xensource.xenapi.Types.PoolAllowedOperations
-
Uses of Types.PoolAllowedOperations in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type Types.PoolAllowedOperationsModifier and TypeFieldDescriptionPool.Record.allowedOperationslist of the operations allowed in this state.Pool.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.PoolAllowedOperationsModifier and TypeMethodDescriptionstatic Types.PoolAllowedOperationsTypes.toPoolAllowedOperations(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Types.PoolAllowedOperationsReturns the enum constant of this class with the specified name.static Types.PoolAllowedOperations[]Types.PoolAllowedOperations.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.PoolAllowedOperationsModifier and TypeMethodDescriptionPool.getAllowedOperations(Connection c) Get the allowed_operations field of the given pool.Pool.getCurrentOperations(Connection c) Get the current_operations field of the given pool.static Map<String,Types.PoolAllowedOperations> Types.toMapOfStringPoolAllowedOperations(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<Types.PoolAllowedOperations>Types.toSetOfPoolAllowedOperations(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.