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