Show / Hide Table of Contents

Class PolicyAlternativeNameServerConfigTargetNameServerGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyAlternativeNameServerConfigTargetNameServerGetArgs
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 PolicyAlternativeNameServerConfigTargetNameServerGetArgs : ResourceArgs

Constructors

View Source

PolicyAlternativeNameServerConfigTargetNameServerGetArgs()

Declaration
public PolicyAlternativeNameServerConfigTargetNameServerGetArgs()

Properties

View Source

Ipv4Address

IPv4 address to forward to.

Declaration
public Input<string> Ipv4Address { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.