Package | Description |
---|---|
com.tencentcloudapi.teo.v20220901.models |
Modifier and Type | Method and Description |
---|---|
L4ProxyRule[] |
ModifyL4ProxyRulesRequest.getL4ProxyRules()
Get 转发规则列表。单次最多支持 200 条转发规则。
注意:L4ProxyRule 在此处使用时,RuleId 为必填字段;Protocol、PortRange、OriginType、OriginValue、OriginPortRange、ClientIPPassThroughMode、SessionPersist、SessionPersistTime、RuleTag 均为选填字段,不填写表示不修改;Status 请勿填写。
|
L4ProxyRule[] |
DescribeL4ProxyRulesResponse.getL4ProxyRules()
Get 转发规则列表。
|
L4ProxyRule[] |
CreateL4ProxyRulesRequest.getL4ProxyRules()
Get 转发规则列表。单次最多支持 200 条转发规则。
注意:L4ProxyRule 在此处使用时,Protocol、PortRange、OriginType、OriginValue、OriginPortRange 为必填字段;ClientIPPassThroughMode、SessionPersist、SessionPersistTime、RuleTag 均为选填字段;RuleId、Status 请勿填写。
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyL4ProxyRulesRequest.setL4ProxyRules(L4ProxyRule[] L4ProxyRules)
Set 转发规则列表。单次最多支持 200 条转发规则。
注意:L4ProxyRule 在此处使用时,RuleId 为必填字段;Protocol、PortRange、OriginType、OriginValue、OriginPortRange、ClientIPPassThroughMode、SessionPersist、SessionPersistTime、RuleTag 均为选填字段,不填写表示不修改;Status 请勿填写。
|
void |
DescribeL4ProxyRulesResponse.setL4ProxyRules(L4ProxyRule[] L4ProxyRules)
Set 转发规则列表。
|
void |
CreateL4ProxyRulesRequest.setL4ProxyRules(L4ProxyRule[] L4ProxyRules)
Set 转发规则列表。单次最多支持 200 条转发规则。
注意:L4ProxyRule 在此处使用时,Protocol、PortRange、OriginType、OriginValue、OriginPortRange 为必填字段;ClientIPPassThroughMode、SessionPersist、SessionPersistTime、RuleTag 均为选填字段;RuleId、Status 请勿填写。
|
Constructor and Description |
---|
L4ProxyRule(L4ProxyRule 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.
|
Copyright © 2024. All rights reserved.