public class ModifyL4ProxyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyL4ProxyRequest() |
ModifyL4ProxyRequest(ModifyL4ProxyRequest 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 |
getIpv6()
Get Specifies whether to enable IPv6 access.
|
String |
getProxyId()
Get Application ID.
|
String |
getZoneId()
Get Zone ID.
|
void |
setAccelerateMainland(String AccelerateMainland)
Set Specifies whether to enable network optimization in the Chinese mainland.
|
void |
setIpv6(String Ipv6)
Set Specifies whether to enable IPv6 access.
|
void |
setProxyId(String ProxyId)
Set Application 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyL4ProxyRequest()
public ModifyL4ProxyRequest(ModifyL4ProxyRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone ID.public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- Application ID.public String getIpv6()
public void setIpv6(String Ipv6)
Ipv6
- Specifies whether to enable IPv6 access. If this parameter is not filled, this configuration will not be modified. 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. If this parameter is not filled, this configuration will not be modified. 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:Copyright © 2024. All rights reserved.