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