public class CreateL4ProxyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateL4ProxyRequest() |
CreateL4ProxyRequest(CreateL4ProxyRequest 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 |
getAccelerateMainland()
Get Specifies whether to enable network optimization in the Chinese mainland.
|
String |
getArea()
Get Acceleration zone of the Layer 4 proxy instance.mainland: Availability zone in the Chinese mainland;overseas: Global availability zone (excluding the Chinese mainland);global: Global availability zone.
|
DDosProtectionConfig |
getDDosProtectionConfig()
Get Layer 3/Layer 4 DDoS protection.
|
String |
getIpv6()
Get Specifies whether to enable IPv6 access.
|
String |
getProxyName()
Get Layer 4 proxy instance name.
|
String |
getStaticIp()
Get Specifies whether to enable the fixed IP address.
|
String |
getZoneId()
Get Zone ID.
|
void |
setAccelerateMainland(String AccelerateMainland)
Set Specifies whether to enable network optimization in the Chinese mainland.
|
void |
setArea(String Area)
Set Acceleration zone of the Layer 4 proxy instance.mainland: Availability zone in the Chinese mainland;overseas: Global availability zone (excluding the Chinese mainland);global: Global availability zone.
|
void |
setDDosProtectionConfig(DDosProtectionConfig DDosProtectionConfig)
Set Layer 3/Layer 4 DDoS protection.
|
void |
setIpv6(String Ipv6)
Set Specifies whether to enable IPv6 access.
|
void |
setProxyName(String ProxyName)
Set Layer 4 proxy instance name.
|
void |
setStaticIp(String StaticIp)
Set Specifies whether to enable the fixed IP address.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateL4ProxyRequest()
public CreateL4ProxyRequest(CreateL4ProxyRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone ID.public String getProxyName()
public void setProxyName(String ProxyName)
ProxyName
- Layer 4 proxy instance name. You can enter 1-50 characters. Valid characters are a-z, 0-9, and hyphens (-). However, hyphens (-) cannot be used individually or consecutively and should not be placed at the beginning or end of the name. Modifications are not allowed after creation.public String getArea()
public void setArea(String Area)
Area
- Acceleration zone of the Layer 4 proxy instance.public String getIpv6()
public void setIpv6(String Ipv6)
Ipv6
- Specifies whether to enable IPv6 access. The default value off is used if left empty. This configuration can only be enabled in certain acceleration zones and security protection configurations. For details, see [Creating an L4 Proxy Instance](https://intl.cloud.tencent.com/document/product/1552/90025?from_cn_redirect=1). Valid values:public String getStaticIp()
public void setStaticIp(String StaticIp)
StaticIp
- Specifies whether to enable the fixed IP address. The default value off is used if left empty. This configuration can only be enabled in certain acceleration zones and security protection configurations. For details, see [Creating an L4 Proxy Instance](https://intl.cloud.tencent.com/document/product/1552/90025?from_cn_redirect=1). Valid values:public String getAccelerateMainland()
public void setAccelerateMainland(String AccelerateMainland)
AccelerateMainland
- Specifies whether to enable network optimization in the Chinese mainland. The default value off is used if left empty. This configuration can only be enabled in certain acceleration zones and security protection configurations. For details, see [Creating an L4 Proxy Instance](https://intl.cloud.tencent.com/document/product/1552/90025?from_cn_redirect=1). Valid values:public DDosProtectionConfig getDDosProtectionConfig()
public void setDDosProtectionConfig(DDosProtectionConfig DDosProtectionConfig)
DDosProtectionConfig
- Layer 3/Layer 4 DDoS protection. The default protection option of the platform will be used if it is left empty. For details, see [Exclusive DDoS Protection Usage](https://intl.cloud.tencent.com/document/product/1552/95994?from_cn_redirect=1).Copyright © 2024. All rights reserved.