Skip to main content

Class ServiceIntention

Namespace: Consul
Assembly: Consul.dll

This handles the response for any operation carried out on the ServiceIntentionsEntry Model

public class ServiceIntention

Inheritance

objectServiceIntention

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

string

CreateIndex

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public ulong CreateIndex { get; set; }

Property Value

ulong

CreatedAt

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public DateTime CreatedAt { get; set; }

Property Value

DateTime

Description

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }

Property Value

string

DestinationNS

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string DestinationNS { get; set; }

Property Value

string

DestinationName

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string DestinationName { get; set; }

Property Value

string

ID

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string ID { get; set; }

Property Value

string

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

ulong

Precedence

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int Precedence { get; set; }

Property Value

int

SourceNS

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string SourceNS { get; set; }

Property Value

string

SourceName

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string SourceName { get; set; }

Property Value

string

SourceType

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string SourceType { get; set; }

Property Value

string

UpdatedAt

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public DateTime UpdatedAt { get; set; }

Property Value

DateTime

  • Properties
    • Action
    • CreateIndex
    • CreatedAt
    • Description
    • DestinationNS
    • DestinationName
    • ID
    • Meta
    • ModifyIndex
    • Precedence
    • SourceNS
    • SourceName
    • SourceType
    • UpdatedAt