Package | Description |
---|---|
com.oracle.bmc.licensemanager | |
com.oracle.bmc.licensemanager.model |
Modifier and Type | Method and Description |
---|---|
static LifeCycleState |
LifeCycleState.create(String key) |
LifeCycleState |
LicenseRecordSummary.getLifecycleState()
The current license record state.
|
LifeCycleState |
ProductLicenseSummary.getLifecycleState()
The current product license state.
|
LifeCycleState |
ProductLicense.getLifecycleState()
The current product license state.
|
LifeCycleState |
LicenseRecord.getLifecycleState()
The current license record state.
|
static LifeCycleState |
LifeCycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifeCycleState[] |
LifeCycleState.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.lifecycleState(LifeCycleState lifecycleState)
The current license record state.
|
ProductLicenseSummary.Builder |
ProductLicenseSummary.Builder.lifecycleState(LifeCycleState lifecycleState)
The current product license state.
|
ProductLicense.Builder |
ProductLicense.Builder.lifecycleState(LifeCycleState lifecycleState)
The current product license state.
|
LicenseRecord.Builder |
LicenseRecord.Builder.lifecycleState(LifeCycleState lifecycleState)
The current license record state.
|
Constructor and Description |
---|
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.
|
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.
|
Copyright © 2016–2024. All rights reserved.