EstimatedVMPrices interface
The estimated price info for using a VM.
Properties
| billing |
Three lettered code specifying the currency of the VM price. Example: USD |
| unit |
The unit of time measurement for the specified VM price. Example: OneHour |
| values | The list of estimated prices for using a VM of a particular OS type, tier, etc. |
Property Details
billingCurrency
Three lettered code specifying the currency of the VM price. Example: USD
billingCurrency: string
Property Value
string
unitOfMeasure
The unit of time measurement for the specified VM price. Example: OneHour
unitOfMeasure: string
Property Value
string
values
The list of estimated prices for using a VM of a particular OS type, tier, etc.
values: EstimatedVMPrice[]