public class ModifyMultiPathGatewayLineRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyMultiPathGatewayLineRequest() |
ModifyMultiPathGatewayLineRequest(ModifyMultiPathGatewayLineRequest 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 acceleration gateway ID.
|
String |
getLineAddress()
Get Line address, formatted as host:port.
|
String |
getLineId()
Get Line ID.
|
String |
getLineType()
Get Line type.
|
String |
getProxyId()
Get Layer-4 proxy instance ID.
|
String |
getRuleId()
Get Forwarding rule ID.
|
String |
getZoneId()
Get Zone ID.
|
void |
setGatewayId(String GatewayId)
Set Multi-Channel security acceleration gateway ID.
|
void |
setLineAddress(String LineAddress)
Set Line address, formatted as 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.
|
void |
setRuleId(String RuleId)
Set Forwarding rule 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyMultiPathGatewayLineRequest()
public ModifyMultiPathGatewayLineRequest(ModifyMultiPathGatewayLineRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone ID.public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- Multi-Channel security acceleration gateway ID.public String getLineId()
public void setLineId(String LineId)
LineId
- Line ID. 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, formatted as host:port. Direct lines (LineType value is direct) cannot be modified, while other types support modifications.public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- Layer-4 proxy instance ID. when the line type value is proxy (EdgeOne layer-4 proxy), it allows modifications to the instance.public String getRuleId()
public void setRuleId(String RuleId)
RuleId
- Forwarding rule ID. when the line type value is proxy (EdgeOne layer-4 proxy), it allows input to modify.Copyright © 2025. All rights reserved.