[{"label":"Latest (v1.1)","version":"latest"}]
vmc
TermOfferInstance
Holder for the term offer instances.
Properties
string
region
Required
integer
commitment_term
Required
string
currency
Required
string
description
Required
string
name
Required
string
unit_price
Required
(deprecated. unit_price is moved into TermBillingOptions. For backward compatibility, this field reflect “Prepaid” price at the offer level.)
string
product
Required
string
version
Required
string
type
Required
string
product_charge_id
Optional
string
product_type
Optional
Deprecated. Please use product and type fields instead.
string
product_id
Optional
string
offer_context_id
Optional
JSON Example
{
"commitment_term": 12,
"currency": "USD",
"description": "VMware Cloud on Amazon Web Services",
"name": "VMware Cloud on AWS",
"product": "HOST",
"region": "US_WEST_2",
"type": "i3.metal",
"unit_price": "51987.0",
"version": "1.0"
}