Uses of Enum Class
com.xensource.xenapi.Types.StorageOperations
-
Uses of Types.StorageOperations in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type Types.StorageOperationsModifier and TypeFieldDescriptionSR.Record.allowedOperations
list of the operations allowed in this state.SR.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.StorageOperationsModifier and TypeMethodDescriptionstatic Types.StorageOperations
Types.toStorageOperations
(Object object) static Types.StorageOperations
Returns the enum constant of this class with the specified name.static Types.StorageOperations[]
Types.StorageOperations.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.StorageOperationsModifier and TypeMethodDescriptionGet the allowed_operations field of the given SR.Get the current_operations field of the given SR.static Map<String,
Types.StorageOperations> Types.toMapOfStringStorageOperations
(Object object) static Set<Types.StorageOperations>
Types.toSetOfStorageOperations
(Object object)