import { Ip } from '../Ip';
/** Aims to help you configure needed transparent interfaces */
export interface VrackTransparentGateways {
    /** address */
    address: Ip;
    /** gateway */
    gateway: Ip;
    /** vlan */
    vlan: number;
}
//# sourceMappingURL=VrackTransparentGateways.d.ts.map