Class PeeringStreamStatus
Namespace: Consul
Assembly: Consul.dll
Details the state of the data stream between peered clusters.
public class PeeringStreamStatus
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
ExportedServices
[JsonProperty("ExportedServices")]
public List<string> ExportedServices { get; set; }
Property Value
ImportedServices
[JsonProperty("ImportedServices")]
public List<string> ImportedServices { get; set; }
Property Value
LastHeartbeat
[JsonProperty("LastHeartbeat")]
public DateTime? LastHeartbeat { get; set; }
Property Value
DateTime ?
LastReceive
[JsonProperty("LastReceive")]
public DateTime? LastReceive { get; set; }
Property Value
DateTime ?
LastSend
[JsonProperty("LastSend")]
public DateTime? LastSend { get; set; }
Property Value
DateTime ?