Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ExternalExadataDatabaseSystemSummary.LicenseModel |
ExternalExadataDatabaseSystemSummary.LicenseModel.create(String key) |
ExternalExadataDatabaseSystemSummary.LicenseModel |
ExternalExadataDatabaseSystemSummary.getLicenseModel()
The Oracle license model that applies to the database management resources.
|
static ExternalExadataDatabaseSystemSummary.LicenseModel |
ExternalExadataDatabaseSystemSummary.LicenseModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalExadataDatabaseSystemSummary.LicenseModel[] |
ExternalExadataDatabaseSystemSummary.LicenseModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExternalExadataDatabaseSystemSummary.Builder |
ExternalExadataDatabaseSystemSummary.Builder.licenseModel(ExternalExadataDatabaseSystemSummary.LicenseModel licenseModel)
The Oracle license model that applies to the database management resources.
|
Constructor and Description |
---|
ExternalExadataDatabaseSystemSummary(String id,
String displayName,
String version,
String internalId,
String status,
DbmResource.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
String lifecycleDetails,
Map<String,String> additionalDetails,
String compartmentId,
ExternalExadataDatabaseSystemSummary.LicenseModel licenseModel)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.