Class EurekaInstanceConfig
Inheritance
System.Object
EurekaInstanceConfig
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public class EurekaInstanceConfig : object, IEurekaInstanceConfig
Constructors
|
Edit this page
View Source
EurekaInstanceConfig()
Declaration
public EurekaInstanceConfig()
Fields
|
Edit this page
View Source
_thisHostAddress
Declaration
protected string _thisHostAddress
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
_thisHostName
Declaration
protected string _thisHostName
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Default_Appname
Declaration
public const string Default_Appname = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Default_HealthCheckUrlPath
Declaration
public const string Default_HealthCheckUrlPath = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Default_HomePageUrlPath
Declaration
public const string Default_HomePageUrlPath = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Default_LeaseExpirationDurationInSeconds
Declaration
public const int Default_LeaseExpirationDurationInSeconds = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Default_LeaseRenewalIntervalInSeconds
Declaration
public const int Default_LeaseRenewalIntervalInSeconds = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Default_NonSecurePort
Declaration
public const int Default_NonSecurePort = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Default_SecurePort
Declaration
public const int Default_SecurePort = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Default_StatusPageUrlPath
Declaration
public const string Default_StatusPageUrlPath = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
AppGroupName
Declaration
public virtual string AppGroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
AppName
Declaration
public virtual string AppName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ASGName
Declaration
public virtual string ASGName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DataCenterInfo
Declaration
public virtual IDataCenterInfo DataCenterInfo { get; set; }
Property Value
|
Edit this page
View Source
DefaultAddressResolutionOrder
Declaration
public virtual IEnumerable<string> DefaultAddressResolutionOrder { get; set; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
|
Edit this page
View Source
HealthCheckUrl
Declaration
public virtual string HealthCheckUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
HealthCheckUrlPath
Declaration
public virtual string HealthCheckUrlPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
HomePageUrl
Declaration
public virtual string HomePageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
HomePageUrlPath
Declaration
public virtual string HomePageUrlPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
HostName
Declaration
public virtual string HostName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
InstanceId
Declaration
public virtual string InstanceId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IpAddress
Declaration
public virtual string IpAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsInstanceEnabledOnInit
Declaration
public virtual bool IsInstanceEnabledOnInit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsNonSecurePortEnabled
Declaration
public virtual bool IsNonSecurePortEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
LeaseExpirationDurationInSeconds
Declaration
public virtual int LeaseExpirationDurationInSeconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
LeaseRenewalIntervalInSeconds
Declaration
public virtual int LeaseRenewalIntervalInSeconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Declaration
public virtual IDictionary<string, string> MetadataMap { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.String> |
|
|
Edit this page
View Source
NetUtils
Declaration
public InetUtils NetUtils { get; set; }
Property Value
Type |
Description |
InetUtils |
|
|
Edit this page
View Source
NonSecurePort
Declaration
public virtual int NonSecurePort { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
PreferIpAddress
Declaration
public virtual bool PreferIpAddress { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
SecureHealthCheckUrl
Declaration
public virtual string SecureHealthCheckUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
SecurePort
Declaration
public virtual int SecurePort { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
SecurePortEnabled
Declaration
public virtual bool SecurePortEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
SecureVirtualHostName
Declaration
public virtual string SecureVirtualHostName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
StatusPageUrl
Declaration
public virtual string StatusPageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
StatusPageUrlPath
Declaration
public virtual string StatusPageUrlPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
UseNetUtils
Declaration
public bool UseNetUtils { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
VirtualHostName
Declaration
public virtual string VirtualHostName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ApplyNetUtils()
Declaration
public void ApplyNetUtils()
|
Edit this page
View Source
GetHostName(Boolean)
Declaration
public virtual string GetHostName(bool refresh)
Parameters
Type |
Name |
Description |
System.Boolean |
refresh |
|
Returns
Type |
Description |
System.String |
|
Implements