Uses of Enum Class
com.xensource.xenapi.Types.VdiOperations
-
Uses of Types.VdiOperations in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type Types.VdiOperationsModifier and TypeFieldDescriptionVDI.Record.allowedOperations
list of the operations allowed in this state.VDI.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.VdiOperationsModifier and TypeMethodDescriptionstatic Types.VdiOperations
Types.toVdiOperations
(Object object) static Types.VdiOperations
Returns the enum constant of this class with the specified name.static Types.VdiOperations[]
Types.VdiOperations.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.VdiOperationsModifier and TypeMethodDescriptionVDI.getAllowedOperations
(Connection c) Get the allowed_operations field of the given VDI.VDI.getCurrentOperations
(Connection c) Get the current_operations field of the given VDI.static Map<String,
Types.VdiOperations> Types.toMapOfStringVdiOperations
(Object object) static Set<Types.VdiOperations>
Types.toSetOfVdiOperations
(Object object)