models.bonding_opts module¶
-
class
models.bonding_opts.
BondingOpts
(lacp_rate=None, mode=None, xmit_hash_policy=None)[source]¶ Bases:
object
Implementation of the ‘BondingOpts’ model.
Bonding Opts
- Attributes:
lacp_rate (string): TODO: type description here. mode (string): TODO: type description here. xmit_hash_policy (string): TODO: type description here.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.