Table of Contents

Class InetOptions

Namespace
Steeltoe.Common.Net
Assembly
Steeltoe.Common.dll
public class InetOptions
Inheritance
InetOptions
Inherited Members

Fields

PREFIX

public const string PREFIX = "spring:cloud:inet"

Field Value

string

Properties

DefaultHostname

public string DefaultHostname { get; set; }

Property Value

string

DefaultIpAddress

public string DefaultIpAddress { get; set; }

Property Value

string

IgnoredInterfaces

public string IgnoredInterfaces { get; set; }

Property Value

string

PreferredNetworks

public string PreferredNetworks { get; set; }

Property Value

string

SkipReverseDnsLookup

public bool SkipReverseDnsLookup { get; set; }

Property Value

bool

UseOnlySiteLocalInterfaces

public bool UseOnlySiteLocalInterfaces { get; set; }

Property Value

bool