UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 243 B
/** Status of a MPTCP Interface. */ export declare enum MultipathStatusEnum { 'backup' = "backup", 'handover' = "handover", 'master' = "master", 'off' = "off", 'on' = "on" } //# sourceMappingURL=MultipathStatusEnum.d.ts.map