Class NodeFqdnGetArgs
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.Inputs
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class NodeFqdnGetArgs : ResourceArgs
Constructors
View SourceNodeFqdnGetArgs()
Declaration
public NodeFqdnGetArgs()
Properties
View SourceAddressFamily
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> |
Autopopulate
Declaration
public Input<string> Autopopulate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Downinterval
Declaration
public Input<int> Downinterval { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
Name
Name of the node
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |