UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 278 B
/** This enumeration specifies the type of deployment for the SAP system. */ export declare enum DeploymentTypeEnum { 'Distributed' = "Distributed", 'High-Availability' = "High-Availability", 'Standard' = "Standard" } //# sourceMappingURL=DeploymentTypeEnum.d.ts.map