Class EurekaClientOptions.EurekaHealthConfig
Inheritance
System.Object
EurekaClientOptions.EurekaHealthConfig
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public class EurekaHealthConfig : object
Constructors
|
Edit this page
View Source
EurekaHealthConfig(EurekaClientOptions)
Declaration
public EurekaHealthConfig(EurekaClientOptions options)
Parameters
Properties
|
Edit this page
View Source
CheckEnabled
Declaration
public bool CheckEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
MonitoredApps
Declaration
public string MonitoredApps { get; set; }
Property Value
Type |
Description |
System.String |
|