public class CreateApplicationProxyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateApplicationProxyRequest() |
CreateApplicationProxyRequest(CreateApplicationProxyRequest 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 |
---|---|
AccelerateMainland |
getAccelerateMainland()
Get Cross-MLC-border acceleration.
|
Long |
getAccelerateType()
Get Whether to enable acceleration.
|
ApplicationProxyRule[] |
getApplicationProxyRules()
Get The rule details.
|
Ipv6 |
getIpv6()
Get Ipv6 access configuration.
|
String |
getPlatType()
Get The scheduling mode.
|
String |
getProxyName()
Get Domain name or subdomain name when `ProxyType=hostname`;
Instance name when `ProxyType=instance`.
|
String |
getProxyType()
Get Layer 4 proxy mode, with value: instance: instance mode.If not specified, the default value instance will be used.
|
Long |
getSecurityType()
Get Whether to enable security protection.
|
Long |
getSessionPersistTime()
Get The session persistence duration.
|
String |
getZoneId()
Get Site ID.
|
void |
setAccelerateMainland(AccelerateMainland AccelerateMainland)
Set Cross-MLC-border acceleration.
|
void |
setAccelerateType(Long AccelerateType)
Set Whether to enable acceleration.
|
void |
setApplicationProxyRules(ApplicationProxyRule[] ApplicationProxyRules)
Set The rule details.
|
void |
setIpv6(Ipv6 Ipv6)
Set Ipv6 access configuration.
|
void |
setPlatType(String PlatType)
Set The scheduling mode.
|
void |
setProxyName(String ProxyName)
Set Domain name or subdomain name when `ProxyType=hostname`;
Instance name when `ProxyType=instance`.
|
void |
setProxyType(String ProxyType)
Set Layer 4 proxy mode, with value: instance: instance mode.If not specified, the default value instance will be used.
|
void |
setSecurityType(Long SecurityType)
Set Whether to enable security protection.
|
void |
setSessionPersistTime(Long SessionPersistTime)
Set The session persistence duration.
|
void |
setZoneId(String ZoneId)
Set Site 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 CreateApplicationProxyRequest()
public CreateApplicationProxyRequest(CreateApplicationProxyRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Site ID.public String getProxyName()
public void setProxyName(String ProxyName)
ProxyName
- Domain name or subdomain name when `ProxyType=hostname`;
Instance name when `ProxyType=instance`.public String getPlatType()
public void setPlatType(String PlatType)
PlatType
- The scheduling mode. 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 String getProxyType()
public void setProxyType(String ProxyType)
ProxyType
- Layer 4 proxy mode, with value: public Long getSessionPersistTime()
public void setSessionPersistTime(Long SessionPersistTime)
SessionPersistTime
- The session persistence duration. Value range: 30-3600 (in seconds).
If not specified, this field uses the default value 600.public Ipv6 getIpv6()
public void setIpv6(Ipv6 Ipv6)
Ipv6
- Ipv6 access configuration.
IPv6 access is disabled if it is not specified.public ApplicationProxyRule[] getApplicationProxyRules()
public void setApplicationProxyRules(ApplicationProxyRule[] ApplicationProxyRules)
ApplicationProxyRules
- The rule details.
If this field is not specified, an application proxy rule will not be created.public AccelerateMainland getAccelerateMainland()
public void setAccelerateMainland(AccelerateMainland AccelerateMainland)
AccelerateMainland
- Cross-MLC-border acceleration. It is disabled if this parameter is not specified.Copyright © 2024. All rights reserved.