Class Provider
Namespace: Consul
Assembly: Consul.dll
public class Provider
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Action
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Action { get; set; }
Property Value
HTTP
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, object> HTTP { get; set; }
Property Value
Dictionary <string , object >
Name
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Namespace
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Namespace { get; set; }
Property Value
Partition
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Partition { get; set; }
Property Value
Peer
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Peer { get; set; }
Property Value
Permissions
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<string> Permissions { get; set; }
Property Value
SamenessGroup
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string SamenessGroup { get; set; }
Property Value
Sources
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<string> Sources { get; set; }
Property Value
VerifyClaims
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<VerifyClaim> VerifyClaims { get; set; }
Property Value
List <VerifyClaim >