UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 158 B
/** FixedIp */ export interface FixedIp { /** Ip */ ip: string; /** Subnetwork Id */ subnetId: string; } //# sourceMappingURL=FixedIp.d.ts.map