Class InstanceInfo
public class InstanceInfo
- Inheritance
-
InstanceInfo
- Inherited Members
Properties
Actiontype
public ActionType Actiontype { get; }
Property Value
AppGroupName
public string AppGroupName { get; }
Property Value
AppName
public string AppName { get; }
Property Value
AsgName
public string AsgName { get; }
Property Value
CountryId
public int CountryId { get; }
Property Value
DataCenterInfo
public IDataCenterInfo DataCenterInfo { get; }
Property Value
HealthCheckUrl
public string HealthCheckUrl { get; }
Property Value
HomePageUrl
public string HomePageUrl { get; }
Property Value
HostName
public string HostName { get; }
Property Value
InstanceId
public string InstanceId { get; }
Property Value
IpAddr
public string IpAddr { get; }
Property Value
IsCoordinatingDiscoveryServer
public bool IsCoordinatingDiscoveryServer { get; }
Property Value
IsDirty
public bool IsDirty { get; }
Property Value
IsSecurePortEnabled
public bool IsSecurePortEnabled { get; }
Property Value
IsUnsecurePortEnabled
public bool IsUnsecurePortEnabled { get; }
Property Value
LastDirtyTimestamp
public long LastDirtyTimestamp { get; }
Property Value
LastUpdatedTimestamp
public long LastUpdatedTimestamp { get; }
Property Value
LeaseInfo
public LeaseInfo LeaseInfo { get; }
Property Value
Metadata
public Dictionary<string, string> Metadata { get; }
Property Value
OverriddenStatus
public InstanceStatus OverriddenStatus { get; }
Property Value
Port
public int Port { get; }
Property Value
SecureHealthCheckUrl
public string SecureHealthCheckUrl { get; }
Property Value
SecurePort
public int SecurePort { get; }
Property Value
SecureVipAddress
public string SecureVipAddress { get; }
Property Value
Sid
public string Sid { get; }
Property Value
Status
public InstanceStatus Status { get; }
Property Value
StatusPageUrl
public string StatusPageUrl { get; }
Property Value
VipAddress
public string VipAddress { get; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
objobjectThe object to compare with the current object.
Returns
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.