Show / Hide Table of Contents

Class ManagedZoneForwardingConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ManagedZoneForwardingConfigGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ManagedZoneForwardingConfigGetArgs : ResourceArgs

Constructors

View Source

ManagedZoneForwardingConfigGetArgs()

Declaration
public ManagedZoneForwardingConfigGetArgs()

Properties

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 InputList<ManagedZoneForwardingConfigTargetNameServerGetArgs> TargetNameServers { get; set; }
Property Value
Type Description
InputList<ManagedZoneForwardingConfigTargetNameServerGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.