UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 421 B
/** Dedicated server interfaces allowed for this vRack */ export interface EligibleDedicatedServerInterfaces { /** The name of the dedicatedServer */ dedicatedServer: string; /** The unique identifier of the dedicatedServerInterface */ dedicatedServerInterface: string; /** The name of the dedicatedServerInterface */ name: string; } //# sourceMappingURL=EligibleDedicatedServerInterfaces.d.ts.map