UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 323 B
/** You can reach from your virtual desktops, your customer network */ export interface CustomerNetworkPool { /** Customer Network id */ customerNetworkId: number; /** Name of your network */ name: string; /** Customer network */ network: string; } //# sourceMappingURL=CustomerNetworkPool.d.ts.map