Module: Google::Cloud::MigrationCenter::V1::VmwareEnginePreferences::CommitmentPlan

Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

Type of committed use discount.

Constant Summary collapse

COMMITMENT_PLAN_UNSPECIFIED =

Unspecified commitment plan.

0
ON_DEMAND =

No commitment plan (on-demand usage).

1
COMMITMENT_1_YEAR_MONTHLY_PAYMENTS =

1 year commitment (monthly payments).

2
COMMITMENT_3_YEAR_MONTHLY_PAYMENTS =

3 year commitment (monthly payments).

3
COMMITMENT_1_YEAR_UPFRONT_PAYMENT =

1 year commitment (upfront payment).

4
COMMITMENT_3_YEAR_UPFRONT_PAYMENT =

3 years commitment (upfront payment).

5