UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 259 B
/** Portgroup */ export interface Portgroup { /** Description of the portgroup */ description: string; /** Name of the portgroup */ name: string; /** Id of the portgroup */ portgroupId: number; } //# sourceMappingURL=Portgroup.d.ts.map