@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 458 B
TypeScript
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