Package | Description |
---|---|
com.oracle.bmc.licensemanager.model |
Modifier and Type | Method and Description |
---|---|
static LicenseUnit |
LicenseUnit.create(String key) |
LicenseUnit |
LicenseRecordSummary.getLicenseUnit()
The product license unit.
|
LicenseUnit |
ProductLicenseSummary.getLicenseUnit()
The product license unit.
|
LicenseUnit |
ProductLicense.getLicenseUnit()
The product license unit.
|
LicenseUnit |
LicenseRecord.getLicenseUnit()
The product license unit.
|
LicenseUnit |
CreateProductLicenseDetails.getLicenseUnit()
The product license unit.
|
LicenseUnit |
ProductLicenseConsumerSummary.getLicenseUnitType()
The product license unit.
|
LicenseUnit |
TopUtilizedProductLicenseSummary.getUnitType()
The product license unit.
|
static LicenseUnit |
LicenseUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseUnit[] |
LicenseUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LicenseRecordSummary.Builder |
LicenseRecordSummary.Builder.licenseUnit(LicenseUnit licenseUnit)
The product license unit.
|
ProductLicenseSummary.Builder |
ProductLicenseSummary.Builder.licenseUnit(LicenseUnit licenseUnit)
The product license unit.
|
ProductLicense.Builder |
ProductLicense.Builder.licenseUnit(LicenseUnit licenseUnit)
The product license unit.
|
LicenseRecord.Builder |
LicenseRecord.Builder.licenseUnit(LicenseUnit licenseUnit)
The product license unit.
|
CreateProductLicenseDetails.Builder |
CreateProductLicenseDetails.Builder.licenseUnit(LicenseUnit licenseUnit)
The product license unit.
|
ProductLicenseConsumerSummary.Builder |
ProductLicenseConsumerSummary.Builder.licenseUnitType(LicenseUnit licenseUnitType)
The product license unit.
|
TopUtilizedProductLicenseSummary.Builder |
TopUtilizedProductLicenseSummary.Builder.unitType(LicenseUnit unitType)
The product license unit.
|
Constructor and Description |
---|
CreateProductLicenseDetails(String compartmentId,
Boolean isVendorOracle,
String displayName,
LicenseUnit licenseUnit,
String vendorName,
List<ImageDetails> images,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
LicenseRecord(String id,
String productLicenseId,
String compartmentId,
String displayName,
String productId,
Integer licenseCount,
Date expirationDate,
Date supportEndDate,
Boolean isUnlimited,
Boolean isPerpetual,
Date timeCreated,
Date timeUpdated,
LifeCycleState lifecycleState,
LicenseUnit licenseUnit,
String productLicense,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
LicenseRecordSummary(String id,
String productLicenseId,
String compartmentId,
String displayName,
String productId,
Integer licenseCount,
Date expirationDate,
Date supportEndDate,
Boolean isUnlimited,
Boolean isPerpetual,
Date timeCreated,
Date timeUpdated,
LifeCycleState lifecycleState,
LicenseUnit licenseUnit,
String productLicense,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ProductLicense(String id,
String compartmentId,
Status status,
String statusDescription,
Integer totalActiveLicenseUnitCount,
LifeCycleState lifecycleState,
Double totalLicenseUnitsConsumed,
Integer totalLicenseRecordCount,
Integer activeLicenseRecordCount,
LicenseUnit licenseUnit,
Boolean isVendorOracle,
Boolean isOverSubscribed,
Boolean isUnlimited,
String displayName,
String vendorName,
Date timeCreated,
Date timeUpdated,
List<ImageResponse> images,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ProductLicenseConsumerSummary(String resourceId,
String resourceName,
String productName,
String resourceCompartmentId,
String resourceCompartmentName,
ResourceUnit resourceUnitType,
Double resourceUnitCount,
LicenseUnit licenseUnitType,
Double licenseUnitsConsumed,
Boolean isBaseLicenseAvailable,
Boolean areAllOptionsAvailable,
List<Product> missingProducts)
Deprecated.
|
ProductLicenseSummary(String id,
String compartmentId,
Status status,
String statusDescription,
LifeCycleState lifecycleState,
Integer totalActiveLicenseUnitCount,
Double totalLicenseUnitsConsumed,
Integer totalLicenseRecordCount,
Integer activeLicenseRecordCount,
LicenseUnit licenseUnit,
Boolean isVendorOracle,
Boolean isOverSubscribed,
Boolean isUnlimited,
String displayName,
String vendorName,
Date timeCreated,
Date timeUpdated,
List<ImageResponse> images,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
TopUtilizedProductLicenseSummary(String productLicenseId,
String productType,
LicenseUnit unitType,
Double totalUnitsConsumed,
Integer totalLicenseUnitCount,
Boolean isUnlimited,
Status status)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.