subscriptionType property

String? subscriptionType
getter/setter pair

Subscription type of the cluster.

Optional. Possible string values are:

  • "SUBSCRIPTION_TYPE_UNSPECIFIED" : This is an unknown subscription type. By default, the subscription type is STANDARD.
  • "STANDARD" : Standard subscription.
  • "TRIAL" : Trial subscription.

Implementation

core.String? subscriptionType;