OracledatabaseFunctions

Functions

Link copied to clipboard

Get information about an AutonomousDatabase. For more information see the API.

suspend fun getAutonomousDatabase(autonomousDatabaseId: String, location: String, project: String? = null): GetAutonomousDatabaseResult
Link copied to clipboard

List all AutonomousDatabases. For more information see the API.

suspend fun getAutonomousDatabases(location: String, project: String? = null): GetAutonomousDatabasesResult
Link copied to clipboard

Get information about an ExadataInfrastructure. For more information see the API.

suspend fun getCloudExadataInfrastructure(cloudExadataInfrastructureId: String, location: String, project: String? = null): GetCloudExadataInfrastructureResult
Link copied to clipboard

Get information about a CloudVmCluster. For more information see the API.

suspend fun getCloudVmCluster(cloudVmClusterId: String, location: String, project: String? = null): GetCloudVmClusterResult
Link copied to clipboard

List all CloudVmClusters. For more information see the API.

suspend fun getCloudVmClusters(location: String, project: String? = null): GetCloudVmClustersResult
Link copied to clipboard

List all DbNodes of a Cloud VmCluster. For more information see the API.

suspend fun getDbNodes(argument: suspend GetDbNodesPlainArgsBuilder.() -> Unit): GetDbNodesResult
suspend fun getDbNodes(cloudVmCluster: String, location: String, project: String? = null): GetDbNodesResult
Link copied to clipboard

List all DbServers of a Cloud Exdata Infrastructure. For more information see the API.

suspend fun getDbServers(cloudExadataInfrastructure: String, location: String, project: String? = null): GetDbServersResult