Uses of Enum Class
com.xensource.xenapi.Types.NetworkDefaultLockingMode
-
Uses of Types.NetworkDefaultLockingMode in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.NetworkDefaultLockingModeModifier and TypeFieldDescriptionNetwork.Record.defaultLockingMode
The network will use this value to determine the behaviour of all VIFs where locking_mode = default First published in XenServer 6.1.Methods in com.xensource.xenapi that return Types.NetworkDefaultLockingModeModifier and TypeMethodDescriptionNetwork.getDefaultLockingMode
(Connection c) Get the default_locking_mode field of the given network.Types.toNetworkDefaultLockingMode
(Object object) Returns the enum constant of this class with the specified name.static Types.NetworkDefaultLockingMode[]
Types.NetworkDefaultLockingMode.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.NetworkDefaultLockingModeModifier and TypeMethodDescriptionvoid
Network.setDefaultLockingMode
(Connection c, Types.NetworkDefaultLockingMode value) Set the default locking mode for VIFs attached to this network Minimum allowed role: pool-operator First published in XenServer 6.1.Network.setDefaultLockingModeAsync
(Connection c, Types.NetworkDefaultLockingMode value) Set the default locking mode for VIFs attached to this network Minimum allowed role: pool-operator First published in XenServer 6.1.