EstimatedVMPricesResponse

data class EstimatedVMPricesResponse(val billingCurrency: String, val unitOfMeasure: String, val values: List<EstimatedVMPriceResponse>)

The estimated price info for using a VM.

Constructors

Link copied to clipboard
constructor(billingCurrency: String, unitOfMeasure: String, values: List<EstimatedVMPriceResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Three lettered code specifying the currency of the VM price. Example: USD

Link copied to clipboard

The unit of time measurement for the specified VM price. Example: OneHour

Link copied to clipboard

The list of estimated prices for using a VM of a particular OS type, tier, etc.