public class ModifyL7ListenerRequest extends AbstractModel
| Constructor and Description |
|---|
ModifyL7ListenerRequest() |
ModifyL7ListenerRequest(ModifyL7ListenerRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getBandwidth()
Get 计费模式为按固定带宽方式时监听器的限速值,可选值:0-1000,单位:Mbps。
|
String |
getCertCaContent()
Get 客户端证书内容。
|
String |
getCertCaId()
Get 客户端证书ID。
|
String |
getCertCaName()
Get 客户端证书名称。
|
String |
getCertContent()
Get 服务端证书内容。
|
String |
getCertId()
Get 服务端证书ID。
|
String |
getCertKey()
Get 服务端证书密钥。
|
String |
getCertName()
Get 服务端证书名称。
|
Long |
getForwardProtocol()
Get 转发协议。当监听器Protocol为https时并且SslMode为1或2时,有意义。可选的值为0:https,1:spdy,2:http2,3:spdy+http2。
|
String |
getListenerId()
Get 七层监听器实例ID,可通过接口DescribeL7Listeners查询。
|
String |
getListenerName()
Get 七层监听器名称。
|
String |
getLoadBalancerId()
Get 负载均衡实例ID,可通过接口DescribeLoadBalancers查询。
|
Long |
getSslMode()
Get 认证方式:0(不认证,用于http),1(单向认证,用于https),2(双向认证,用于https)。
|
void |
setBandwidth(Long Bandwidth)
Set 计费模式为按固定带宽方式时监听器的限速值,可选值:0-1000,单位:Mbps。
|
void |
setCertCaContent(String CertCaContent)
Set 客户端证书内容。
|
void |
setCertCaId(String CertCaId)
Set 客户端证书ID。
|
void |
setCertCaName(String CertCaName)
Set 客户端证书名称。
|
void |
setCertContent(String CertContent)
Set 服务端证书内容。
|
void |
setCertId(String CertId)
Set 服务端证书ID。
|
void |
setCertKey(String CertKey)
Set 服务端证书密钥。
|
void |
setCertName(String CertName)
Set 服务端证书名称。
|
void |
setForwardProtocol(Long ForwardProtocol)
Set 转发协议。当监听器Protocol为https时并且SslMode为1或2时,有意义。可选的值为0:https,1:spdy,2:http2,3:spdy+http2。
|
void |
setListenerId(String ListenerId)
Set 七层监听器实例ID,可通过接口DescribeL7Listeners查询。
|
void |
setListenerName(String ListenerName)
Set 七层监听器名称。
|
void |
setLoadBalancerId(String LoadBalancerId)
Set 负载均衡实例ID,可通过接口DescribeLoadBalancers查询。
|
void |
setSslMode(Long SslMode)
Set 认证方式:0(不认证,用于http),1(单向认证,用于https),2(双向认证,用于https)。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ModifyL7ListenerRequest()
public ModifyL7ListenerRequest(ModifyL7ListenerRequest source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId - 负载均衡实例ID,可通过接口DescribeLoadBalancers查询。public String getListenerId()
public void setListenerId(String ListenerId)
ListenerId - 七层监听器实例ID,可通过接口DescribeL7Listeners查询。public String getListenerName()
public void setListenerName(String ListenerName)
ListenerName - 七层监听器名称。public Long getSslMode()
public void setSslMode(Long SslMode)
SslMode - 认证方式:0(不认证,用于http),1(单向认证,用于https),2(双向认证,用于https)。public String getCertId()
public void setCertId(String CertId)
CertId - 服务端证书ID。public String getCertName()
public void setCertName(String CertName)
CertName - 服务端证书名称。public String getCertContent()
public void setCertContent(String CertContent)
CertContent - 服务端证书内容。public String getCertKey()
public void setCertKey(String CertKey)
CertKey - 服务端证书密钥。public String getCertCaId()
public void setCertCaId(String CertCaId)
CertCaId - 客户端证书ID。public String getCertCaName()
public void setCertCaName(String CertCaName)
CertCaName - 客户端证书名称。public String getCertCaContent()
public void setCertCaContent(String CertCaContent)
CertCaContent - 客户端证书内容。public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth - 计费模式为按固定带宽方式时监听器的限速值,可选值:0-1000,单位:Mbps。public Long getForwardProtocol()
public void setForwardProtocol(Long ForwardProtocol)
ForwardProtocol - 转发协议。当监听器Protocol为https时并且SslMode为1或2时,有意义。可选的值为0:https,1:spdy,2:http2,3:spdy+http2。Copyright © 2022. All rights reserved.