EstimatedVMPriceResponse

data class EstimatedVMPriceResponse(val osType: String, val retailPrice: Double, val vmTier: String)

The estimated price info for using a VM of a particular OS type, tier, etc.

Constructors

Link copied to clipboard
constructor(osType: String, retailPrice: Double, vmTier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Operating system type used by the VM.

Link copied to clipboard

The price charged for using the VM.

Link copied to clipboard

The type of the VM.