Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseType |
DatabaseType.create(String key) |
DatabaseType |
ManagedDatabase.getDatabaseType()
The type of Oracle Database installation.
|
DatabaseType |
JobDatabase.getDatabaseType()
The type of Oracle Database installation.
|
DatabaseType |
ManagedDatabaseSummary.getDatabaseType()
The type of Oracle Database installation.
|
DatabaseType |
JobExecution.getDatabaseType()
The type of Oracle Database installation.
|
DatabaseType |
ChildDatabase.getDatabaseType()
The type of Oracle Database installation.
|
DatabaseType |
DatabaseParametersCollection.getDatabaseType()
The type of Oracle Database installation.
|
DatabaseType |
FleetStatusByCategory.getDatabaseType()
The type of Oracle Database installation.
|
DatabaseType |
JobExecutionSummary.getDatabaseType()
The type of Oracle Database installation.
|
DatabaseType |
DatabaseUsageMetrics.getDatabaseType()
The type of Oracle Database installation.
|
static DatabaseType |
DatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseType[] |
DatabaseType.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.databaseType(DatabaseType databaseType) |
JobDatabase.Builder |
JobDatabase.Builder.databaseType(DatabaseType databaseType) |
ManagedDatabaseSummary.Builder |
ManagedDatabaseSummary.Builder.databaseType(DatabaseType databaseType) |
JobExecution.Builder |
JobExecution.Builder.databaseType(DatabaseType databaseType) |
ChildDatabase.Builder |
ChildDatabase.Builder.databaseType(DatabaseType databaseType) |
DatabaseParametersCollection.Builder |
DatabaseParametersCollection.Builder.databaseType(DatabaseType databaseType) |
FleetStatusByCategory.Builder |
FleetStatusByCategory.Builder.databaseType(DatabaseType databaseType) |
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.databaseType(DatabaseType databaseType) |
DatabaseUsageMetrics.Builder |
DatabaseUsageMetrics.Builder.databaseType(DatabaseType databaseType) |
Constructor and Description |
---|
ChildDatabase(String id,
String name,
String compartmentId,
DeploymentType deploymentType,
WorkloadType workloadType,
DatabaseType databaseType,
DatabaseSubType databaseSubType,
Date timeAdded)
Deprecated.
|
DatabaseParametersCollection(String databaseName,
DatabaseType databaseType,
DatabaseSubType databaseSubType,
String databaseVersion,
List<DatabaseParameterSummary> items)
Deprecated.
|
DatabaseUsageMetrics(String dbId,
String compartmentId,
DatabaseType databaseType,
DatabaseSubType databaseSubType,
DeploymentType deploymentType,
String databaseVersion,
WorkloadType workloadType,
String databaseName,
String databaseContainerId,
List<FleetMetricDefinition> metrics)
Deprecated.
|
FleetStatusByCategory(DatabaseType databaseType,
DatabaseSubType databaseSubType,
DeploymentType deploymentType,
Integer inventoryCount)
Deprecated.
|
JobDatabase(String id,
String name,
DatabaseType databaseType,
DatabaseSubType databaseSubType,
DeploymentType deploymentType,
Boolean isCluster,
WorkloadType workloadType)
Deprecated.
|
JobExecution(String id,
String name,
String compartmentId,
String managedDatabaseGroupId,
String managedDatabaseId,
String managedDatabaseName,
DatabaseType databaseType,
DatabaseSubType databaseSubType,
DeploymentType deploymentType,
Boolean isCluster,
WorkloadType workloadType,
String jobId,
String jobName,
String jobRunId,
JobExecution.Status status,
String errorMessage,
JobExecutionResultDetails resultDetails,
Date timeCreated,
Date timeCompleted,
String userName,
String sqlText,
JobScheduleDetails scheduleDetails)
Deprecated.
|
JobExecutionSummary(String id,
String name,
String compartmentId,
String managedDatabaseGroupId,
String managedDatabaseId,
String managedDatabaseName,
DatabaseType databaseType,
DatabaseSubType databaseSubType,
DeploymentType deploymentType,
Boolean isCluster,
WorkloadType workloadType,
String jobId,
String jobName,
JobExecution.Status status,
Date timeCreated,
Date timeCompleted)
Deprecated.
|
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.
|
ManagedDatabaseSummary(String id,
String compartmentId,
String name,
DatabaseType databaseType,
DatabaseSubType databaseSubType,
DeploymentType deploymentType,
ManagementOption managementOption,
WorkloadType workloadType,
Boolean isCluster,
String parentContainerId,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2022. All rights reserved.