Class EurekaServiceInstance
Inheritance
System.Object
EurekaServiceInstance
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public class EurekaServiceInstance : IServiceInstance
Constructors
|
Edit this page
View Source
EurekaServiceInstance(InstanceInfo)
Declaration
public EurekaServiceInstance(InstanceInfo info)
Parameters
Properties
|
Edit this page
View Source
Host
Declaration
public string Host { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
InstanceId
Declaration
public string InstanceId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsSecure
Declaration
public bool IsSecure { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
public IDictionary<string, string> Metadata { get; }
Property Value
Type |
Description |
IDictionary<System.String, System.String> |
|
|
Edit this page
View Source
Port
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ServiceId
Declaration
public string ServiceId { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Uri
Declaration
Property Value
Methods
|
Edit this page
View Source
GetHost()
Declaration
Returns
Type |
Description |
System.String |
|