ComputeEnginePreferencesLicenseType

enum ComputeEnginePreferencesLicenseType : Enum<ComputeEnginePreferencesLicenseType> , ConvertibleToJava<ComputeEnginePreferencesLicenseType>

License type to consider when calculating costs for virtual machine insights and recommendations. If unspecified, costs are calculated based on the default licensing plan.

Entries

Link copied to clipboard

Unspecified (default value).

Link copied to clipboard

Default Google Cloud licensing plan. Licensing is charged per usage. This a good value to start with.

Link copied to clipboard

Bring-your-own-license (BYOL) plan. User provides the OS license.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): ComputeEnginePreferencesLicenseType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: ComputeEnginePreferencesLicenseType
Link copied to clipboard
Link copied to clipboard