/AWS1/CL_EVSLICENSEINFO¶
The license information that Amazon EVS requires to create an environment. Amazon EVS requires two license keys: a VCF solution key and a vSAN license key.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_solutionkey
TYPE /AWS1/EVSSOLUTIONKEY
/AWS1/EVSSOLUTIONKEY
¶
The VCF solution key. This license unlocks VMware VCF product features, including vSphere, NSX, SDDC Manager, and vCenter Server. The VCF solution key must cover a minimum of 256 cores.
iv_vsankey
TYPE /AWS1/EVSVSANLICENSEKEY
/AWS1/EVSVSANLICENSEKEY
¶
The VSAN license key. This license unlocks vSAN features. The vSAN license key must provide at least 110 TiB of vSAN capacity.
Queryable Attributes¶
solutionKey¶
The VCF solution key. This license unlocks VMware VCF product features, including vSphere, NSX, SDDC Manager, and vCenter Server. The VCF solution key must cover a minimum of 256 cores.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOLUTIONKEY() |
Getter for SOLUTIONKEY, with configurable default |
ASK_SOLUTIONKEY() |
Getter for SOLUTIONKEY w/ exceptions if field has no value |
HAS_SOLUTIONKEY() |
Determine if SOLUTIONKEY has a value |
vsanKey¶
The VSAN license key. This license unlocks vSAN features. The vSAN license key must provide at least 110 TiB of vSAN capacity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VSANKEY() |
Getter for VSANKEY, with configurable default |
ASK_VSANKEY() |
Getter for VSANKEY w/ exceptions if field has no value |
HAS_VSANKEY() |
Determine if VSANKEY has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LICENSEINFOLIST
¶
TYPES TT_LICENSEINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EVSLICENSEINFO WITH DEFAULT KEY
.