UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

15 lines (14 loc) 553 B
/** Mode enum informations */ export var Mode; (function (Mode) { Mode["automaticForcedProduct"] = "automaticForcedProduct"; Mode["automaticV2012"] = "automaticV2012"; Mode["automaticV2014"] = "automaticV2014"; Mode["automaticV2016"] = "automaticV2016"; Mode["automaticV2024"] = "automaticV2024"; Mode["deleteAtEndEngagement"] = "deleteAtEndEngagement"; Mode["deleteAtExpiration"] = "deleteAtExpiration"; Mode["manual"] = "manual"; Mode["oneShot"] = "oneShot"; Mode["option"] = "option"; })(Mode || (Mode = {}));