public class HTTPSListenerModel extends Object
| Constructor and Description |
|---|
HTTPSListenerModel() |
public HTTPSListenerModel setListenerPort(Integer listenerPort)
public Integer getListenerPort()
public HTTPSListenerModel setBackendPort(Integer backendPort)
public Integer getBackendPort()
public HTTPSListenerModel setScheduler(String scheduler)
public String getScheduler()
public HTTPSListenerModel setKeepSession(Boolean keepSession)
public Boolean getKeepSession()
public HTTPSListenerModel setKeepSessionType(String keepSessionType)
public String getKeepSessionType()
public HTTPSListenerModel setKeepSessionDuration(Integer keepSessionDuration)
public Integer getKeepSessionDuration()
public HTTPSListenerModel setKeepSessionCookieName(String keepSessionCookieName)
public String getKeepSessionCookieName()
public HTTPSListenerModel setxForwardFor(Boolean xForwardFor)
public Boolean getxForwardFor()
public HTTPSListenerModel setAdditionalAttributes(AdditionalAttributesModel additionalAttributes)
public AdditionalAttributesModel getAdditionalAttributes()
public HTTPSListenerModel setHealthCheckType(String healthCheckType)
public String getHealthCheckType()
public HTTPSListenerModel setHealthCheckPort(Integer healthCheckPort)
public Integer getHealthCheckPort()
public HTTPSListenerModel setHealthCheckURI(String healthCheckURI)
public String getHealthCheckURI()
public HTTPSListenerModel setHealthCheckTimeoutInSecond(Integer healthCheckTimeoutInSecond)
public Integer getHealthCheckTimeoutInSecond()
public HTTPSListenerModel setHealthCheckInterval(Integer healthCheckInterval)
public Integer getHealthCheckInterval()
public HTTPSListenerModel setUnhealthyThreshold(Integer unhealthyThreshold)
public Integer getUnhealthyThreshold()
public HTTPSListenerModel setHealthyThreshold(Integer healthyThreshold)
public Integer getHealthyThreshold()
public HTTPSListenerModel setHealthCheckNormalStatus(String healthCheckNormalStatus)
public String getHealthCheckNormalStatus()
public HTTPSListenerModel setHealthCheckHost(String healthCheckHost)
public String getHealthCheckHost()
public HTTPSListenerModel setServerTimeout(Integer serverTimeout)
public Integer getServerTimeout()
public HTTPSListenerModel setCertIds(List<String> certIds)
public HTTPSListenerModel setAdditionalCertDomains(List<AdditionalCertDomain> additionalCertDomains)
public List<AdditionalCertDomain> getAdditionalCertDomains()
public HTTPSListenerModel setDualAuth(Boolean dualAuth)
public Boolean getDualAuth()
public HTTPSListenerModel setClientCertIds(List<String> clientCertIds)
public HTTPSListenerModel setEncryptionType(String encryptionType)
public String getEncryptionType()
public HTTPSListenerModel setEncryptionProtocols(List<String> encryptionProtocols)
public HTTPSListenerModel setAppliedCiphers(String appliedCiphers)
public String getAppliedCiphers()
Copyright © 2026. All rights reserved.