Class SourceIntention
Namespace: Consul
Assembly: Consul.dll
public class SourceIntention
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
Description
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }
Property Value
LegacyCreateTime
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public DateTime LegacyCreateTime { get; set; }
Property Value
LegacyID
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string LegacyID { get; set; }
Property Value
LegacyMeta
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, string> LegacyMeta { get; set; }
Property Value
Dictionary <string , string >
LegacyUpdateTime
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public DateTime LegacyUpdateTime { get; set; }
Property Value
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<IntentionPermission> Permissions { get; set; }
Property Value
Precedence
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int Precedence { get; set; }
Property Value
Type
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Type { get; set; }