licenseType property

String? licenseType
getter/setter pair

Choose which type of license to apply to the imported image.

Optional. Possible string values are:

  • "COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT" : The license type is the default for the OS.
  • "COMPUTE_ENGINE_LICENSE_TYPE_PAYG" : The license type is Pay As You Go license type.
  • "COMPUTE_ENGINE_LICENSE_TYPE_BYOL" : The license type is Bring Your Own License type.

Implementation

core.String? licenseType;