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