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 Multi-Channel security gateway ID.
|
String |
getLineAddress()
Get Line address format: ip:port.
|
String |
getLineType()
Get Line type.
|
String |
getProxyId()
Get The layer-4 proxy instance ID is required when the LineType value is proxy (EdgeOne layer-4 proxy) and can be obtained via the api [DescribeL4proxy](https://intl.cloud.tencent.com/document/api/1552/103413?from_cn_redirect=1).
|
String |
getRuleId()
Get Forwarding rule ID, this field is required when the line type LineType value is proxy (EdgeOne layer-4 proxy).
|
String |
getZoneId()
Get Specifies the site ID.
|
void |
setGatewayId(String GatewayId)
Set Multi-Channel security gateway ID.
|
void |
setLineAddress(String LineAddress)
Set Line address format: ip:port.
|
void |
setLineType(String LineType)
Set Line type.
|
void |
setProxyId(String ProxyId)
Set The layer-4 proxy instance ID is required when the LineType value is proxy (EdgeOne layer-4 proxy) and can be obtained via the api [DescribeL4proxy](https://intl.cloud.tencent.com/document/api/1552/103413?from_cn_redirect=1).
|
void |
setRuleId(String RuleId)
Set Forwarding rule ID, this field is required when the line type LineType value is proxy (EdgeOne layer-4 proxy).
|
void |
setZoneId(String ZoneId)
Set Specifies the site 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, toJsonString
public CreateMultiPathGatewayLineRequest()
public CreateMultiPathGatewayLineRequest(CreateMultiPathGatewayLineRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Specifies the site ID.public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- Multi-Channel security gateway ID.public String getLineType()
public void setLineType(String LineType)
LineType
- Line type. valid values:
public String getLineAddress()
public void setLineAddress(String LineAddress)
LineAddress
- Line address format: ip:port.public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- The layer-4 proxy instance ID is required when the LineType value is proxy (EdgeOne layer-4 proxy) and can be obtained via the api [DescribeL4proxy](https://intl.cloud.tencent.com/document/api/1552/103413?from_cn_redirect=1).public String getRuleId()
public void setRuleId(String RuleId)
RuleId
- Forwarding rule ID, this field is required when the line type LineType value is proxy (EdgeOne layer-4 proxy). you can obtain it from the api [DescribeL4ProxyRules](https://intl.cloud.tencent.com/document/api/1552/103412?from_cn_redirect=1).Copyright © 2025. All rights reserved.