Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static DiscoveredExternalDatabase.DbRole |
DiscoveredExternalDatabase.DbRole.create(String key) |
DiscoveredExternalDatabase.DbRole |
DiscoveredExternalDatabase.getDbRole()
The role of the Oracle Database in Oracle Data Guard configuration.
|
static DiscoveredExternalDatabase.DbRole |
DiscoveredExternalDatabase.DbRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveredExternalDatabase.DbRole[] |
DiscoveredExternalDatabase.DbRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiscoveredExternalDatabase.Builder |
DiscoveredExternalDatabase.Builder.dbRole(DiscoveredExternalDatabase.DbRole dbRole)
The role of the Oracle Database in Oracle Data Guard configuration.
|
Constructor and Description |
---|
DiscoveredExternalDatabase(String componentId,
String displayName,
String componentName,
String resourceId,
Boolean isSelectedForMonitoring,
DiscoveredExternalDbSystemComponent.Status status,
List<AssociatedComponent> associatedComponents,
String compartmentId,
String dbUniqueName,
DatabaseSubType dbType,
Boolean isCluster,
String dbEdition,
String dbId,
String dbPacks,
DiscoveredExternalDatabase.DbRole dbRole,
String dbVersion,
List<DiscoveredExternalPluggableDatabase> pluggableDatabases,
ExternalDbSystemDiscoveryConnector connector)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.