Package | Description |
---|---|
com.licensespring.management.dto.request |
This package contains all request data transfer objects.
|
Modifier and Type | Method and Description |
---|---|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.allowOverages(Boolean allowOverages)
This field sets if overages on consumptions are allowed or not.
|
static UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.builder()
Use this builder to construct the update request.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.consumptionPeriod(String consumptionPeriod)
Period of consumptions before they are reset back to zero.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.enabled(Boolean enabled)
Indicates if license is currently enabled.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.enableMaintenancePeriod(Boolean enableMaintenancePeriod)
Indicates if there is a maintenance period.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.floatingUsers(Integer floatingUsers)
If license is floating, this field will contain information
about how many floating users can use the license at the same time.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.isFloating(Boolean isFloating)
Indicates if license is floating, if there are multiple users using this license.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.isFloatingCloud(Boolean isFloatingCloud)
Indicates if license is a part of floating cloud and is released after a floating timeout.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.isTrial(Boolean isTrial)
Indicates if this license is made for trial period.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.maintenanceDuration(String maintenanceDuration)
How long the maintenance period lasts.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.maxActivations(Integer maxActivations)
Number of times a license can be activated on different devices.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.maxConsumptions(Integer maxConsumptions)
Number of consumptions that can be consumed at most.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.maxOverages(Integer maxOverages)
Number of overages there can be.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.preventVm(Boolean preventVm)
If true, license can't be activated on virtual machines.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.resetConsumption(Boolean resetConsumption)
Indicates if there is a consumption period where consumptions are reset.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.totalConsumptions(Integer totalConsumptions)
Set the total consumptions to a desired number.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.trialDays(Integer trialDays)
Number of days a trial lasts for.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.validDuration(String validDuration)
How long can a license be valid for.
|
UpdateLicenseRequest.UpdateLicenseRequestBuilder |
UpdateLicenseRequest.UpdateLicenseRequestBuilder.validityPeriod(String validityPeriod)
Date when license will expire.
|
Copyright © 2023 Cense Data Inc.. All rights reserved.