Show / Hide Table of Contents

Class NodeFqdn

Inheritance
System.Object
NodeFqdn
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.F5BigIP.Ltm.Outputs
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class NodeFqdn

Fields

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 readonly string AddressFamily
Field Value
Type Description
System.String
View Source

Autopopulate

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

Downinterval

Declaration
public readonly int? Downinterval
Field Value
Type Description
System.Nullable<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 readonly string Interval
Field Value
Type Description
System.String
View Source

Name

Name of the node

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