Show / Hide Table of Contents

Class ServiceTaskSpecContainerSpecDnsConfigArgs

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

Constructors

View Source

ServiceTaskSpecContainerSpecDnsConfigArgs()

Declaration
public ServiceTaskSpecContainerSpecDnsConfigArgs()

Properties

View Source

Nameservers

The IP addresses of the name servers, for example, 8.8.8.8

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

Options

A list of internal resolver variables to be modified, for example, debug, ndots:3

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

Searches

A search list for host-name lookup.

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