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