Class InstanceInfo
Inheritance
System.Object
InstanceInfo
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public class InstanceInfo : object
Properties
|
Edit this page
View Source
Actiontype
Declaration
public ActionType Actiontype { get; }
Property Value
|
Edit this page
View Source
AppGroupName
Declaration
public string AppGroupName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
AppName
Declaration
public string AppName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
AsgName
Declaration
public string AsgName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
CountryId
Declaration
public int CountryId { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
DataCenterInfo
Declaration
public IDataCenterInfo DataCenterInfo { get; }
Property Value
|
Edit this page
View Source
HealthCheckUrl
Declaration
public string HealthCheckUrl { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
HomePageUrl
Declaration
public string HomePageUrl { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
HostName
Declaration
public string HostName { 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
IpAddr
Declaration
public string IpAddr { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsCoordinatingDiscoveryServer
Declaration
public bool IsCoordinatingDiscoveryServer { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsDirty
Declaration
public bool IsDirty { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsSecurePortEnabled
Declaration
public bool IsSecurePortEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsUnsecurePortEnabled
Declaration
public bool IsUnsecurePortEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
LastDirtyTimestamp
Declaration
public long LastDirtyTimestamp { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
LastUpdatedTimestamp
Declaration
public long LastUpdatedTimestamp { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
LeaseInfo
Declaration
public LeaseInfo LeaseInfo { get; }
Property Value
|
Edit this page
View Source
Declaration
public Dictionary<string, string> Metadata { get; }
Property Value
Type |
Description |
Dictionary<System.String, System.String> |
|
|
Edit this page
View Source
OverriddenStatus
Declaration
public InstanceStatus OverriddenStatus { get; }
Property Value
|
Edit this page
View Source
Port
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
SecureHealthCheckUrl
Declaration
public string SecureHealthCheckUrl { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
SecurePort
Declaration
public int SecurePort { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
SecureVipAddress
Declaration
public string SecureVipAddress { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Sid
Declaration
public string Sid { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Status
Declaration
public InstanceStatus Status { get; }
Property Value
|
Edit this page
View Source
StatusPageUrl
Declaration
public string StatusPageUrl { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
VipAddress
Declaration
public string VipAddress { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|