public class CreateMultiPathGatewayLineRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateMultiPathGatewayLineRequest() | 
| CreateMultiPathGatewayLineRequest(CreateMultiPathGatewayLineRequest 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 | 
|---|---|
| String | getGatewayId()Get 多通道安全网关 ID 。 | 
| String | getLineAddress()Get 线路地址,格式为 ip:port。 | 
| String | getLineType()Get 线路类型,取值有:
 direct :直连线路,不支持修改和删除。 proxy :EdgeOne 四层代理线路,支持修改实例 ID 和规则 ID,不支持删除。 custom :自定义线路,支持修改、删除实例 ID 和规则 ID。 | 
| String | getProxyId()Get 四层代理实例 ID,当线路类型 LineType 取值为 proxy(EdgeOne 四层代理)必传,可由接口 [DescribeL4Proxy](https://cloud.tencent.com/document/api/1552/103413) 获取。 | 
| String | getRuleId()Get 转发规则 ID ,当线路类型 LineType 取值为 proxy(EdgeOne 四层代理)必传,可以从接口 [DescribeL4ProxyRules](https://cloud.tencent.com/document/api/1552/103412) 获取。 | 
| String | getZoneId()Get 站点 ID 。 | 
| void | setGatewayId(String GatewayId)Set 多通道安全网关 ID 。 | 
| void | setLineAddress(String LineAddress)Set 线路地址,格式为 ip:port。 | 
| void | setLineType(String LineType)Set 线路类型,取值有:
 direct :直连线路,不支持修改和删除。 proxy :EdgeOne 四层代理线路,支持修改实例 ID 和规则 ID,不支持删除。 custom :自定义线路,支持修改、删除实例 ID 和规则 ID。 | 
| void | setProxyId(String ProxyId)Set 四层代理实例 ID,当线路类型 LineType 取值为 proxy(EdgeOne 四层代理)必传,可由接口 [DescribeL4Proxy](https://cloud.tencent.com/document/api/1552/103413) 获取。 | 
| void | setRuleId(String RuleId)Set 转发规则 ID ,当线路类型 LineType 取值为 proxy(EdgeOne 四层代理)必传,可以从接口 [DescribeL4ProxyRules](https://cloud.tencent.com/document/api/1552/103412) 获取。 | 
| void | setZoneId(String ZoneId)Set 站点 ID 。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateMultiPathGatewayLineRequest()
public CreateMultiPathGatewayLineRequest(CreateMultiPathGatewayLineRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 站点 ID 。public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 多通道安全网关 ID 。public String getLineType()
public void setLineType(String LineType)
LineType - 线路类型,取值有:
 public String getLineAddress()
public void setLineAddress(String LineAddress)
LineAddress - 线路地址,格式为 ip:port。public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - 四层代理实例 ID,当线路类型 LineType 取值为 proxy(EdgeOne 四层代理)必传,可由接口 [DescribeL4Proxy](https://cloud.tencent.com/document/api/1552/103413) 获取。public String getRuleId()
public void setRuleId(String RuleId)
RuleId - 转发规则 ID ,当线路类型 LineType 取值为 proxy(EdgeOne 四层代理)必传,可以从接口 [DescribeL4ProxyRules](https://cloud.tencent.com/document/api/1552/103412) 获取。Copyright © 2025. All rights reserved.