ProductLicense.Builder |
ProductLicense.Builder.activeLicenseRecordCount(Integer activeLicenseRecordCount) |
The number of active license records associated with the product license.
|
static ProductLicense.Builder |
ProductLicense.builder() |
Create a new builder.
|
ProductLicense.Builder |
ProductLicense.Builder.compartmentId(String compartmentId) |
The compartment
OCID where the
product license is created.
|
ProductLicense.Builder |
ProductLicense.Builder.copy(ProductLicense model) |
|
ProductLicense.Builder |
ProductLicense.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
ProductLicense.Builder |
ProductLicense.Builder.displayName(String displayName) |
License record name
|
ProductLicense.Builder |
ProductLicense.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type, or scope.
|
ProductLicense.Builder |
ProductLicense.Builder.id(String id) |
The product license
OCID.
|
ProductLicense.Builder |
ProductLicense.Builder.images(List<ImageResponse> images) |
The images associated with the product license.
|
ProductLicense.Builder |
ProductLicense.Builder.isOverSubscribed(Boolean isOverSubscribed) |
Specifies whether or not the product license is oversubscribed.
|
ProductLicense.Builder |
ProductLicense.Builder.isUnlimited(Boolean isUnlimited) |
Specifies if the license unit count is unlimited.
|
ProductLicense.Builder |
ProductLicense.Builder.isVendorOracle(Boolean isVendorOracle) |
Specifies whether the vendor is Oracle or a third party.
|
ProductLicense.Builder |
ProductLicense.Builder.licenseUnit(LicenseUnit licenseUnit) |
The product license unit.
|
ProductLicense.Builder |
ProductLicense.Builder.lifecycleState(LifeCycleState lifecycleState) |
The current product license state.
|
ProductLicense.Builder |
ProductLicense.Builder.status(Status status) |
The current product license status.
|
ProductLicense.Builder |
ProductLicense.Builder.statusDescription(String statusDescription) |
Status description for the current product license status.
|
ProductLicense.Builder |
ProductLicense.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
Usage of system tag keys.
|
ProductLicense.Builder |
ProductLicense.Builder.timeCreated(Date timeCreated) |
The time the product license was created.
|
ProductLicense.Builder |
ProductLicense.Builder.timeUpdated(Date timeUpdated) |
The time the product license was updated.
|
ProductLicense.Builder |
ProductLicense.toBuilder() |
|
ProductLicense.Builder |
ProductLicense.Builder.totalActiveLicenseUnitCount(Integer totalActiveLicenseUnitCount) |
The total number of licenses available for the product license, calculated by adding up
all the license counts for active license records associated with the product license.
|
ProductLicense.Builder |
ProductLicense.Builder.totalLicenseRecordCount(Integer totalLicenseRecordCount) |
The number of license records associated with the product license.
|
ProductLicense.Builder |
ProductLicense.Builder.totalLicenseUnitsConsumed(Double totalLicenseUnitsConsumed) |
The number of license units consumed.
|
ProductLicense.Builder |
ProductLicense.Builder.vendorName(String vendorName) |
The vendor of the ProductLicense
|