Class EurekaClientOptions
public class EurekaClientOptions : EurekaClientConfig, IEurekaClientConfig, IDiscoveryClientOptions
- Inheritance
-
EurekaClientOptions
- Implements
- Inherited Members
Constructors
EurekaClientOptions()
public EurekaClientOptions()
Fields
Default_InstanceInfoReplicationIntervalSeconds
public const int Default_InstanceInfoReplicationIntervalSeconds = 30
Field Value
EUREKA_CLIENT_CONFIGURATION_PREFIX
public const string EUREKA_CLIENT_CONFIGURATION_PREFIX = "eureka:client"
Field Value
Properties
AccessTokenUri
public string AccessTokenUri { get; set; }
Property Value
CacheTTL
Gets or sets the time in seconds that service instance cache records should remain active
public int CacheTTL { get; set; }
Property Value
Remarks
configuration property: eureka:client:cacheTTL
ClientId
public string ClientId { get; set; }
Property Value
ClientSecret
public string ClientSecret { get; set; }
Property Value
EurekaServer
public EurekaClientOptions.EurekaServerConfig EurekaServer { get; set; }
Property Value
Health
public EurekaClientOptions.EurekaHealthConfig Health { get; set; }
Property Value
ServiceUrl
public string ServiceUrl { get; set; }
Property Value
Validate_Certificates
public bool Validate_Certificates { get; set; }