Table of Contents

Class InstanceInfo

Namespace
Steeltoe.Discovery.Eureka.AppInfo
Assembly
Steeltoe.Discovery.Eureka.dll
public class InstanceInfo
Inheritance
InstanceInfo
Inherited Members

Properties

Actiontype

public ActionType Actiontype { get; }

Property Value

ActionType

AppGroupName

public string AppGroupName { get; }

Property Value

string

AppName

public string AppName { get; }

Property Value

string

AsgName

public string AsgName { get; }

Property Value

string

CountryId

public int CountryId { get; }

Property Value

int

DataCenterInfo

public IDataCenterInfo DataCenterInfo { get; }

Property Value

IDataCenterInfo

HealthCheckUrl

public string HealthCheckUrl { get; }

Property Value

string

HomePageUrl

public string HomePageUrl { get; }

Property Value

string

HostName

public string HostName { get; }

Property Value

string

InstanceId

public string InstanceId { get; }

Property Value

string

IpAddr

public string IpAddr { get; }

Property Value

string

IsCoordinatingDiscoveryServer

public bool IsCoordinatingDiscoveryServer { get; }

Property Value

bool

IsDirty

public bool IsDirty { get; }

Property Value

bool

IsSecurePortEnabled

public bool IsSecurePortEnabled { get; }

Property Value

bool

IsUnsecurePortEnabled

public bool IsUnsecurePortEnabled { get; }

Property Value

bool

LastDirtyTimestamp

public long LastDirtyTimestamp { get; }

Property Value

long

LastUpdatedTimestamp

public long LastUpdatedTimestamp { get; }

Property Value

long

LeaseInfo

public LeaseInfo LeaseInfo { get; }

Property Value

LeaseInfo

Metadata

public Dictionary<string, string> Metadata { get; }

Property Value

Dictionary<string, string>

OverriddenStatus

public InstanceStatus OverriddenStatus { get; }

Property Value

InstanceStatus

Port

public int Port { get; }

Property Value

int

SecureHealthCheckUrl

public string SecureHealthCheckUrl { get; }

Property Value

string

SecurePort

public int SecurePort { get; }

Property Value

int

SecureVipAddress

public string SecureVipAddress { get; }

Property Value

string

Sid

public string Sid { get; }

Property Value

string

Status

public InstanceStatus Status { get; }

Property Value

InstanceStatus

StatusPageUrl

public string StatusPageUrl { get; }

Property Value

string

VipAddress

public string VipAddress { get; }

Property Value

string

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.