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