Package com.morpheusdata.model.license
Class ApplianceLicenseData
java.lang.Object
com.morpheusdata.model.license.ApplianceLicenseData
Represents a single appliance license configuration, either the currently merged/active license
or one of the individually installed licenses.
-
Field Summary
FieldsModifier and TypeFieldDescriptionArbitrary key/value config embedded in the licenseMap of feature name â enabled flagDeprecated.use maxMvmSocketsDate when license limits should be recalculated (e.g. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
keyId
-
hash
-
licenseVersion
-
productTier
-
startDate
-
endDate
-
maxInstances
-
maxMemory
-
maxStorage
-
limitType
-
maxManagedServers
-
maxDiscoveredServers
-
maxHosts
-
maxMvm
Deprecated.use maxMvmSockets -
maxMvmSockets
-
maxSockets
-
maxIac
-
maxXaas
-
maxExecutions
-
maxDistributedWorkers
-
maxDiscoveredObjects
-
hardLimit
-
multiTenant
-
whiteLabel
-
reportStatus
-
supportLevel
-
accountName
-
config
Arbitrary key/value config embedded in the license -
amazonProductCodes
-
features
Map of feature name â enabled flag -
zoneTypes
-
zoneTypesExcluded
-
taskTypes
-
taskTypesExcluded
-
lastUpdated
-
dateCreated
-
recalculationDate
Date when license limits should be recalculated (e.g. after a stacked license expires)
-
-
Constructor Details
-
ApplianceLicenseData
public ApplianceLicenseData()
-