Class ApiGatewayListener
Namespace: Consul
Assembly: Consul.dll
public class ApiGatewayListener
Inheritance
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
Name
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Override
[JsonProperty("override", NullValueHandling = NullValueHandling.Ignore)]
public ApiGatewayOverrideSettings Override { get; set; }
Property Value
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
TLS
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public ApiGatewayTLS TLS { get; set; }