Uses of Enum Class
com.xensource.xenapi.Types.BondMode
-
Uses of Types.BondMode in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.BondModeModifier and TypeFieldDescriptionBond.Record.mode
The algorithm used to distribute traffic among the bonded NICs First published in XenServer 6.0.Methods in com.xensource.xenapi that return Types.BondModeModifier and TypeMethodDescriptionBond.getMode
(Connection c) Get the mode field of the given Bond.static Types.BondMode
Types.toBondMode
(Object object) static Types.BondMode
Returns the enum constant of this class with the specified name.static Types.BondMode[]
Types.BondMode.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.BondModeModifier and TypeMethodDescriptionstatic Bond
Bond.create
(Connection c, Network network, Set<PIF> members, String MAC, Types.BondMode mode) Create an interface bond Minimum allowed role: pool-operator First published in XenServer 4.1.static Bond
Bond.create
(Connection c, Network network, Set<PIF> members, String MAC, Types.BondMode mode, Map<String, String> properties) Create an interface bond Minimum allowed role: pool-operator First published in XenServer 4.1.static Task
Bond.createAsync
(Connection c, Network network, Set<PIF> members, String MAC, Types.BondMode mode) Create an interface bond Minimum allowed role: pool-operator First published in XenServer 4.1.static Task
Bond.createAsync
(Connection c, Network network, Set<PIF> members, String MAC, Types.BondMode mode, Map<String, String> properties) Create an interface bond Minimum allowed role: pool-operator First published in XenServer 4.1.void
Bond.setMode
(Connection c, Types.BondMode value) Change the bond mode Minimum allowed role: pool-operator First published in XenServer 6.0.Bond.setModeAsync
(Connection c, Types.BondMode value) Change the bond mode Minimum allowed role: pool-operator First published in XenServer 6.0.