Estimated VMPrices Response
data class EstimatedVMPricesResponse(val billingCurrency: String, val unitOfMeasure: String, val values: List<EstimatedVMPriceResponse>)
The estimated price info for using a VM.
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.