Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ExternalDatabaseLifecycleManagementFeatureDetails.LicenseModel |
ExternalDatabaseLifecycleManagementFeatureDetails.LicenseModel.create(String key) |
ExternalDatabaseLifecycleManagementFeatureDetails.LicenseModel |
ExternalDatabaseLifecycleManagementFeatureDetails.getLicenseModel()
The Oracle license model that applies to the external database.
|
static ExternalDatabaseLifecycleManagementFeatureDetails.LicenseModel |
ExternalDatabaseLifecycleManagementFeatureDetails.LicenseModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalDatabaseLifecycleManagementFeatureDetails.LicenseModel[] |
ExternalDatabaseLifecycleManagementFeatureDetails.LicenseModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExternalDatabaseLifecycleManagementFeatureDetails.Builder |
ExternalDatabaseLifecycleManagementFeatureDetails.Builder.licenseModel(ExternalDatabaseLifecycleManagementFeatureDetails.LicenseModel licenseModel)
The Oracle license model that applies to the external database.
|
Constructor and Description |
---|
ExternalDatabaseLifecycleManagementFeatureDetails(ConnectorDetails connectorDetails,
ExternalDatabaseLifecycleManagementFeatureDetails.LicenseModel licenseModel)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.