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