import { OlaInterfaceModeEnum } from './OlaInterfaceModeEnum';
/** A structure describing OVH Link Aggregation interface configuration */
export interface OlaInterface {
    /** Interface aggregation status */
    aggregation: boolean;
    /** Interface count */
    count: number;
    /** Interface mode */
    type: OlaInterfaceModeEnum;
}
//# sourceMappingURL=OlaInterface.d.ts.map