| Package | Description |
|---|---|
| com.oracle.bmc.databasemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ParentGroup |
ParentGroup.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<ParentGroup> |
ManagedDatabase.getManagedDatabaseGroups()
A list of Managed Database Groups that the Managed Database belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
ParentGroup.Builder |
ParentGroup.Builder.copy(ParentGroup o) |
| Modifier and Type | Method and Description |
|---|---|
ManagedDatabase.Builder |
ManagedDatabase.Builder.managedDatabaseGroups(List<ParentGroup> managedDatabaseGroups) |
| Constructor and Description |
|---|
ManagedDatabase(String id,
String compartmentId,
String name,
DatabaseType databaseType,
DatabaseSubType databaseSubType,
Boolean isCluster,
String parentContainerId,
List<ParentGroup> managedDatabaseGroups,
Date timeCreated,
DatabaseStatus databaseStatus,
Map<String,String> additionalDetails)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.