Documentation ¶
Overview ¶
Model for managing aggregated (aka bundle, LAG) interfaces.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregationType ¶
type AggregationType string
AggregationType represents defined and managed
const ( // LAG managed by LACP AggregationType_LACP AggregationType = "LACP" // Statically configured bundle / LAG AggregationType_STATIC AggregationType = "STATIC" )
Click to show internal directories.
Click to hide internal directories.