licenseModel property

String? licenseModel
getter/setter pair

The license type of the ExadbVmCluster.

Optional. Immutable. Possible string values are:

  • "LICENSE_MODEL_UNSPECIFIED" : Unspecified.
  • "LICENSE_INCLUDED" : Default is license included.
  • "BRING_YOUR_OWN_LICENSE" : Bring your own license.

Implementation

core.String? licenseModel;