Class KubernetesServiceInstance
Inheritance
System.Object
KubernetesServiceInstance
Assembly: Steeltoe.Discovery.Kubernetes.dll
Syntax
public class KubernetesServiceInstance : IServiceInstance
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
GetScheme()
Declaration
public string GetScheme()
Returns
Type |
Description |
System.String |
|