Skip to main content

Class SourceIntention

Namespace: Consul
Assembly: Consul.dll

public class SourceIntention

Inheritance

objectSourceIntention

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

Description

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

Property Value

string

LegacyCreateTime

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

Property Value

DateTime

LegacyID

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

Property Value

string

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

DateTime

Name

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

Property Value

string

Namespace

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

Property Value

string

Partition

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

Property Value

string

Peer

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

Property Value

string

Permissions

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<IntentionPermission> Permissions { get; set; }

Property Value

List <IntentionPermission >

Precedence

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

Property Value

int

Type

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

Property Value

string

  • Properties
    • Action
    • Description
    • LegacyCreateTime
    • LegacyID
    • LegacyMeta
    • LegacyUpdateTime
    • Name
    • Namespace
    • Partition
    • Peer
    • Permissions
    • Precedence
    • Type