Show / Hide Table of Contents

Class DnsState

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

Constructors

View Source

DnsState()

Declaration
public DnsState()

Properties

View Source

Description

Provide description for your DNS server

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

NameServers

Name or IP address of the DNS server

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

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>
View Source

Searches

Specify what domains you want to search

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