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