Class DnsState
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.Sys
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class DnsState : ResourceArgs
Constructors
View SourceDnsState()
Declaration
public DnsState()
Properties
View SourceDescription
Provide description for your DNS server
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NameServers
Name or IP address of the DNS server
Declaration
public InputList<string> NameServers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
NumberOfDots
Configures the number of dots needed in a name before an initial absolute query will be made.
Declaration
public Input<int> NumberOfDots { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Searches
Specify what domains you want to search
Declaration
public InputList<string> Searches { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |