Class ConfigServerClientSettingsOptions
Inheritance
System.Object
ConfigServerClientSettingsOptions
Assembly: Steeltoe.Extensions.Configuration.ConfigServerBase.dll
Syntax
public class ConfigServerClientSettingsOptions : AbstractOptions
Constructors
|
Edit this page
View Source
ConfigServerClientSettingsOptions()
Declaration
public ConfigServerClientSettingsOptions()
|
Edit this page
View Source
ConfigServerClientSettingsOptions(IConfiguration)
Declaration
public ConfigServerClientSettingsOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
|
Edit this page
View Source
ConfigServerClientSettingsOptions(IConfigurationRoot)
Declaration
public ConfigServerClientSettingsOptions(IConfigurationRoot root)
Parameters
Type |
Name |
Description |
IConfigurationRoot |
root |
|
Fields
|
Edit this page
View Source
CONFIGURATION_PREFIX
Declaration
public const string CONFIGURATION_PREFIX = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
Access_Token_Uri
Declaration
public string Access_Token_Uri { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
AccessTokenUri
Declaration
public string AccessTokenUri { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Client_Id
Declaration
public string Client_Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Client_Secret
Declaration
public string Client_Secret { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ClientId
Declaration
public string ClientId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ClientSecret
Declaration
public string ClientSecret { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DisableTokenRenewal
Declaration
public bool DisableTokenRenewal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Discovery
Declaration
public SpringCloudConfigDiscovery Discovery { get; set; }
Property Value
|
Edit this page
View Source
DiscoveryEnabled
Declaration
public bool DiscoveryEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
DiscoveryServiceId
Declaration
public string DiscoveryServiceId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Env
Declaration
public string Env { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Environment
Declaration
public string Environment { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
FailFast
Declaration
public bool FailFast { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Health
Declaration
public SpringCloudConfigHealth Health { get; set; }
Property Value
|
Edit this page
View Source
HealthEnabled
Declaration
public bool HealthEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
HealthTimeToLive
Declaration
public long HealthTimeToLive { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Retry
Declaration
public SpringCloudConfigRetry Retry { get; set; }
Property Value
|
Edit this page
View Source
RetryAttempts
Declaration
public int RetryAttempts { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
RetryEnabled
Declaration
public bool RetryEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
RetryInitialInterval
Declaration
public int RetryInitialInterval { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
RetryMaxInterval
Declaration
public int RetryMaxInterval { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
RetryMultiplier
Declaration
public double RetryMultiplier { get; }
Property Value
Type |
Description |
System.Double |
|
|
Edit this page
View Source
Settings
Declaration
public ConfigServerClientSettings Settings { get; }
Property Value
|
Edit this page
View Source
Timeout
Declaration
public int Timeout { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Token
Declaration
public string Token { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
TokenRenewRate
Declaration
public int TokenRenewRate { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
TokenTtl
Declaration
public int TokenTtl { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Uri
Declaration
public string Uri { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Username
Declaration
public string Username { 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 |
|
|
Edit this page
View Source
ValidateCertificates
Declaration
public bool ValidateCertificates { get; }
Property Value
Type |
Description |
System.Boolean |
|