Class LeaseInfo
Inheritance
System.Object
LeaseInfo
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public class LeaseInfo : object
Fields
|
Edit this page
View Source
Default_DurationInSecs
Declaration
public const int Default_DurationInSecs = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Default_RenewalIntervalInSecs
Declaration
public const int Default_RenewalIntervalInSecs = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Edit this page
View Source
DurationInSecs
Declaration
public int DurationInSecs { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
EvictionTimestamp
Declaration
public long EvictionTimestamp { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
LastRenewalTimestamp
Declaration
public long LastRenewalTimestamp { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
LastRenewalTimestampLegacy
Declaration
public long LastRenewalTimestampLegacy { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
RegistrationTimestamp
Declaration
public long RegistrationTimestamp { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
RenewalIntervalInSecs
Declaration
public int RenewalIntervalInSecs { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ServiceUpTimestamp
Declaration
public long ServiceUpTimestamp { get; }
Property Value
Type |
Description |
System.Int64 |
|