InlineLicense1

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

License metrics specifying the capacity type of license key. Types are:

  • VM
  • CPU
  • USER(Concurrent User)
  • CORE
  • HOST
Possible values are : VM, CPU, USER, CORE, HOST,
string
description
Optional

license edition

integer As int64 As int64
expiry
Optional

date that license expires

string
features
Optional

semicolon delimited feature list

boolean
is_editable
Optional

whether the license can be edit

boolean
is_eval
Optional

true for evalution license

boolean
is_expired
Optional

whether the license has expired

boolean
is_mh
Optional

multi-hypervisor support

string
license_key
Optional

license key

string
product_name
Optional

product name

string
product_version
Optional

product version

integer As int64 As int64
quantity
Optional

license capacity; 0 for unlimited

array of string
vc_names
Optional

VCF licenses are from vCenters. This property is to record which vCenters this license comes from. If this license is NSX license and imported from NSX, this property is empty.

Used By