Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ExternalDatabaseSystemDiscoverySummary.LicenseModel |
ExternalDatabaseSystemDiscoverySummary.LicenseModel.create(String key) |
ExternalDatabaseSystemDiscoverySummary.LicenseModel |
ExternalDatabaseSystemDiscoverySummary.getLicenseModel()
The Oracle license model that applies to the database management resources.
|
static ExternalDatabaseSystemDiscoverySummary.LicenseModel |
ExternalDatabaseSystemDiscoverySummary.LicenseModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalDatabaseSystemDiscoverySummary.LicenseModel[] |
ExternalDatabaseSystemDiscoverySummary.LicenseModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExternalDatabaseSystemDiscoverySummary.Builder |
ExternalDatabaseSystemDiscoverySummary.Builder.licenseModel(ExternalDatabaseSystemDiscoverySummary.LicenseModel licenseModel)
The Oracle license model that applies to the database management resources.
|
Constructor and Description |
---|
ExternalDatabaseSystemDiscoverySummary(String id,
String agentId,
String connectorId,
String displayName,
String version,
String internalId,
String status,
EntityDiscovered.DiscoverStatus discoverStatus,
String discoverErrorCode,
String discoverErrorMsg,
String oracleHome,
String asmConnectorName,
ExternalDatabaseSystemDiscoverySummary.LicenseModel licenseModel,
String compartmentId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.