Oracledatabase Functions
object OracledatabaseFunctions
Functions
Link copied to clipboard
suspend fun getAutonomousDatabase(argument: GetAutonomousDatabasePlainArgs): GetAutonomousDatabaseResult
Get information about an AutonomousDatabase. For more information see the API.
suspend fun getAutonomousDatabase(argument: suspend GetAutonomousDatabasePlainArgsBuilder.() -> Unit): GetAutonomousDatabaseResult
suspend fun getAutonomousDatabase(autonomousDatabaseId: String, location: String, project: String? = null): GetAutonomousDatabaseResult
Link copied to clipboard
suspend fun getAutonomousDatabases(argument: GetAutonomousDatabasesPlainArgs): GetAutonomousDatabasesResult
List all AutonomousDatabases. For more information see the API.
suspend fun getAutonomousDatabases(argument: suspend GetAutonomousDatabasesPlainArgsBuilder.() -> Unit): GetAutonomousDatabasesResult
suspend fun getAutonomousDatabases(location: String, project: String? = null): GetAutonomousDatabasesResult
Link copied to clipboard
suspend fun getCloudExadataInfrastructure(argument: GetCloudExadataInfrastructurePlainArgs): GetCloudExadataInfrastructureResult
Get information about an ExadataInfrastructure. For more information see the API.
suspend fun getCloudExadataInfrastructure(argument: suspend GetCloudExadataInfrastructurePlainArgsBuilder.() -> Unit): GetCloudExadataInfrastructureResult
suspend fun getCloudExadataInfrastructure(cloudExadataInfrastructureId: String, location: String, project: String? = null): GetCloudExadataInfrastructureResult
Link copied to clipboard
suspend fun getCloudExadataInfrastructures(argument: GetCloudExadataInfrastructuresPlainArgs): GetCloudExadataInfrastructuresResult
List all ExadataInfrastructures. For more information see the API.
suspend fun getCloudExadataInfrastructures(argument: suspend GetCloudExadataInfrastructuresPlainArgsBuilder.() -> Unit): GetCloudExadataInfrastructuresResult
suspend fun getCloudExadataInfrastructures(location: String, project: String? = null): GetCloudExadataInfrastructuresResult
Link copied to clipboard
Get information about a CloudVmCluster. For more information see the API.
suspend fun getCloudVmCluster(argument: suspend GetCloudVmClusterPlainArgsBuilder.() -> Unit): GetCloudVmClusterResult
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(argument: suspend GetCloudVmClustersPlainArgsBuilder.() -> Unit): GetCloudVmClustersResult
Link copied to clipboard
List all DbNodes of a Cloud VmCluster. For more information see the API.
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(argument: suspend GetDbServersPlainArgsBuilder.() -> Unit): GetDbServersResult
suspend fun getDbServers(cloudExadataInfrastructure: String, location: String, project: String? = null): GetDbServersResult