pricingPlan property

String? pricingPlan
getter/setter pair

The pricing plan for this instance.

This can be either PER_USE or PACKAGE. Only PER_USE is supported for Second Generation instances. Possible string values are:

  • "SQL_PRICING_PLAN_UNSPECIFIED" : This is an unknown pricing plan for this instance.
  • "PACKAGE" : The instance is billed at a monthly flat rate.
  • "PER_USE" : The instance is billed per usage.

Implementation

core.String? pricingPlan;