UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 301 B
/** Action performed when a Savings Plan reaches the end of the period */ export var PeriodEndActionEnum; (function (PeriodEndActionEnum) { PeriodEndActionEnum["REACTIVATE"] = "REACTIVATE"; PeriodEndActionEnum["TERMINATE"] = "TERMINATE"; })(PeriodEndActionEnum || (PeriodEndActionEnum = {}));