| Package | Description |
|---|---|
| com.h3c.sdn.adm.license |
Definitions of the services pertaining to the License system.
|
| Modifier and Type | Method and Description |
|---|---|
static LicenseProduct |
LicenseProduct.get(int id)
Find license product id by it's code.
|
static LicenseProduct |
LicenseProduct.get(String name)
Find license product enum by it's display name.
|
LicenseProduct |
LicenseComplianceInfo.getProduct() |
static LicenseProduct |
LicenseProduct.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseProduct[] |
LicenseProduct.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseMetricQtyService.addMetricQtyFinder(LicenseProduct product,
LicenseMetric metric,
MetricQtyFinder mQtyFinder)
Register a license metric quantity finder for a licensable product and
metric Id.
|
LicenseComplianceInfo |
LicenseComplianceService.getComplianceLevel(LicenseProduct product,
LicenseMetric metric)
Compute license compliance information for a given product and metric
|
void |
LicenseMetricQtyService.removeMetricQtyFinder(LicenseProduct product,
LicenseMetric metric,
MetricQtyFinder mQtyFinder)
Unregister a license metric quantity finder for a licensable product and
metric Id.
|
| Constructor and Description |
|---|
LicenseComplianceInfo(LicenseProduct product,
LicenseMetric metric,
int licensedQty,
int qtyInUse,
boolean baseActive)
Constructor to hold license compliance info.
|
Copyright © 2014. All Rights Reserved.