public class ModifyMultiPathGatewayRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyMultiPathGatewayRequest() |
ModifyMultiPathGatewayRequest(ModifyMultiPathGatewayRequest 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 Specifies the gateway ID.
|
String |
getGatewayIP()
Get Gateway address, if GatewayType value is private (private gateway), you can fill in and modify it.
|
String |
getGatewayName()
Get Gateway name, up to 16 characters, allowed characters (a-z, A-Z, 0-9, -, _).
|
Long |
getGatewayPort()
Get Gateway port, range 1-65535 (excluding 8888), supports modifying GatewayType with a value of private gateway.
|
String |
getZoneId()
Get Zone ID.
|
void |
setGatewayId(String GatewayId)
Set Specifies the gateway ID.
|
void |
setGatewayIP(String GatewayIP)
Set Gateway address, if GatewayType value is private (private gateway), you can fill in and modify it.
|
void |
setGatewayName(String GatewayName)
Set Gateway name, up to 16 characters, allowed characters (a-z, A-Z, 0-9, -, _).
|
void |
setGatewayPort(Long GatewayPort)
Set Gateway port, range 1-65535 (excluding 8888), supports modifying GatewayType with a value of private gateway.
|
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 ModifyMultiPathGatewayRequest()
public ModifyMultiPathGatewayRequest(ModifyMultiPathGatewayRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone ID.public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- Specifies the gateway ID.public String getGatewayName()
public void setGatewayName(String GatewayName)
GatewayName
- Gateway name, up to 16 characters, allowed characters (a-z, A-Z, 0-9, -, _).public String getGatewayIP()
public void setGatewayIP(String GatewayIP)
GatewayIP
- Gateway address, if GatewayType value is private (private gateway), you can fill in and modify it. When using this address, please ensure it has been entered into the Tencent cloud multi-channel security acceleration gateway system. if not entered, you need to submit a ticket or contact the architect to enter the gateway IP address into the Tencent cloud multi-channel security acceleration gateway system in advance before making API calls.public Long getGatewayPort()
public void setGatewayPort(Long GatewayPort)
GatewayPort
- Gateway port, range 1-65535 (excluding 8888), supports modifying GatewayType with a value of private gateway.Copyright © 2025. All rights reserved.