EstimatedVMPrices Class
The estimated price info for using a VM.
All required parameters must be populated in order to send to server.
Constructor
EstimatedVMPrices(*, billing_currency: str | _models.BillingCurrency, unit_of_measure: str | _models.UnitOfMeasure, values: list['_models.EstimatedVMPrice'], **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
billing_currency
|
Three lettered code specifying the currency of the VM price. Example: USD. Required. "USD" |
|
unit_of_measure
|
str or
UnitOfMeasure
The unit of time measurement for the specified VM price. Example: OneHour. Required. "OneHour" |
|
values
|
The list of estimated prices for using a VM of a particular OS type, tier, etc. Required. |
Variables
| Name | Description |
|---|---|
|
billing_currency
|
Three lettered code specifying the currency of the VM price. Example: USD. Required. "USD" |
|
unit_of_measure
|
str or
UnitOfMeasure
The unit of time measurement for the specified VM price. Example: OneHour. Required. "OneHour" |
|
values
|
The list of estimated prices for using a VM of a particular OS type, tier, etc. Required. |