InlineLicense1

InlineLicense1
InlineLicense1
JSON Example
{
    "features": "string",
    "description": "string",
    "product_version": "string",
    "expiry": 0,
    "is_eval": false,
    "is_mh": false,
    "license_key": "string",
    "is_expired": false,
    "product_name": "string",
    "capacity_type": "string",
    "quantity": 0
}
string
features
Optional

semicolon delimited feature list

string
description
Optional

license edition

string
product_version
Optional

product version

integer As int64 As int64
expiry
Optional

date that license expires

boolean
is_eval
Optional

true for evalution license

boolean
is_mh
Optional

multi-hypervisor support

string
license_key
Optional

license key

boolean
is_expired
Optional

whether the license has expired

string
product_name
Optional

product name

string
capacity_type
Optional

license metric

Possible values are : VM, CPU, USER,
integer As int64 As int64
quantity
Optional

license capacity; 0 for unlimited

Used By