Class ServiceIntention
Namespace: Consul
Assembly: Consul.dll
This handles the response for any operation carried out on the ServiceIntentionsEntry Model
public class ServiceIntention
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
CreateIndex
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public ulong CreateIndex { get; set; }
Property Value
CreatedAt
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public DateTime CreatedAt { get; set; }
Property Value
Description
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }
Property Value
DestinationNS
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string DestinationNS { get; set; }
Property Value
DestinationName
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string DestinationName { get; set; }
Property Value
ID
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string ID { get; set; }
Property Value
Meta
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, string> Meta { get; set; }
Property Value
Dictionary <string , string >
ModifyIndex
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public ulong ModifyIndex { get; set; }
Property Value
Precedence
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int Precedence { get; set; }
Property Value
SourceNS
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string SourceNS { get; set; }
Property Value
SourceName
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string SourceName { get; set; }
Property Value
SourceType
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string SourceType { get; set; }
Property Value
UpdatedAt
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public DateTime UpdatedAt { get; set; }