Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
InstanceDetails |
InstanceDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<InstanceDetails> |
ManagedDatabase.getInstanceDetails()
The details of the Oracle Real Application Clusters (Oracle RAC) database instances.
|
Modifier and Type | Method and Description |
---|---|
InstanceDetails.Builder |
InstanceDetails.Builder.copy(InstanceDetails o) |
Modifier and Type | Method and Description |
---|---|
ManagedDatabase.Builder |
ManagedDatabase.Builder.instanceDetails(List<InstanceDetails> instanceDetails) |
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,
Date timeCreated,
DatabaseStatus databaseStatus,
String parentContainerName,
String parentContainerCompartmentId,
Integer instanceCount,
List<InstanceDetails> instanceDetails,
Integer pdbCount,
List<PdbStatusDetails> pdbStatus,
Map<String,String> additionalDetails)
Deprecated.
|
Copyright © 2016–2022. All rights reserved.