licenseType property

String? licenseType
getter/setter pair

License type to consider when calculating costs for virtual machine insights and recommendations.

If unspecified, costs are calculated based on the default licensing plan. Possible string values are:

  • "LICENSE_TYPE_UNSPECIFIED" : Unspecified (default value).
  • "LICENSE_TYPE_DEFAULT" : Default Google Cloud licensing plan. Licensing is charged per usage. This a good value to start with.
  • "LICENSE_TYPE_BRING_YOUR_OWN_LICENSE" : Bring-your-own-license (BYOL) plan. User provides the OS license.

Implementation

core.String? licenseType;