licenseModel property

String? licenseModel
getter/setter pair

The license model of the DbSystem.

Required. Possible string values are:

  • "LICENSE_MODEL_UNSPECIFIED" : The license model is unspecified.
  • "LICENSE_INCLUDED" : The license model is included.
  • "BRING_YOUR_OWN_LICENSE" : The license model is bring your own license.

Implementation

core.String? licenseModel;