| getnslicenseResult Structure Definition |
The getnslicenseResult structure defines the return type for getnslicense API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nslicenseList |
List of nslicenses |
| nslicense Structure Definition |
The nslicense structure defines the actual return type values for getnslicense API. |
Syntax |
Members |
Number of licensed users allowed by this license |
2 |
Number of licensed users allowed by ICAONLY license. As long as the AG Feature is licensed,
unlimited number of ICA connections are accepted.
(In API, 0 value for this parameter means unlimited when AG license in ON). |
modelid |
Model Number ID.
Represents different numbers for two types of licenses.:
* Bandwidth licenses - specifies the throughput bandwidth licensed for this appliance
e.g. (For 20 Gbps) Model Number ID: 20000
* vCPU licenses - specifies number of vCPUs licensed for this appliance.
e.g. (For 4 vCPU) Model Number ID: 4 vCPUs |
licensingmode |
Pooled Licensed. |
cloudsubscriptionimage |
Cloud Subscription Image. |
daystoexpiration |
Days to expire. |
daystolasenforcement |
Days to expire for lasenforcement |
_nextgenapiresource |
See Also |