public class CreateL4ProxyRulesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateL4ProxyRulesRequest() | 
| CreateL4ProxyRulesRequest(CreateL4ProxyRulesRequest 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 | 
|---|---|
| L4ProxyRule[] | getL4ProxyRules()Get List of forwarding rules. | 
| String | getProxyId()Get Layer 4 proxy instance ID. | 
| String | getZoneId()Get Zone ID. | 
| void | setL4ProxyRules(L4ProxyRule[] L4ProxyRules)Set List of forwarding rules. | 
| void | setProxyId(String ProxyId)Set Layer 4 proxy instance ID. | 
| void | setZoneId(String ZoneId)Set Zone ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateL4ProxyRulesRequest()
public CreateL4ProxyRulesRequest(CreateL4ProxyRulesRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Zone ID.public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - Layer 4 proxy instance ID.public L4ProxyRule[] getL4ProxyRules()
public void setL4ProxyRules(L4ProxyRule[] L4ProxyRules)
L4ProxyRules - List of forwarding rules. A single request supports up to 200 forwarding rules.
Note: When L4ProxyRule is used here, Protocol, PortRange, OriginType, OriginValue, and OriginPortRange are required fields; ClientIPPassThroughMode, SessionPersist, SessionPersistTime, and RuleTag are optional fields; do not fill in RuleId and Status.Copyright © 2024. All rights reserved.