RecommendedMachineConfigurationResponse

data class RecommendedMachineConfigurationResponse(val memory: ResourceRangeResponse? = null, val vCPUs: ResourceRangeResponse? = null)

The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the resource range.

Link copied to clipboard

Describes the resource range.