Uses of Enum Class
com.xensource.xenapi.Types.VbdOperations
-
Uses of Types.VbdOperations in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type Types.VbdOperationsModifier and TypeFieldDescriptionVBD.Record.allowedOperations
list of the operations allowed in this state.VBD.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.VbdOperationsModifier and TypeMethodDescriptionstatic Types.VbdOperations
Types.toVbdOperations
(Object object) static Types.VbdOperations
Returns the enum constant of this class with the specified name.static Types.VbdOperations[]
Types.VbdOperations.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.VbdOperationsModifier and TypeMethodDescriptionVBD.getAllowedOperations
(Connection c) Get the allowed_operations field of the given VBD.VBD.getCurrentOperations
(Connection c) Get the current_operations field of the given VBD.static Map<String,
Types.VbdOperations> Types.toMapOfStringVbdOperations
(Object object) static Set<Types.VbdOperations>
Types.toSetOfVbdOperations
(Object object)