Show / Hide Table of Contents

Class ManagedZoneForwardingConfigTargetNameServer

Inheritance
System.Object
ManagedZoneForwardingConfigTargetNameServer
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 ManagedZoneForwardingConfigTargetNameServer

Fields

View Source

ForwardingPath

Forwarding path for this TargetNameServer. If unset or default Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the Internet. When set to private, Cloud DNS will always send queries through VPC for this target

Declaration
public readonly string ForwardingPath
Field Value
Type Description
System.String
View Source

Ipv4Address

IPv4 address of a target name server.

Declaration
public readonly string Ipv4Address
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.