Skip to main content

Class ExternalService

Namespace: Consul
Assembly: Consul.dll

public class ExternalService

Inheritance

objectExternalService

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Properties

Defaults

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public GatewayDefaults Defaults { get; set; }

Property Value

GatewayDefaults

Hosts

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

Property Value

List <string >

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

RequestHeaders

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public HeaderModification RequestHeaders { get; set; }

Property Value

HeaderModification

ResponseHeaders

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public HeaderModification ResponseHeaders { get; set; }

Property Value

HeaderModification

TLS

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public TLSConfig TLS { get; set; }

Property Value

TLSConfig

  • Properties
    • Defaults
    • Hosts
    • Name
    • Namespace
    • Partition
    • RequestHeaders
    • ResponseHeaders
    • TLS