Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static WorkloadType |
WorkloadType.create(String key) |
WorkloadType |
ManagedDatabase.getWorkloadType()
The workload type of the Autonomous Database.
|
WorkloadType |
ManagedDatabaseSummary.getWorkloadType()
The workload type of the Autonomous Database.
|
WorkloadType |
JobExecutionSummary.getWorkloadType()
The workload type of the Autonomous Database.
|
WorkloadType |
ChildDatabase.getWorkloadType()
The workload type of the Autonomous Database.
|
WorkloadType |
DatabaseUsageMetrics.getWorkloadType()
The workload type of the Autonomous Database.
|
WorkloadType |
JobDatabase.getWorkloadType()
The workload type of the Autonomous Database.
|
WorkloadType |
JobExecution.getWorkloadType()
The workload type of the Autonomous Database.
|
static WorkloadType |
WorkloadType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkloadType[] |
WorkloadType.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.workloadType(WorkloadType workloadType)
The workload type of the Autonomous Database.
|
ManagedDatabaseSummary.Builder |
ManagedDatabaseSummary.Builder.workloadType(WorkloadType workloadType)
The workload type of the Autonomous Database.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.workloadType(WorkloadType workloadType)
The workload type of the Autonomous Database.
|
ChildDatabase.Builder |
ChildDatabase.Builder.workloadType(WorkloadType workloadType)
The workload type of the Autonomous Database.
|
DatabaseUsageMetrics.Builder |
DatabaseUsageMetrics.Builder.workloadType(WorkloadType workloadType)
The workload type of the Autonomous Database.
|
JobDatabase.Builder |
JobDatabase.Builder.workloadType(WorkloadType workloadType)
The workload type of the Autonomous Database.
|
JobExecution.Builder |
JobExecution.Builder.workloadType(WorkloadType workloadType)
The workload type of the Autonomous Database.
|
Constructor and Description |
---|
ChildDatabase(String id,
String name,
String compartmentId,
DeploymentType deploymentType,
WorkloadType workloadType,
DatabaseType databaseType,
DatabaseSubType databaseSubType,
Date timeAdded)
Deprecated.
|
DatabaseUsageMetrics(String dbId,
String compartmentId,
DatabaseType databaseType,
DatabaseSubType databaseSubType,
DeploymentType deploymentType,
String databaseVersion,
WorkloadType workloadType,
String databaseName,
String databaseContainerId,
List<FleetMetricDefinition> metrics)
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,
String dbSystemId,
String storageSystemId,
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,
String dbSystemId,
String storageSystemId,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.