Class EurekaClientConfig
Inheritance
System.Object
EurekaClientConfig
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public class EurekaClientConfig : object, IEurekaClientConfig
Constructors
|
Edit this page
View Source
EurekaClientConfig()
Declaration
public EurekaClientConfig()
Fields
|
Edit this page
View Source
Default_EurekaServerConnectTimeoutSeconds
Declaration
public const int Default_EurekaServerConnectTimeoutSeconds = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Default_EurekaServerRetryCount
Declaration
public const int Default_EurekaServerRetryCount = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Default_InstanceInfoReplicationIntervalSeconds
Declaration
public const int Default_InstanceInfoReplicationIntervalSeconds = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Default_RegistryFetchIntervalSeconds
Declaration
public const int Default_RegistryFetchIntervalSeconds = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Default_ServerServiceUrl
Declaration
public const string Default_ServerServiceUrl = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
EurekaServerConnectTimeoutSeconds
Declaration
public int EurekaServerConnectTimeoutSeconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
EurekaServerRetryCount
Declaration
public int EurekaServerRetryCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
EurekaServerServiceUrls
Declaration
public string EurekaServerServiceUrls { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
HealthCheckEnabled
Declaration
public bool HealthCheckEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
HealthContribEnabled
Declaration
public bool HealthContribEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
HealthMonitoredApps
Declaration
public string HealthMonitoredApps { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ProxyHost
Declaration
public string ProxyHost { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ProxyPassword
Declaration
public string ProxyPassword { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ProxyPort
Declaration
public int ProxyPort { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ProxyUserName
Declaration
public string ProxyUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
RegistryFetchIntervalSeconds
Declaration
public int RegistryFetchIntervalSeconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
RegistryRefreshSingleVipAddress
Declaration
public string RegistryRefreshSingleVipAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ShouldDisableDelta
Declaration
public bool ShouldDisableDelta { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ShouldFetchRegistry
Declaration
public bool ShouldFetchRegistry { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ShouldFilterOnlyUpInstances
Declaration
public bool ShouldFilterOnlyUpInstances { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ShouldGZipContent
Declaration
public bool ShouldGZipContent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ShouldOnDemandUpdateStatusChange
Declaration
public bool ShouldOnDemandUpdateStatusChange { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ShouldRegisterWithEureka
Declaration
public bool ShouldRegisterWithEureka { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ValidateCertificates
Declaration
public bool ValidateCertificates { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements