Class InetOptions
public class InetOptions
- Inheritance
-
InetOptions
- Inherited Members
Fields
PREFIX
public const string PREFIX = "spring:cloud:inet"
Field Value
Properties
DefaultHostname
public string DefaultHostname { get; set; }
Property Value
DefaultIpAddress
public string DefaultIpAddress { get; set; }
Property Value
IgnoredInterfaces
public string IgnoredInterfaces { get; set; }
Property Value
PreferredNetworks
public string PreferredNetworks { get; set; }
Property Value
SkipReverseDnsLookup
public bool SkipReverseDnsLookup { get; set; }
Property Value
UseOnlySiteLocalInterfaces
public bool UseOnlySiteLocalInterfaces { get; set; }