Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi
oci.DatabaseManagement.getCloudDatabases
Explore with Pulumi AI
This data source provides the list of Cloud Databases in Oracle Cloud Infrastructure Database Management service.
Lists the cloud databases in the specified compartment or in the specified DB system.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testCloudDatabases = oci.DatabaseManagement.getCloudDatabases({
cloudDbSystemId: testCloudDbSystem.id,
compartmentId: compartmentId,
displayName: cloudDatabaseDisplayName,
});
import pulumi
import pulumi_oci as oci
test_cloud_databases = oci.DatabaseManagement.get_cloud_databases(cloud_db_system_id=test_cloud_db_system["id"],
compartment_id=compartment_id,
display_name=cloud_database_display_name)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/databasemanagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := databasemanagement.GetCloudDatabases(ctx, &databasemanagement.GetCloudDatabasesArgs{
CloudDbSystemId: testCloudDbSystem.Id,
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(cloudDatabaseDisplayName),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testCloudDatabases = Oci.DatabaseManagement.GetCloudDatabases.Invoke(new()
{
CloudDbSystemId = testCloudDbSystem.Id,
CompartmentId = compartmentId,
DisplayName = cloudDatabaseDisplayName,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
import com.pulumi.oci.DatabaseManagement.inputs.GetCloudDatabasesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testCloudDatabases = DatabaseManagementFunctions.getCloudDatabases(GetCloudDatabasesArgs.builder()
.cloudDbSystemId(testCloudDbSystem.id())
.compartmentId(compartmentId)
.displayName(cloudDatabaseDisplayName)
.build());
}
}
variables:
testCloudDatabases:
fn::invoke:
function: oci:DatabaseManagement:getCloudDatabases
arguments:
cloudDbSystemId: ${testCloudDbSystem.id}
compartmentId: ${compartmentId}
displayName: ${cloudDatabaseDisplayName}
Using getCloudDatabases
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCloudDatabases(args: GetCloudDatabasesArgs, opts?: InvokeOptions): Promise<GetCloudDatabasesResult>
function getCloudDatabasesOutput(args: GetCloudDatabasesOutputArgs, opts?: InvokeOptions): Output<GetCloudDatabasesResult>
def get_cloud_databases(cloud_db_system_id: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetCloudDatabasesFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudDatabasesResult
def get_cloud_databases_output(cloud_db_system_id: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetCloudDatabasesFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudDatabasesResult]
func GetCloudDatabases(ctx *Context, args *GetCloudDatabasesArgs, opts ...InvokeOption) (*GetCloudDatabasesResult, error)
func GetCloudDatabasesOutput(ctx *Context, args *GetCloudDatabasesOutputArgs, opts ...InvokeOption) GetCloudDatabasesResultOutput
> Note: This function is named GetCloudDatabases
in the Go SDK.
public static class GetCloudDatabases
{
public static Task<GetCloudDatabasesResult> InvokeAsync(GetCloudDatabasesArgs args, InvokeOptions? opts = null)
public static Output<GetCloudDatabasesResult> Invoke(GetCloudDatabasesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudDatabasesResult> getCloudDatabases(GetCloudDatabasesArgs args, InvokeOptions options)
public static Output<GetCloudDatabasesResult> getCloudDatabases(GetCloudDatabasesArgs args, InvokeOptions options)
fn::invoke:
function: oci:DatabaseManagement/getCloudDatabases:getCloudDatabases
arguments:
# arguments dictionary
The following arguments are supported:
- Cloud
Db stringSystem Id - The OCID of the cloud DB system.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Filters
List<Get
Cloud Databases Filter>
- Cloud
Db stringSystem Id - The OCID of the cloud DB system.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Filters
[]Get
Cloud Databases Filter
- cloud
Db StringSystem Id - The OCID of the cloud DB system.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- filters
List<Get
Cloud Databases Filter>
- cloud
Db stringSystem Id - The OCID of the cloud DB system.
- compartment
Id string - The OCID of the compartment.
- display
Name string - A filter to only return the resources that match the entire display name.
- filters
Get
Cloud Databases Filter[]
- cloud_
db_ strsystem_ id - The OCID of the cloud DB system.
- compartment_
id str - The OCID of the compartment.
- display_
name str - A filter to only return the resources that match the entire display name.
- filters
Sequence[Get
Cloud Databases Filter]
- cloud
Db StringSystem Id - The OCID of the cloud DB system.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- filters List<Property Map>
getCloudDatabases Result
The following output properties are available:
- Cloud
Database List<GetCollections Cloud Databases Cloud Database Collection> - The list of cloud_database_collection.
- Cloud
Db stringSystem Id - Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - The user-friendly name for the database. The name does not have to be unique.
- Filters
List<Get
Cloud Databases Filter>
- Cloud
Database []GetCollections Cloud Databases Cloud Database Collection - The list of cloud_database_collection.
- Cloud
Db stringSystem Id - Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - The user-friendly name for the database. The name does not have to be unique.
- Filters
[]Get
Cloud Databases Filter
- cloud
Database List<GetCollections Cloud Databases Cloud Database Collection> - The list of cloud_database_collection.
- cloud
Db StringSystem Id - id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - The OCID of the compartment.
- display
Name String - The user-friendly name for the database. The name does not have to be unique.
- filters
List<Get
Cloud Databases Filter>
- cloud
Database GetCollections Cloud Databases Cloud Database Collection[] - The list of cloud_database_collection.
- cloud
Db stringSystem Id - id string
- The provider-assigned unique ID for this managed resource.
- compartment
Id string - The OCID of the compartment.
- display
Name string - The user-friendly name for the database. The name does not have to be unique.
- filters
Get
Cloud Databases Filter[]
- cloud_
database_ Sequence[Getcollections Cloud Databases Cloud Database Collection] - The list of cloud_database_collection.
- cloud_
db_ strsystem_ id - id str
- The provider-assigned unique ID for this managed resource.
- compartment_
id str - The OCID of the compartment.
- display_
name str - The user-friendly name for the database. The name does not have to be unique.
- filters
Sequence[Get
Cloud Databases Filter]
- cloud
Database List<Property Map>Collections - The list of cloud_database_collection.
- cloud
Db StringSystem Id - id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - The OCID of the compartment.
- display
Name String - The user-friendly name for the database. The name does not have to be unique.
- filters List<Property Map>
Supporting Types
GetCloudDatabasesCloudDatabaseCollection
- Items
List<Get
Cloud Databases Cloud Database Collection Item> - An array of cloud databases.
- Items
[]Get
Cloud Databases Cloud Database Collection Item - An array of cloud databases.
- items
List<Get
Cloud Databases Cloud Database Collection Item> - An array of cloud databases.
- items
Get
Cloud Databases Cloud Database Collection Item[] - An array of cloud databases.
- items
Sequence[Get
Cloud Databases Cloud Database Collection Item] - An array of cloud databases.
- items List<Property Map>
- An array of cloud databases.
GetCloudDatabasesCloudDatabaseCollectionItem
- Cloud
Db stringHome Id - The OCID of the external DB home.
- Compartment
Id string - The OCID of the compartment.
- Database
Platform stringName - The operating system of database.
- Database
Sub stringType - The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- Database
Type string - The type of Oracle Database installation.
- Database
Version string - The Oracle database version.
- Db
Management List<GetConfigs Cloud Databases Cloud Database Collection Item Db Management Config> - The configuration details of Database Management for a cloud DB system.
- Db
System List<GetInfos Cloud Databases Cloud Database Collection Item Db System Info> - The basic information about a cloud DB system.
- Db
Unique stringName - The
DB_UNIQUE_NAME
of the external database. - Dbmgmt
Feature List<GetConfigs Cloud Databases Cloud Database Collection Item Dbmgmt Feature Config> - The list of feature configurations
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A filter to only return the resources that match the entire display name.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the external DB system.
- Instance
Details List<GetCloud Databases Cloud Database Collection Item Instance Detail> - The list of database instances if the database is a RAC database.
- Parent
Container stringDatabase Id - The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- State string
- The current lifecycle state of the external database resource.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the external DB system was created.
- Cloud
Db stringHome Id - The OCID of the external DB home.
- Compartment
Id string - The OCID of the compartment.
- Database
Platform stringName - The operating system of database.
- Database
Sub stringType - The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- Database
Type string - The type of Oracle Database installation.
- Database
Version string - The Oracle database version.
- Db
Management []GetConfigs Cloud Databases Cloud Database Collection Item Db Management Config - The configuration details of Database Management for a cloud DB system.
- Db
System []GetInfos Cloud Databases Cloud Database Collection Item Db System Info - The basic information about a cloud DB system.
- Db
Unique stringName - The
DB_UNIQUE_NAME
of the external database. - Dbmgmt
Feature []GetConfigs Cloud Databases Cloud Database Collection Item Dbmgmt Feature Config - The list of feature configurations
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A filter to only return the resources that match the entire display name.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the external DB system.
- Instance
Details []GetCloud Databases Cloud Database Collection Item Instance Detail - The list of database instances if the database is a RAC database.
- Parent
Container stringDatabase Id - The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- State string
- The current lifecycle state of the external database resource.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the external DB system was created.
- cloud
Db StringHome Id - The OCID of the external DB home.
- compartment
Id String - The OCID of the compartment.
- database
Platform StringName - The operating system of database.
- database
Sub StringType - The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- database
Type String - The type of Oracle Database installation.
- database
Version String - The Oracle database version.
- db
Management List<GetConfigs Cloud Databases Cloud Database Collection Item Db Management Config> - The configuration details of Database Management for a cloud DB system.
- db
System List<GetInfos Cloud Databases Cloud Database Collection Item Db System Info> - The basic information about a cloud DB system.
- db
Unique StringName - The
DB_UNIQUE_NAME
of the external database. - dbmgmt
Feature List<GetConfigs Cloud Databases Cloud Database Collection Item Dbmgmt Feature Config> - The list of feature configurations
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A filter to only return the resources that match the entire display name.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the external DB system.
- instance
Details List<GetCloud Databases Cloud Database Collection Item Instance Detail> - The list of database instances if the database is a RAC database.
- parent
Container StringDatabase Id - The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- state String
- The current lifecycle state of the external database resource.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the external DB system was created.
- cloud
Db stringHome Id - The OCID of the external DB home.
- compartment
Id string - The OCID of the compartment.
- database
Platform stringName - The operating system of database.
- database
Sub stringType - The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- database
Type string - The type of Oracle Database installation.
- database
Version string - The Oracle database version.
- db
Management GetConfigs Cloud Databases Cloud Database Collection Item Db Management Config[] - The configuration details of Database Management for a cloud DB system.
- db
System GetInfos Cloud Databases Cloud Database Collection Item Db System Info[] - The basic information about a cloud DB system.
- db
Unique stringName - The
DB_UNIQUE_NAME
of the external database. - dbmgmt
Feature GetConfigs Cloud Databases Cloud Database Collection Item Dbmgmt Feature Config[] - The list of feature configurations
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - A filter to only return the resources that match the entire display name.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
- The OCID of the external DB system.
- instance
Details GetCloud Databases Cloud Database Collection Item Instance Detail[] - The list of database instances if the database is a RAC database.
- parent
Container stringDatabase Id - The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- state string
- The current lifecycle state of the external database resource.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The date and time the external DB system was created.
- cloud_
db_ strhome_ id - The OCID of the external DB home.
- compartment_
id str - The OCID of the compartment.
- database_
platform_ strname - The operating system of database.
- database_
sub_ strtype - The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- database_
type str - The type of Oracle Database installation.
- database_
version str - The Oracle database version.
- db_
management_ Sequence[Getconfigs Cloud Databases Cloud Database Collection Item Db Management Config] - The configuration details of Database Management for a cloud DB system.
- db_
system_ Sequence[Getinfos Cloud Databases Cloud Database Collection Item Db System Info] - The basic information about a cloud DB system.
- db_
unique_ strname - The
DB_UNIQUE_NAME
of the external database. - dbmgmt_
feature_ Sequence[Getconfigs Cloud Databases Cloud Database Collection Item Dbmgmt Feature Config] - The list of feature configurations
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A filter to only return the resources that match the entire display name.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
- The OCID of the external DB system.
- instance_
details Sequence[GetCloud Databases Cloud Database Collection Item Instance Detail] - The list of database instances if the database is a RAC database.
- parent_
container_ strdatabase_ id - The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- state str
- The current lifecycle state of the external database resource.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the external DB system was created.
- cloud
Db StringHome Id - The OCID of the external DB home.
- compartment
Id String - The OCID of the compartment.
- database
Platform StringName - The operating system of database.
- database
Sub StringType - The subtype of Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or Non-container Database.
- database
Type String - The type of Oracle Database installation.
- database
Version String - The Oracle database version.
- db
Management List<Property Map>Configs - The configuration details of Database Management for a cloud DB system.
- db
System List<Property Map>Infos - The basic information about a cloud DB system.
- db
Unique StringName - The
DB_UNIQUE_NAME
of the external database. - dbmgmt
Feature List<Property Map>Configs - The list of feature configurations
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A filter to only return the resources that match the entire display name.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the external DB system.
- instance
Details List<Property Map> - The list of database instances if the database is a RAC database.
- parent
Container StringDatabase Id - The OCID of the parent Container Database (CDB) if this is a Pluggable Database (PDB).
- state String
- The current lifecycle state of the external database resource.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the external DB system was created.
GetCloudDatabasesCloudDatabaseCollectionItemDbManagementConfig
- is_
enabled bool - The status of the associated service.
- metadata str
- The associated service-specific inputs in JSON string format, which Database Management can identify.
GetCloudDatabasesCloudDatabaseCollectionItemDbSystemInfo
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Id string
- The OCID of the external DB system.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Id string
- The OCID of the external DB system.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- id String
- The OCID of the external DB system.
- compartment
Id string - The OCID of the compartment.
- display
Name string - A filter to only return the resources that match the entire display name.
- id string
- The OCID of the external DB system.
- compartment_
id str - The OCID of the compartment.
- display_
name str - A filter to only return the resources that match the entire display name.
- id str
- The OCID of the external DB system.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- id String
- The OCID of the external DB system.
GetCloudDatabasesCloudDatabaseCollectionItemDbmgmtFeatureConfig
- Connector
Details List<GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Connector Detail> - The connector details required to connect to an Oracle cloud database.
- Database
Connection List<GetDetails Cloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail> - The connection details required to connect to the database.
- Feature string
- The name of the Database Management feature.
- Feature
Status string - The list of statuses for Database Management features.
- License
Model string - The Oracle license model that applies to the external database.
- Connector
Details []GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Connector Detail - The connector details required to connect to an Oracle cloud database.
- Database
Connection []GetDetails Cloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail - The connection details required to connect to the database.
- Feature string
- The name of the Database Management feature.
- Feature
Status string - The list of statuses for Database Management features.
- License
Model string - The Oracle license model that applies to the external database.
- connector
Details List<GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Connector Detail> - The connector details required to connect to an Oracle cloud database.
- database
Connection List<GetDetails Cloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail> - The connection details required to connect to the database.
- feature String
- The name of the Database Management feature.
- feature
Status String - The list of statuses for Database Management features.
- license
Model String - The Oracle license model that applies to the external database.
- connector
Details GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Connector Detail[] - The connector details required to connect to an Oracle cloud database.
- database
Connection GetDetails Cloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail[] - The connection details required to connect to the database.
- feature string
- The name of the Database Management feature.
- feature
Status string - The list of statuses for Database Management features.
- license
Model string - The Oracle license model that applies to the external database.
- connector_
details Sequence[GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Connector Detail] - The connector details required to connect to an Oracle cloud database.
- database_
connection_ Sequence[Getdetails Cloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail] - The connection details required to connect to the database.
- feature str
- The name of the Database Management feature.
- feature_
status str - The list of statuses for Database Management features.
- license_
model str - The Oracle license model that applies to the external database.
- connector
Details List<Property Map> - The connector details required to connect to an Oracle cloud database.
- database
Connection List<Property Map>Details - The connection details required to connect to the database.
- feature String
- The name of the Database Management feature.
- feature
Status String - The list of statuses for Database Management features.
- license
Model String - The Oracle license model that applies to the external database.
GetCloudDatabasesCloudDatabaseCollectionItemDbmgmtFeatureConfigConnectorDetail
- Connector
Type string - The list of supported connection types:
- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
- Database
Connector stringId - The OCID of the external database connector.
- Management
Agent stringId - The OCID of the management agent.
- Private
End stringPoint Id - The OCID of the private endpoint.
- Connector
Type string - The list of supported connection types:
- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
- Database
Connector stringId - The OCID of the external database connector.
- Management
Agent stringId - The OCID of the management agent.
- Private
End stringPoint Id - The OCID of the private endpoint.
- connector
Type String - The list of supported connection types:
- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
- database
Connector StringId - The OCID of the external database connector.
- management
Agent StringId - The OCID of the management agent.
- private
End StringPoint Id - The OCID of the private endpoint.
- connector
Type string - The list of supported connection types:
- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
- database
Connector stringId - The OCID of the external database connector.
- management
Agent stringId - The OCID of the management agent.
- private
End stringPoint Id - The OCID of the private endpoint.
- connector_
type str - The list of supported connection types:
- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
- database_
connector_ strid - The OCID of the external database connector.
- management_
agent_ strid - The OCID of the management agent.
- private_
end_ strpoint_ id - The OCID of the private endpoint.
- connector
Type String - The list of supported connection types:
- PE: Private endpoint
- MACS: Management agent
- EXTERNAL: External database connector
- DIRECT: Direct connection
- database
Connector StringId - The OCID of the external database connector.
- management
Agent StringId - The OCID of the management agent.
- private
End StringPoint Id - The OCID of the private endpoint.
GetCloudDatabasesCloudDatabaseCollectionItemDbmgmtFeatureConfigDatabaseConnectionDetail
- Connection
Credentials List<GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection Credential> - The credentials used to connect to the database. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings List<GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection String> - The details of the Oracle Database connection string.
- Connection
Credentials []GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection Credential - The credentials used to connect to the database. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - Connection
Strings []GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection String - The details of the Oracle Database connection string.
- connection
Credentials List<GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection Credential> - The credentials used to connect to the database. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection String> - The details of the Oracle Database connection string.
- connection
Credentials GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection Credential[] - The credentials used to connect to the database. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection String[] - The details of the Oracle Database connection string.
- connection_
credentials Sequence[GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection Credential] - The credentials used to connect to the database. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection_
strings Sequence[GetCloud Databases Cloud Database Collection Item Dbmgmt Feature Config Database Connection Detail Connection String] - The details of the Oracle Database connection string.
- connection
Credentials List<Property Map> - The credentials used to connect to the database. Currently only the
DETAILS
type is supported for creating MACS connector credentials. - connection
Strings List<Property Map> - The details of the Oracle Database connection string.
GetCloudDatabasesCloudDatabaseCollectionItemDbmgmtFeatureConfigDatabaseConnectionDetailConnectionCredential
- Credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- Credential
Type string - The type of credential used to connect to the database.
- Named
Credential stringId - The OCID of the Named Credential where the database password metadata is stored.
- Password
Secret stringId - The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the database.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the database.
- Credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- Credential
Type string - The type of credential used to connect to the database.
- Named
Credential stringId - The OCID of the Named Credential where the database password metadata is stored.
- Password
Secret stringId - The OCID of the secret containing the user password.
- Role string
- The role of the user connecting to the database.
- Ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- User
Name string - The user name used to connect to the database.
- credential
Name String - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type String - The type of credential used to connect to the database.
- named
Credential StringId - The OCID of the Named Credential where the database password metadata is stored.
- password
Secret StringId - The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the database.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the database.
- credential
Name string - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type string - The type of credential used to connect to the database.
- named
Credential stringId - The OCID of the Named Credential where the database password metadata is stored.
- password
Secret stringId - The OCID of the secret containing the user password.
- role string
- The role of the user connecting to the database.
- ssl
Secret stringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name string - The user name used to connect to the database.
- credential_
name str - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential_
type str - The type of credential used to connect to the database.
- named_
credential_ strid - The OCID of the Named Credential where the database password metadata is stored.
- password_
secret_ strid - The OCID of the secret containing the user password.
- role str
- The role of the user connecting to the database.
- ssl_
secret_ strid - The OCID of the secret containing the SSL keystore and truststore details.
- user_
name str - The user name used to connect to the database.
- credential
Name String - The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. IMPORTANT - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
- credential
Type String - The type of credential used to connect to the database.
- named
Credential StringId - The OCID of the Named Credential where the database password metadata is stored.
- password
Secret StringId - The OCID of the secret containing the user password.
- role String
- The role of the user connecting to the database.
- ssl
Secret StringId - The OCID of the secret containing the SSL keystore and truststore details.
- user
Name String - The user name used to connect to the database.
GetCloudDatabasesCloudDatabaseCollectionItemDbmgmtFeatureConfigDatabaseConnectionDetailConnectionString
- Connection
Type string - The list of supported connection types:
- BASIC: Basic connection details
- Port int
- The port number used to connect to the database.
- Protocol string
- The protocol used to connect to the database.
- Service string
- The service name of the database.
- Connection
Type string - The list of supported connection types:
- BASIC: Basic connection details
- Port int
- The port number used to connect to the database.
- Protocol string
- The protocol used to connect to the database.
- Service string
- The service name of the database.
- connection
Type String - The list of supported connection types:
- BASIC: Basic connection details
- port Integer
- The port number used to connect to the database.
- protocol String
- The protocol used to connect to the database.
- service String
- The service name of the database.
- connection
Type string - The list of supported connection types:
- BASIC: Basic connection details
- port number
- The port number used to connect to the database.
- protocol string
- The protocol used to connect to the database.
- service string
- The service name of the database.
- connection_
type str - The list of supported connection types:
- BASIC: Basic connection details
- port int
- The port number used to connect to the database.
- protocol str
- The protocol used to connect to the database.
- service str
- The service name of the database.
- connection
Type String - The list of supported connection types:
- BASIC: Basic connection details
- port Number
- The port number used to connect to the database.
- protocol String
- The protocol used to connect to the database.
- service String
- The service name of the database.
GetCloudDatabasesCloudDatabaseCollectionItemInstanceDetail
- Host
Name string - The name of the host machine.
- Instance
Name string - The name of the database instance.
- Instance
Number int - The instance number of the database instance.
- Host
Name string - The name of the host machine.
- Instance
Name string - The name of the database instance.
- Instance
Number int - The instance number of the database instance.
- host
Name String - The name of the host machine.
- instance
Name String - The name of the database instance.
- instance
Number Integer - The instance number of the database instance.
- host
Name string - The name of the host machine.
- instance
Name string - The name of the database instance.
- instance
Number number - The instance number of the database instance.
- host_
name str - The name of the host machine.
- instance_
name str - The name of the database instance.
- instance_
number int - The instance number of the database instance.
- host
Name String - The name of the host machine.
- instance
Name String - The name of the database instance.
- instance
Number Number - The instance number of the database instance.
GetCloudDatabasesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.