Class ManagedZoneForwardingConfigTargetNameServerGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ManagedZoneForwardingConfigTargetNameServerGetArgs : ResourceArgs
Constructors
View SourceManagedZoneForwardingConfigTargetNameServerGetArgs()
Declaration
public ManagedZoneForwardingConfigTargetNameServerGetArgs()
Properties
View SourceForwardingPath
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 Input<string> ForwardingPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ipv4Address
IPv4 address of a target name server.
Declaration
public Input<string> Ipv4Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |