Uses of Class
com.morpheusdata.model.license.ApplianceLicenseInfo
Packages that use ApplianceLicenseInfo
-
Uses of ApplianceLicenseInfo in com.morpheusdata.core.admin
Methods in com.morpheusdata.core.admin that return types with arguments of type ApplianceLicenseInfoModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ServiceResponse<ApplianceLicenseInfo>>MorpheusApplianceLicenseService.applyLicense(String licenseKey, boolean stackLicense) Applies a license key to the appliance.io.reactivex.rxjava3.core.Single<ApplianceLicenseInfo>MorpheusApplianceLicenseService.getLicense()Returns the current appliance license information including usage counts and limit checks.io.reactivex.rxjava3.core.Single<ServiceResponse<ApplianceLicenseInfo>>MorpheusApplianceLicenseService.removeLicense(String keyId) Removes an installed license from the appliance. -
Uses of ApplianceLicenseInfo in com.morpheusdata.core.synchronous.admin
Methods in com.morpheusdata.core.synchronous.admin that return ApplianceLicenseInfoModifier and TypeMethodDescriptionMorpheusSynchronousApplianceLicenseService.getLicense()Returns the current appliance license information including usage counts and limit checks.Methods in com.morpheusdata.core.synchronous.admin that return types with arguments of type ApplianceLicenseInfoModifier and TypeMethodDescriptionMorpheusSynchronousApplianceLicenseService.applyLicense(String licenseKey, boolean stackLicense) Applies a license key to the appliance.MorpheusSynchronousApplianceLicenseService.removeLicense(String keyId) Removes an installed license from the appliance.