Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model | |
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
static DatabaseStatus |
DatabaseStatus.create(String key) |
DatabaseStatus |
ManagedDatabase.getDatabaseStatus()
The status of the Oracle Database.
|
DatabaseStatus |
PdbStatusDetails.getStatus()
The status of the PDBs with this count.
|
static DatabaseStatus |
DatabaseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseStatus[] |
DatabaseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ManagedDatabase.Builder |
ManagedDatabase.Builder.databaseStatus(DatabaseStatus databaseStatus)
The status of the Oracle Database.
|
PdbStatusDetails.Builder |
PdbStatusDetails.Builder.status(DatabaseStatus status)
The status of the PDBs with this count.
|
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.
|
PdbStatusDetails(DatabaseStatus status,
Integer count)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DatabaseStatus |
GetMySqlFleetMetricRequest.getFilterByMySqlStatus()
The parameter to filter by MySQL Database status.
|
Modifier and Type | Method and Description |
---|---|
GetMySqlFleetMetricRequest.Builder |
GetMySqlFleetMetricRequest.Builder.filterByMySqlStatus(DatabaseStatus filterByMySqlStatus)
The parameter to filter by MySQL Database status.
|
Copyright © 2016–2024. All rights reserved.