public class SSLListenerModel extends Object
| Constructor and Description |
|---|
SSLListenerModel() |
public SSLListenerModel setListenerPort(Integer listenerPort)
public Integer getListenerPort()
public SSLListenerModel setBackendPort(Integer backendPort)
public Integer getBackendPort()
public SSLListenerModel setScheduler(String scheduler)
public String getScheduler()
public SSLListenerModel setHealthCheckTimeoutInSecond(Integer healthCheckTimeoutInSecond)
public Integer getHealthCheckTimeoutInSecond()
public SSLListenerModel setHealthCheckInterval(Integer healthCheckInterval)
public Integer getHealthCheckInterval()
public SSLListenerModel setUnhealthyThreshold(Integer unhealthyThreshold)
public Integer getUnhealthyThreshold()
public SSLListenerModel setHealthyThreshold(Integer healthyThreshold)
public Integer getHealthyThreshold()
public SSLListenerModel setCertIds(List<String> certIds)
public SSLListenerModel setEncryptionType(String encryptionType)
public String getEncryptionType()
public SSLListenerModel setEncryptionProtocols(List<String> encryptionProtocols)
public SSLListenerModel setAppliedCiphers(String appliedCiphers)
public String getAppliedCiphers()
public SSLListenerModel setDualAuth(Boolean dualAuth)
public Boolean getDualAuth()
public SSLListenerModel setClientCertIds(List<String> clientCertIds)
public SSLListenerModel setServerTimeout(Integer serverTimeout)
public Integer getServerTimeout()
Copyright © 2026. All rights reserved.