UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 241 B
/** Config status of the cluster */ export declare enum ClusterDrsModeEnum { 'fullyAutomated' = "fullyAutomated", 'manual' = "manual", 'partiallyAutomated' = "partiallyAutomated" } //# sourceMappingURL=ClusterDrsModeEnum.d.ts.map