UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 292 B
/** A structure describing VMAC Infos for this dedicated server */ export interface VmacDetails { /** Maximum number of VirtualMacs allowed on this server */ quota: number; /** Server is compatible vmac or not */ supported: boolean; } //# sourceMappingURL=VmacDetails.d.ts.map