public class L4Proxy extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| L4Proxy() | 
| L4Proxy(L4Proxy 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.on: Enable off: Disable | 
| 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. | 
| String | getCname()Get Access via CNAME. | 
| DDosProtectionConfig | getDDosProtectionConfig()Get Security protection configuration. | 
| String[] | getIps()Get After the fixed IP address is enabled, this value will return the corresponding access IP address; if it is not enabled, this value will be empty. | 
| String | getIpv6()Get Specifies whether to enable IPv6 access.on: Enable; off: Disable. | 
| Long | getL4ProxyRuleCount()Get Number of forwarding rules under the Layer 4 proxy instance. | 
| String | getProxyId()Get Layer 4 proxy instance ID. | 
| String | getProxyName()Get Layer 4 proxy instance name. | 
| String | getStaticIp()Get Specifies whether to enable the fixed IP address.on: Enable; off: Disable. | 
| String | getStatus()Get Status of the Layer 4 proxy instance.online: Enabled;
offline: Disabled;
progress: Deploying;    
stopping: Disabling;
banned: Blocked;
fail: Failed to deploy or disable. | 
| String | getUpdateTime()Get Latest modification time. | 
| String | getZoneId()Get Zone ID. | 
| void | setAccelerateMainland(String AccelerateMainland)Set Specifies whether to enable network optimization in the Chinese mainland.on: Enable off: Disable | 
| 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 | setCname(String Cname)Set Access via CNAME. | 
| void | setDDosProtectionConfig(DDosProtectionConfig DDosProtectionConfig)Set Security protection configuration. | 
| void | setIps(String[] Ips)Set After the fixed IP address is enabled, this value will return the corresponding access IP address; if it is not enabled, this value will be empty. | 
| void | setIpv6(String Ipv6)Set Specifies whether to enable IPv6 access.on: Enable; off: Disable. | 
| void | setL4ProxyRuleCount(Long L4ProxyRuleCount)Set Number of forwarding rules under the Layer 4 proxy instance. | 
| void | setProxyId(String ProxyId)Set Layer 4 proxy instance ID. | 
| void | setProxyName(String ProxyName)Set Layer 4 proxy instance name. | 
| void | setStaticIp(String StaticIp)Set Specifies whether to enable the fixed IP address.on: Enable; off: Disable. | 
| void | setStatus(String Status)Set Status of the Layer 4 proxy instance.online: Enabled;
offline: Disabled;
progress: Deploying;    
stopping: Disabling;
banned: Blocked;
fail: Failed to deploy or disable. | 
| void | setUpdateTime(String UpdateTime)Set Latest modification time. | 
| 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, toJsonStringpublic L4Proxy()
public L4Proxy(L4Proxy source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Zone ID.public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - Layer 4 proxy instance ID.public String getProxyName()
public void setProxyName(String ProxyName)
ProxyName - Layer 4 proxy instance name.public String getArea()
public void setArea(String Area)
Area - Acceleration zone of the Layer 4 proxy instance.public String getCname()
public void setCname(String Cname)
Cname - Access via CNAME.public String[] getIps()
public void setIps(String[] Ips)
Ips - After the fixed IP address is enabled, this value will return the corresponding access IP address; if it is not enabled, this value will be empty.public String getStatus()
public void setStatus(String Status)
Status - Status of the Layer 4 proxy instance.public String getIpv6()
public void setIpv6(String Ipv6)
Ipv6 - Specifies whether to enable IPv6 access.public String getStaticIp()
public void setStaticIp(String StaticIp)
StaticIp - Specifies whether to enable the fixed IP address.public String getAccelerateMainland()
public void setAccelerateMainland(String AccelerateMainland)
AccelerateMainland - Specifies whether to enable network optimization in the Chinese mainland.public DDosProtectionConfig getDDosProtectionConfig()
public void setDDosProtectionConfig(DDosProtectionConfig DDosProtectionConfig)
DDosProtectionConfig - Security protection configuration.
Note: This field may return null, indicating that no valid value can be obtained.public Long getL4ProxyRuleCount()
public void setL4ProxyRuleCount(Long L4ProxyRuleCount)
L4ProxyRuleCount - Number of forwarding rules under the Layer 4 proxy instance.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Latest modification time.Copyright © 2025. All rights reserved.