Uses of Enum Class
com.xensource.xenapi.Types.VifLockingMode
-
Uses of Types.VifLockingMode in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.VifLockingModeModifier and TypeFieldDescriptionVIF.Record.lockingMode
current locking mode of the VIF First published in XenServer 6.1.Methods in com.xensource.xenapi that return Types.VifLockingModeModifier and TypeMethodDescriptionVIF.getLockingMode
(Connection c) Get the locking_mode field of the given VIF.static Types.VifLockingMode
Types.toVifLockingMode
(Object object) static Types.VifLockingMode
Returns the enum constant of this class with the specified name.static Types.VifLockingMode[]
Types.VifLockingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xensource.xenapi with parameters of type Types.VifLockingModeModifier and TypeMethodDescriptionvoid
VIF.setLockingMode
(Connection c, Types.VifLockingMode value) Set the locking mode for this VIF Minimum allowed role: pool-operator First published in XenServer 6.1.VIF.setLockingModeAsync
(Connection c, Types.VifLockingMode value) Set the locking mode for this VIF Minimum allowed role: pool-operator First published in XenServer 6.1.