Class EurekaInstanceOptions
Inheritance
System.Object
EurekaInstanceOptions
Implements
IDiscoveryRegistrationOptions
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public class EurekaInstanceOptions : EurekaInstanceConfig, IEurekaInstanceConfig
Constructors
|
Edit this page
View Source
EurekaInstanceOptions()
Declaration
public EurekaInstanceOptions()
Fields
|
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_StatusPageUrlPath
Declaration
public const string Default_StatusPageUrlPath = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
EUREKA_INSTANCE_CONFIGURATION_PREFIX
Declaration
public const string EUREKA_INSTANCE_CONFIGURATION_PREFIX = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
AppGroup
Declaration
public virtual string AppGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
HostName
Declaration
public override string HostName { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Edit this page
View Source
InstanceEnabledOnInit
Declaration
public virtual bool InstanceEnabledOnInit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IpAddress
Declaration
public override string IpAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Edit this page
View Source
NonSecurePortEnabled
Declaration
public virtual bool NonSecurePortEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Port
Declaration
public virtual int Port { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
RegistrationMethod
Declaration
public virtual string RegistrationMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
SecureVipAddress
Declaration
public virtual string SecureVipAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
VipAddress
Declaration
public virtual string VipAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ApplyConfigUrls(List<Uri>, String)
Declaration
public void ApplyConfigUrls(List<Uri> addresses, string wildcard_hostname)
Parameters
Type |
Name |
Description |
List<Uri> |
addresses |
|
System.String |
wildcard_hostname |
|
|
Edit this page
View Source
GetHostName(Boolean)
Declaration
public override string GetHostName(bool refresh)
Parameters
Type |
Name |
Description |
System.Boolean |
refresh |
|
Returns
Type |
Description |
System.String |
|
Overrides
Implements
IDiscoveryRegistrationOptions