Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model | |
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
static DeploymentType |
DeploymentType.create(String key) |
DeploymentType |
OptimizerDatabase.getDbDeploymentType()
The infrastructure used to deploy the Oracle Database.
|
DeploymentType |
ChildDatabase.getDeploymentType()
The infrastructure used to deploy the Oracle Database.
|
DeploymentType |
DatabaseUsageMetrics.getDeploymentType()
The infrastructure used to deploy the Oracle Database.
|
DeploymentType |
ManagedDatabaseSummary.getDeploymentType()
The infrastructure used to deploy the Oracle Database.
|
DeploymentType |
ManagedDatabase.getDeploymentType()
The infrastructure used to deploy the Oracle Database.
|
DeploymentType |
JobDatabase.getDeploymentType()
A list of the supported infrastructure that can be used to deploy the database.
|
DeploymentType |
JobExecutionSummary.getDeploymentType()
A list of the supported infrastructure that can be used to deploy the database.
|
DeploymentType |
FleetStatusByCategory.getDeploymentType()
The infrastructure used to deploy the Oracle Database.
|
DeploymentType |
JobExecution.getDeploymentType()
A list of the supported infrastructure that can be used to deploy the database.
|
static DeploymentType |
DeploymentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentType[] |
DeploymentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OptimizerDatabase.Builder |
OptimizerDatabase.Builder.dbDeploymentType(DeploymentType dbDeploymentType)
The infrastructure used to deploy the Oracle Database.
|
ChildDatabase.Builder |
ChildDatabase.Builder.deploymentType(DeploymentType deploymentType)
The infrastructure used to deploy the Oracle Database.
|
DatabaseUsageMetrics.Builder |
DatabaseUsageMetrics.Builder.deploymentType(DeploymentType deploymentType)
The infrastructure used to deploy the Oracle Database.
|
ManagedDatabaseSummary.Builder |
ManagedDatabaseSummary.Builder.deploymentType(DeploymentType deploymentType)
The infrastructure used to deploy the Oracle Database.
|
ManagedDatabase.Builder |
ManagedDatabase.Builder.deploymentType(DeploymentType deploymentType)
The infrastructure used to deploy the Oracle Database.
|
JobDatabase.Builder |
JobDatabase.Builder.deploymentType(DeploymentType deploymentType)
A list of the supported infrastructure that can be used to deploy the database.
|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.deploymentType(DeploymentType deploymentType)
A list of the supported infrastructure that can be used to deploy the database.
|
FleetStatusByCategory.Builder |
FleetStatusByCategory.Builder.deploymentType(DeploymentType deploymentType)
The infrastructure used to deploy the Oracle Database.
|
JobExecution.Builder |
JobExecution.Builder.deploymentType(DeploymentType deploymentType)
A list of the supported infrastructure that can be used to deploy the database.
|
Constructor and Description |
---|
ChildDatabase(String id,
String name,
String compartmentId,
DeploymentType deploymentType,
WorkloadType workloadType,
DatabaseType databaseType,
DatabaseSubType databaseSubType,
Date timeAdded,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DatabaseUsageMetrics(String dbId,
String compartmentId,
DatabaseType databaseType,
DatabaseSubType databaseSubType,
DeploymentType deploymentType,
String databaseVersion,
WorkloadType workloadType,
String databaseName,
String databaseContainerId,
String databaseId,
String primaryDbId,
String primaryDbUniqueName,
String dbUniqueName,
DbRole dbRole,
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,
JobInBindsDetails inBinds,
JobOutBindsDetails outBinds,
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,
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.
|
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,
String databaseVersion,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<DatabaseFeatureConfiguration> dbmgmtFeatureConfigs,
String databasePlatformName)
Deprecated.
|
OptimizerDatabase(String id,
String name,
DatabaseType dbType,
DatabaseSubType dbSubType,
DeploymentType dbDeploymentType,
String dbVersion,
String compartmentId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DeploymentType |
ListManagedDatabasesRequest.getDeploymentType()
A filter to return Managed Databases of the specified deployment type.
|
Modifier and Type | Method and Description |
---|---|
ListManagedDatabasesRequest.Builder |
ListManagedDatabasesRequest.Builder.deploymentType(DeploymentType deploymentType)
A filter to return Managed Databases of the specified deployment type.
|
Copyright © 2016–2024. All rights reserved.