Uses of Enum Class
com.xensource.xenapi.Types.VifOperations
-
Uses of Types.VifOperations in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type Types.VifOperationsModifier and TypeFieldDescriptionVIF.Record.allowedOperations
list of the operations allowed in this state.VIF.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.VifOperationsModifier and TypeMethodDescriptionstatic Types.VifOperations
Types.toVifOperations
(Object object) static Types.VifOperations
Returns the enum constant of this class with the specified name.static Types.VifOperations[]
Types.VifOperations.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.VifOperationsModifier and TypeMethodDescriptionVIF.getAllowedOperations
(Connection c) Get the allowed_operations field of the given VIF.VIF.getCurrentOperations
(Connection c) Get the current_operations field of the given VIF.static Map<String,
Types.VifOperations> Types.toMapOfStringVifOperations
(Object object) static Set<Types.VifOperations>
Types.toSetOfVifOperations
(Object object)