public class CreateMultiPathGatewayRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateMultiPathGatewayRequest() |
CreateMultiPathGatewayRequest(CreateMultiPathGatewayRequest 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 |
getGatewayIP()
Get Gateway address (required when GatewayType=private):
Before using this address, ensure it has been registered in the Tencent Cloud Multi-Path Security Acceleration Gateway system.
|
String |
getGatewayName()
Get Gateway name: up to 16 characters, allowed characters (a-z, A-Z, 0-9, -, _).
|
Long |
getGatewayPort()
Get Gateway port: value range: 1-65535 (excluding 8888).
|
String |
getGatewayType()
Get Gateway type.
|
String |
getRegionId()
Get Gateway region: GatewayType value is cloud (cloud gateway).
|
String |
getZoneId()
Get Zone ID.
|
void |
setGatewayIP(String GatewayIP)
Set Gateway address (required when GatewayType=private):
Before using this address, ensure it has been registered in the Tencent Cloud Multi-Path Security Acceleration Gateway system.
|
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: value range: 1-65535 (excluding 8888).
|
void |
setGatewayType(String GatewayType)
Set Gateway type.
|
void |
setRegionId(String RegionId)
Set Gateway region: GatewayType value is cloud (cloud 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 CreateMultiPathGatewayRequest()
public CreateMultiPathGatewayRequest(CreateMultiPathGatewayRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone ID.public String getGatewayType()
public void setGatewayType(String GatewayType)
GatewayType
- Gateway type. valid values:
public String getGatewayName()
public void setGatewayName(String GatewayName)
GatewayName
- Gateway name: up to 16 characters, allowed characters (a-z, A-Z, 0-9, -, _).public Long getGatewayPort()
public void setGatewayPort(Long GatewayPort)
GatewayPort
- Gateway port: value range: 1-65535 (excluding 8888).public String getRegionId()
public void setRegionId(String RegionId)
RegionId
- Gateway region: GatewayType value is cloud (cloud gateway). required. RegionId list can be obtained from the DescribeMultiPathGatewayRegions API.public String getGatewayIP()
public void setGatewayIP(String GatewayIP)
GatewayIP
- Gateway address (required when GatewayType=private):
Before using this address, ensure it has been registered in the Tencent Cloud Multi-Path Security Acceleration Gateway system.
If not registered, submit a support ticket or contact your architect to pre-register the gateway IP address in the system before API invocation.Copyright © 2025. All rights reserved.