com.xensource.xenapi
public static class Bond.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.lang.Long |
linksUp
Number of links up in this bond
First published in XenServer 6.1.
|
PIF |
master
The bonded interface
|
Types.BondMode |
mode
The algorithm used to distribute traffic among the bonded NICs
First published in XenServer 6.0.
|
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
additional configuration
|
PIF |
primarySlave
The PIF of which the IP configuration and MAC were copied to the bond, and which will receive all configuration/VLANs/VIFs on the bond if the bond is destroyed
First published in XenServer 6.0.
|
java.util.Map<java.lang.String,java.lang.String> |
properties
Additional configuration properties specific to the bond mode.
|
java.util.Set<PIF> |
slaves
The interfaces which are part of this bond
|
java.lang.String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
Bond.Record() |
public java.lang.String uuid
public PIF master
public java.util.Set<PIF> slaves
public java.util.Map<java.lang.String,java.lang.String> otherConfig
public PIF primarySlave
public Types.BondMode mode
public java.util.Map<java.lang.String,java.lang.String> properties
public java.lang.Long linksUp
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record