Package | Description |
---|---|
com.oracle.bmc.licensemanager.model |
Modifier and Type | Method and Description |
---|---|
static Status |
Status.create(String key) |
Status |
ProductLicenseSummary.getStatus()
The current product license status.
|
Status |
ProductLicense.getStatus()
The current product license status.
|
Status |
TopUtilizedProductLicenseSummary.getStatus()
The current product license status.
|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProductLicenseSummary.Builder |
ProductLicenseSummary.Builder.status(Status status)
The current product license status.
|
ProductLicense.Builder |
ProductLicense.Builder.status(Status status)
The current product license status.
|
TopUtilizedProductLicenseSummary.Builder |
TopUtilizedProductLicenseSummary.Builder.status(Status status)
The current product license status.
|
Constructor and Description |
---|
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.
|
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.