Skip to main content

Class PeeringRemoteInfo

Namespace: Consul
Assembly: Consul.dll

Specifies the remote datacenter and partition for the peering connection.

public class PeeringRemoteInfo

Inheritance

objectPeeringRemoteInfo

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

string

Partition

[JsonProperty("Partition")]
public string Partition { get; set; }

Property Value

string