licenseType property
The license type to use in OS adaptation. 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;