Show / Hide Table of Contents

Class NodeFqdnGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NodeFqdnGetArgs
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.F5BigIP.Ltm.Inputs
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class NodeFqdnGetArgs : ResourceArgs

Constructors

View Source

NodeFqdnGetArgs()

Declaration
public NodeFqdnGetArgs()

Properties

View Source

AddressFamily

Specifies the node's address family. The default is 'unspecified', or IP-agnostic. This needs to be specified inside the fqdn (fully qualified domain name).

Declaration
public Input<string> AddressFamily { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Autopopulate

Declaration
public Input<string> Autopopulate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Downinterval

Declaration
public Input<int> Downinterval { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Interval

Specifies the amount of time before sending the next DNS query. Default is 3600. This needs to be specified inside the fqdn (fully qualified domain name).

Declaration
public Input<string> Interval { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Name of the node

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