Show / Hide Table of Contents

Class ManagedZoneForwardingConfig

Inheritance
System.Object
ManagedZoneForwardingConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Dns.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ManagedZoneForwardingConfig

Fields

View Source

TargetNameServers

List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given. Structure is documented below.

Declaration
public readonly ImmutableArray<ManagedZoneForwardingConfigTargetNameServer> TargetNameServers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ManagedZoneForwardingConfigTargetNameServer>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.