[{"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": 0,
"currency": "string",
"description": "string",
"name": "string",
"product": "string",
"region": "string",
"type": "string",
"unit_price": "string",
"version": "string"
}