edition property

String? edition
getter/setter pair

The edition of the instance.

Optional. Possible string values are:

  • "EDITION_UNSPECIFIED" : The instance did not specify the edition.
  • "ENTERPRISE" : The instance is an enterprise edition.
  • "ENTERPRISE_PLUS" : The instance is an Enterprise Plus edition.

Implementation

core.String? edition;