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.modeThe 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.BondModeTypes.toBondMode(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Types.BondModeReturns 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 BondBond.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 BondBond.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 TaskBond.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 TaskBond.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.voidBond.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.