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 model) |
Modifier and Type | Method and Description |
---|---|
ManagedDatabase.Builder |
ManagedDatabase.Builder.managedDatabaseGroups(List<ParentGroup> managedDatabaseGroups)
A list of Managed Database Groups that the Managed Database belongs to.
|
Constructor and Description |
---|
ManagedDatabase(String id,
String compartmentId,
String name,
DatabaseType databaseType,
DatabaseSubType databaseSubType,
DeploymentType deploymentType,
ManagementOption managementOption,
WorkloadType workloadType,
Boolean isCluster,
String parentContainerId,
List<ParentGroup> managedDatabaseGroups,
String dbSystemId,
String storageSystemId,
Date timeCreated,
String databaseVersion,
DatabaseStatus databaseStatus,
String parentContainerName,
String parentContainerCompartmentId,
Integer instanceCount,
List<InstanceDetails> instanceDetails,
Integer pdbCount,
List<PdbStatusDetails> pdbStatus,
Map<String,String> additionalDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<DatabaseFeatureConfiguration> dbmgmtFeatureConfigs,
String databasePlatformName)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.