Show / Hide Table of Contents

Class ServiceTaskSpecContainerSpecDnsConfig

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

Fields

View Source

Nameservers

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

Declaration
public readonly ImmutableArray<string> Nameservers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Options

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

Declaration
public readonly ImmutableArray<string> Options
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Searches

A search list for host-name lookup.

Declaration
public readonly ImmutableArray<string> Searches
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.