import { UnitAndValueLong } from '../../../complexType/UnitAndValueLong';
/** Backup cloud offer description for a dedicated server */
export interface BackupOffer {
    /** Archive container max size. */
    maxArchive?: UnitAndValueLong;
    /** Archive volume r/w bandwidth limit: read/write volume offered per month on the container. */
    maxBandwidthArchive?: UnitAndValueLong;
    /** Storage volume r/w bandwidth limit: read/write volume offered per month on the container. */
    maxBandwidthStorage?: UnitAndValueLong;
    /** Storage container max size. */
    maxStorage?: UnitAndValueLong;
}
//# sourceMappingURL=BackupOffer.d.ts.map