UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 293 B
import { Ip } from '../Ip'; /** Missing description */ export interface ProjectInstanceInterfaceCreation { /** Static ip (Can only be defined for private networks) */ ip?: Ip; /** Network id */ networkId: string; } //# sourceMappingURL=ProjectInstanceInterfaceCreation.d.ts.map