UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 371 B
import { IpBlock } from '../IpBlock'; /** Preview of an IP aggregation on BYOIP Additional IPs */ export interface ByoipAggregationPreview { /** Aggregation Additional IP that will be created */ aggregationIp: IpBlock; /** Existing Additional IP(s) that will be aggregated */ childrenIps: IpBlock[]; } //# sourceMappingURL=ByoipAggregationPreview.d.ts.map