Skip to main content

Class ApiGatewayListener

Namespace: Consul
Assembly: Consul.dll

public class ApiGatewayListener

Inheritance

objectApiGatewayListener

Inherited Members

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

Properties

Default

[JsonProperty("default", NullValueHandling = NullValueHandling.Ignore)]
public ApiGatewayOverrideSettings Default { get; set; }

Property Value

ApiGatewayOverrideSettings

Name

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

Property Value

string

Override

[JsonProperty("override", NullValueHandling = NullValueHandling.Ignore)]
public ApiGatewayOverrideSettings Override { get; set; }

Property Value

ApiGatewayOverrideSettings

Port

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

Property Value

int ?

Protocol

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

Property Value

string

TLS

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

Property Value

ApiGatewayTLS

  • Properties
    • Default
    • Name
    • Override
    • Port
    • Protocol
    • TLS