getCluster
Retrieves information about a cluster.
Samples
fun main() {
//sampleStart
// Get Cluster
dsqlClient.getCluster {
identifier = "kiqenqglxyl2snyvkvnj2c3s2e"
}
//sampleEnd
}
Retrieves information about a cluster.
fun main() {
//sampleStart
// Get Cluster
dsqlClient.getCluster {
identifier = "kiqenqglxyl2snyvkvnj2c3s2e"
}
//sampleEnd
}