Class PeeringRemoteInfo
Namespace: Consul
Assembly: Consul.dll
Specifies the remote datacenter and partition for the peering connection.
public class PeeringRemoteInfo
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Datacenter
[JsonProperty("Datacenter")]
public string Datacenter { get; set; }
Property Value
Partition
[JsonProperty("Partition")]
public string Partition { get; set; }