import { UnitAndValueLong } from '../../complexType/UnitAndValueLong';
import { BandwidthvRackTypeEnum } from './BandwidthvRackTypeEnum';
/** A structure describing vRack bandwidth informations about this dedicated server */
export interface BandwidthvRackDetails {
    /** vrack bandwidth limitation */
    bandwidth?: UnitAndValueLong;
    /** bandwidth offer type */
    type?: BandwidthvRackTypeEnum;
}
//# sourceMappingURL=BandwidthvRackDetails.d.ts.map