AlloydbFunctions

Functions

Link copied to clipboard

Use this data source to get information about the available cluster. For more details refer the API docs.

suspend fun getCluster(argument: suspend GetClusterPlainArgsBuilder.() -> Unit): GetClusterResult
suspend fun getCluster(clusterId: String, location: String? = null, project: String? = null): GetClusterResult
Link copied to clipboard

Use this data source to get information about the available instance. For more details refer the API docs.

suspend fun getInstance(argument: suspend GetInstancePlainArgsBuilder.() -> Unit): GetInstanceResult
suspend fun getInstance(clusterId: String, instanceId: String, location: String? = null, project: String? = null): GetInstanceResult
Link copied to clipboard

Use this data source to get information about the available locations. For more details refer the API docs.

suspend fun getLocations(project: String? = null): GetLocationsResult
Link copied to clipboard

Use this data source to get information about the supported alloydb database flags in a location.