
src.alloydb.v1beta.getCluster.scala Maven / Gradle / Ivy
package besom.api.googlenative.alloydb.v1beta
def getCluster(using ctx: besom.types.Context)(
args: besom.api.googlenative.alloydb.v1beta.GetClusterArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.alloydb.v1beta.GetClusterResult] =
ctx.invoke[besom.api.googlenative.alloydb.v1beta.GetClusterArgs, besom.api.googlenative.alloydb.v1beta.GetClusterResult]("google-native:alloydb/v1beta:getCluster", args, opts)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy