public class ApplicationProxy extends AbstractModel
| Constructor and Description | 
|---|
| ApplicationProxy() | 
| ApplicationProxy(ApplicationProxy 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 | 
|---|---|
| Long | getAccelerateType()Get Whether to enable acceleration. | 
| ApplicationProxyRule[] | getApplicationProxyRules()Get List of rules. | 
| String | getArea()Get Acceleration region. | 
| String | getBanStatus()Get The blocking status of the proxy. | 
| String | getHostId()Get When `ProxyType=hostname`:
This field indicates the unique ID of the subdomain name. | 
| Ipv6 | getIpv6()Get The IPv6 access configuration. | 
| String | getPlatType()Get The scheduling mode. | 
| String | getProxyId()Get The proxy ID. | 
| String | getProxyName()Get The domain name or subdomain name when `ProxyType=hostname`. | 
| String | getProxyType()Get The proxy type. | 
| String[] | getScheduleValue()Get Scheduling information. | 
| Long | getSecurityType()Get Whether to enable security protection. | 
| Long | getSessionPersistTime()Get The session persistence duration. | 
| String | getStatus()Get The rule status. | 
| String | getUpdateTime()Get The update time. | 
| String | getZoneId()Get The site ID. | 
| String | getZoneName()Get The site name. | 
| void | setAccelerateType(Long AccelerateType)Set Whether to enable acceleration. | 
| void | setApplicationProxyRules(ApplicationProxyRule[] ApplicationProxyRules)Set List of rules. | 
| void | setArea(String Area)Set Acceleration region. | 
| void | setBanStatus(String BanStatus)Set The blocking status of the proxy. | 
| void | setHostId(String HostId)Set When `ProxyType=hostname`:
This field indicates the unique ID of the subdomain name. | 
| void | setIpv6(Ipv6 Ipv6)Set The IPv6 access configuration. | 
| void | setPlatType(String PlatType)Set The scheduling mode. | 
| void | setProxyId(String ProxyId)Set The proxy ID. | 
| void | setProxyName(String ProxyName)Set The domain name or subdomain name when `ProxyType=hostname`. | 
| void | setProxyType(String ProxyType)Set The proxy type. | 
| void | setScheduleValue(String[] ScheduleValue)Set Scheduling information. | 
| void | setSecurityType(Long SecurityType)Set Whether to enable security protection. | 
| void | setSessionPersistTime(Long SessionPersistTime)Set The session persistence duration. | 
| void | setStatus(String Status)Set The rule status. | 
| void | setUpdateTime(String UpdateTime)Set The update time. | 
| void | setZoneId(String ZoneId)Set The site ID. | 
| void | setZoneName(String ZoneName)Set The site name. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ApplicationProxy()
public ApplicationProxy(ApplicationProxy source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - The site ID.public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName - The site name.public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - The proxy ID.public String getProxyName()
public void setProxyName(String ProxyName)
ProxyName - The domain name or subdomain name when `ProxyType=hostname`.
The instance name when `ProxyType=instance`.public String getProxyType()
public void setProxyType(String ProxyType)
ProxyType - The proxy type. Values:
public String getPlatType()
public void setPlatType(String PlatType)
PlatType - The scheduling mode. Values:
public String getArea()
public void setArea(String Area)
Area - Acceleration region. Values:
public Long getSecurityType()
public void setSecurityType(Long SecurityType)
SecurityType - Whether to enable security protection. Values:
public Long getAccelerateType()
public void setAccelerateType(Long AccelerateType)
AccelerateType - Whether to enable acceleration. Values:
public Long getSessionPersistTime()
public void setSessionPersistTime(Long SessionPersistTime)
SessionPersistTime - The session persistence duration.public String getStatus()
public void setStatus(String Status)
Status - The rule status. Values:
public String getBanStatus()
public void setBanStatus(String BanStatus)
BanStatus - The blocking status of the proxy. Values:
public String[] getScheduleValue()
public void setScheduleValue(String[] ScheduleValue)
ScheduleValue - Scheduling information.public String getHostId()
public void setHostId(String HostId)
HostId - When `ProxyType=hostname`:
This field indicates the unique ID of the subdomain name.public Ipv6 getIpv6()
public void setIpv6(Ipv6 Ipv6)
Ipv6 - The IPv6 access configuration.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - The update time.public ApplicationProxyRule[] getApplicationProxyRules()
public void setApplicationProxyRules(ApplicationProxyRule[] ApplicationProxyRules)
ApplicationProxyRules - List of rules.Copyright © 2022. All rights reserved.