Class ApiGatewayTLS
Namespace: Consul
Assembly: Consul.dll
public class ApiGatewayTLS
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Certificates
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<ApiGatewayCertificate> Certificates { get; set; }
Property Value
CipherSuites
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<string> CipherSuites { get; set; }
Property Value
MaxVersion
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string MaxVersion { get; set; }
Property Value
MinVersion
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string MinVersion { get; set; }