com.supermap.data
Class PrivateCloudLicenseManager.privateCloudLicInfo
- java.lang.Object
-
- com.supermap.data.PrivateCloudLicenseManager.privateCloudLicInfo
-
- Enclosing class:
- PrivateCloudLicenseManager
public class PrivateCloudLicenseManager.privateCloudLicInfo extends java.lang.Object
Private cloud official license information class
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.String
id
License module idjava.lang.String
moduleType
Module typejava.lang.String
name
Module's Chinese namejava.lang.String
nameEn
Module's English namedouble
remainCpuQuota
The available CPU quotaint
remainNum
The number of available licensesdouble
totalCpuQuota
The total CPU quotaint
totalNum
The total number of licensesjava.lang.String
validity
The expired date.java.lang.String
version
Version
-
Constructor Summary
Constructors Constructor and Description privateCloudLicInfo()
-
-
-
Field Detail
-
id
public java.lang.String id
License module id
-
totalNum
public int totalNum
The total number of licenses
-
remainNum
public int remainNum
The number of available licenses
-
totalCpuQuota
public double totalCpuQuota
The total CPU quota
-
remainCpuQuota
public double remainCpuQuota
The available CPU quota
-
validity
public java.lang.String validity
The expired date. Null means permanent
-
version
public java.lang.String version
Version
-
name
public java.lang.String name
Module's Chinese name
-
nameEn
public java.lang.String nameEn
Module's English name
-
moduleType
public java.lang.String moduleType
Module type
-
-