commitmentPlan property
Commitment plan to consider when calculating costs for virtual machine insights and recommendations.
If you are unsure which value to set, a 3 year commitment plan is often a good value to start with. Possible string values are:
- "COMMITMENT_PLAN_UNSPECIFIED" : Unspecified commitment plan.
- "ON_DEMAND" : No commitment plan (on-demand usage).
- "COMMITMENT_1_YEAR" : 1 year commitment.
- "COMMITMENT_3_YEAR" : 3 years commitment.
Implementation
core.String? commitmentPlan;