@datatr-ux/ovhcloud-types
Version: 
TypeScript types for OVHCloud projects
9 lines • 310 B
TypeScript
import { IpBlock } from '../IpBlock';
/** Preview of an IP slicing on BYOIP Additional IPs */
export interface ByoipSlicingPreview {
    /** Additional IP(s) that will be created */
    childrenIps: IpBlock[];
    /** Slicing size */
    slicingSize: number;
}
//# sourceMappingURL=ByoipSlicingPreview.d.ts.map