public class ModifyApplicationProxyRequest extends AbstractModel
Constructor and Description |
---|
ModifyApplicationProxyRequest() |
ModifyApplicationProxyRequest(ModifyApplicationProxyRequest 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 |
---|---|
Ipv6 |
getIpv6()
Get The IPv6 access configuration.
|
String |
getProxyId()
Get The proxy ID.
|
String |
getProxyName()
Get The domain name or subdomain name when `ProxyType=hostname`.
|
String |
getProxyType()
Get The proxy type.
|
Long |
getSessionPersistTime()
Get The session persistence duration.
|
String |
getZoneId()
Get The site ID.
|
void |
setIpv6(Ipv6 Ipv6)
Set The IPv6 access configuration.
|
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 |
setSessionPersistTime(Long SessionPersistTime)
Set The session persistence duration.
|
void |
setZoneId(String ZoneId)
Set The site ID.
|
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, toJsonString
public ModifyApplicationProxyRequest()
public ModifyApplicationProxyRequest(ModifyApplicationProxyRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- The site ID.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 Long getSessionPersistTime()
public void setSessionPersistTime(Long SessionPersistTime)
SessionPersistTime
- The session persistence duration. Value range: 30-3600 (in seconds).
The original configuration will apply if this field is not specified.public String getProxyType()
public void setProxyType(String ProxyType)
ProxyType
- The proxy type. Values:
public Ipv6 getIpv6()
public void setIpv6(Ipv6 Ipv6)
Ipv6
- The IPv6 access configuration. The original configuration will apply if this field is not specified.Copyright © 2023. All rights reserved.