licenseModel property

String? licenseModel
getter/setter pair

The Oracle license model that applies to a Deployment.

Optional. 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;