ComputeEnginePreferencesResponse

data class ComputeEnginePreferencesResponse(val licenseType: String, val machinePreferences: MachinePreferencesResponse, val persistentDiskType: String)

The user preferences relating to Compute Engine target platform.

Constructors

Link copied to clipboard
constructor(licenseType: String, machinePreferences: MachinePreferencesResponse, persistentDiskType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Preferences concerning the machine types to consider on Compute Engine.

Link copied to clipboard

Persistent disk type to use. If unspecified (default), all types are considered, based on available usage data.