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