OracleFunctions

Functions

Link copied to clipboard
Link copied to clipboard

Use this data source to access information about an existing Autonomous Database.

suspend fun getAutonomousDatabase(name: String, resourceGroupName: String): GetAutonomousDatabaseResult
Link copied to clipboard

Use this data source to access information about an existing Cloud VM Cluster.

suspend fun getCloudVmCluster(name: String, resourceGroupName: String): GetCloudVmClusterResult
Link copied to clipboard

Lists the database nodes for the specified Cloud VM Cluster.

suspend fun getDbNodes(cloudVmClusterId: String): GetDbNodesResult
suspend fun getDbNodes(argument: suspend GetDbNodesPlainArgsBuilder.() -> Unit): GetDbNodesResult
Link copied to clipboard

Use this data source to access information about existing DB Servers.

suspend fun getDbServers(cloudExadataInfrastructureName: String, resourceGroupName: String): GetDbServersResult
Link copied to clipboard

This data source provides the list of DB System Shapes in Oracle Cloud Infrastructure Database service. Gets a list of the shapes that can be used to launch a new DB system. The shape determines resources to allocate to the DB system - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes.

Link copied to clipboard

Use this data source to access information about an existing Cloud Exadata Infrastructure.

Link copied to clipboard

This data source provides the list of GI Versions in Oracle Cloud Infrastructure Database service. Gets a list of supported GI versions.

suspend fun getGiVersions(location: String): GetGiVersionsResult