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