Table of Contents

Class LeaseInfo

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

Fields

Default_DurationInSecs

public const int Default_DurationInSecs = 90

Field Value

int

Default_RenewalIntervalInSecs

public const int Default_RenewalIntervalInSecs = 30

Field Value

int

Properties

DurationInSecs

public int DurationInSecs { get; }

Property Value

int

EvictionTimestamp

public long EvictionTimestamp { get; }

Property Value

long

LastRenewalTimestamp

public long LastRenewalTimestamp { get; }

Property Value

long

LastRenewalTimestampLegacy

public long LastRenewalTimestampLegacy { get; }

Property Value

long

RegistrationTimestamp

public long RegistrationTimestamp { get; }

Property Value

long

RenewalIntervalInSecs

public int RenewalIntervalInSecs { get; }

Property Value

int

ServiceUpTimestamp

public long ServiceUpTimestamp { get; }

Property Value

long