Class EurekaClientOptions
Inheritance
System.Object
EurekaClientOptions
Implements
IDiscoveryClientOptions
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public class EurekaClientOptions : EurekaClientConfig, IEurekaClientConfig
Constructors
|
Edit this page
View Source
EurekaClientOptions()
Declaration
public EurekaClientOptions()
Fields
|
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
EUREKA_CLIENT_CONFIGURATION_PREFIX
Declaration
public const string EUREKA_CLIENT_CONFIGURATION_PREFIX = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
AccessTokenUri
Declaration
public string AccessTokenUri { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
CacheTTL
Gets or sets the time in seconds that service instance cache records should remain active
Declaration
public int CacheTTL { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ClientId
Declaration
public string ClientId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ClientSecret
Declaration
public string ClientSecret { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
EurekaServer
Declaration
public EurekaClientOptions.EurekaServerConfig EurekaServer { get; set; }
Property Value
|
Edit this page
View Source
Health
Declaration
public EurekaClientOptions.EurekaHealthConfig Health { get; set; }
Property Value
|
Edit this page
View Source
ServiceUrl
Declaration
public string ServiceUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Validate_Certificates
Declaration
public bool Validate_Certificates { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
IDiscoveryClientOptions