public class MultiPathGatewayLine extends AbstractModel
header, skipSign
Constructor and Description |
---|
MultiPathGatewayLine() |
MultiPathGatewayLine(MultiPathGatewayLine 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 |
getLineAddress()
Get Line address in the format host:port.
|
String |
getLineId()
Get line ID.
|
String |
getLineType()
Get Line type.
|
String |
getProxyId()
Get Layer-4 proxy instance ID,returned only when the LineType value is proxy (EdgeOne layer-4 proxy).
|
String |
getRuleId()
Get Forwarding rule ID.
|
void |
setLineAddress(String LineAddress)
Set Line address in the format host:port.
|
void |
setLineId(String LineId)
Set line ID.
|
void |
setLineType(String LineType)
Set Line type.
|
void |
setProxyId(String ProxyId)
Set Layer-4 proxy instance ID,returned only when the LineType value is proxy (EdgeOne layer-4 proxy).
|
void |
setRuleId(String RuleId)
Set Forwarding rule 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, toJsonString
public MultiPathGatewayLine()
public MultiPathGatewayLine(MultiPathGatewayLine source)
public String getLineId()
public void setLineId(String LineId)
LineId
- line ID. where line-0 and line-1 are system-reserved IDs. valid values:
public String getLineType()
public void setLineType(String LineType)
LineType
- Line type. valid values:
public String getLineAddress()
public void setLineAddress(String LineAddress)
LineAddress
- Line address in the format host:port.public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- Layer-4 proxy instance ID,returned only when the LineType value is proxy (EdgeOne layer-4 proxy).public String getRuleId()
public void setRuleId(String RuleId)
RuleId
- Forwarding rule ID. returned only when the LineType value is proxy (EdgeOne layer-4 proxy).Copyright © 2025. All rights reserved.