public class DescribeApplicationProxyDetailResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeApplicationProxyDetailResponse() |
DescribeApplicationProxyDetailResponse(DescribeApplicationProxyDetailResponse 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 `0`: Disable acceleration; `1`: Enable acceleration.
|
String |
getForwardClientIp()
Get This field is moved to `Rule.ForwardClientIp`.
|
String |
getHostId()
Get When `ProxyType=hostname`:
`ProxyName` indicates a specified domain name, such as test.123.com
`HostId` indicates a unique ID of the domain name.
|
String |
getPlatType()
Get Proxy mode.
|
String |
getProxyId()
Get Instance ID
|
String |
getProxyName()
Get Name of the proxy:
Domain name or subdomain name when `ProxyType=hostname`
Instance name when `ProxyType=instance`
|
String |
getProxyType()
Get Specifies how a layer-4 proxy is created.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
ApplicationProxyRule[] |
getRule()
Get List of rules
|
String[] |
getScheduleValue()
Get Scheduling information
|
Long |
getSecurityType()
Get `0`: Disable security protection; `1`: Enable security protection.
|
Boolean |
getSessionPersist()
Get This field is moved to `Rule.SessionPersist`.
|
Long |
getSessionPersistTime()
Get Session persistence time
|
String |
getStatus()
Get Status.
|
String |
getUpdateTime()
Get Update time
|
String |
getZoneId()
Get Site ID
|
String |
getZoneName()
Get Site name
|
void |
setAccelerateType(Long AccelerateType)
Set `0`: Disable acceleration; `1`: Enable acceleration.
|
void |
setForwardClientIp(String ForwardClientIp)
Set This field is moved to `Rule.ForwardClientIp`.
|
void |
setHostId(String HostId)
Set When `ProxyType=hostname`:
`ProxyName` indicates a specified domain name, such as test.123.com
`HostId` indicates a unique ID of the domain name.
|
void |
setPlatType(String PlatType)
Set Proxy mode.
|
void |
setProxyId(String ProxyId)
Set Instance ID
|
void |
setProxyName(String ProxyName)
Set Name of the proxy:
Domain name or subdomain name when `ProxyType=hostname`
Instance name when `ProxyType=instance`
|
void |
setProxyType(String ProxyType)
Set Specifies how a layer-4 proxy is created.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setRule(ApplicationProxyRule[] Rule)
Set List of rules
|
void |
setScheduleValue(String[] ScheduleValue)
Set Scheduling information
|
void |
setSecurityType(Long SecurityType)
Set `0`: Disable security protection; `1`: Enable security protection.
|
void |
setSessionPersist(Boolean SessionPersist)
Set This field is moved to `Rule.SessionPersist`.
|
void |
setSessionPersistTime(Long SessionPersistTime)
Set Session persistence time
|
void |
setStatus(String Status)
Set Status.
|
void |
setUpdateTime(String UpdateTime)
Set Update time
|
void |
setZoneId(String ZoneId)
Set Site ID
|
void |
setZoneName(String ZoneName)
Set Site name
|
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 DescribeApplicationProxyDetailResponse()
public DescribeApplicationProxyDetailResponse(DescribeApplicationProxyDetailResponse source)
public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- Instance IDpublic String getProxyName()
public void setProxyName(String ProxyName)
ProxyName
- Name of the proxy:
Domain name or subdomain name when `ProxyType=hostname`
Instance name when `ProxyType=instance`public String getPlatType()
public void setPlatType(String PlatType)
PlatType
- Proxy mode. Valid values:
`ip`: Anycast IP
`domain`: CNAMEpublic Long getSecurityType()
public void setSecurityType(Long SecurityType)
SecurityType
- `0`: Disable security protection; `1`: Enable security protection.public Long getAccelerateType()
public void setAccelerateType(Long AccelerateType)
AccelerateType
- `0`: Disable acceleration; `1`: Enable acceleration.public String getForwardClientIp()
public void setForwardClientIp(String ForwardClientIp)
ForwardClientIp
- This field is moved to `Rule.ForwardClientIp`.public Boolean getSessionPersist()
public void setSessionPersist(Boolean SessionPersist)
SessionPersist
- This field is moved to `Rule.SessionPersist`.public ApplicationProxyRule[] getRule()
public void setRule(ApplicationProxyRule[] Rule)
Rule
- List of rulespublic String getStatus()
public void setStatus(String Status)
Status
- Status. Valid values:
`online`: Enable
`offline`: Disable
`progress`: Deployingpublic String[] getScheduleValue()
public void setScheduleValue(String[] ScheduleValue)
ScheduleValue
- Scheduling informationpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update timepublic String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Site IDpublic String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- Site namepublic Long getSessionPersistTime()
public void setSessionPersistTime(Long SessionPersistTime)
SessionPersistTime
- Session persistence timepublic String getProxyType()
public void setProxyType(String ProxyType)
ProxyType
- Specifies how a layer-4 proxy is created.
`hostname`: Create by subdomain name
`instance`: Create by instancepublic String getHostId()
public void setHostId(String HostId)
HostId
- When `ProxyType=hostname`:
`ProxyName` indicates a specified domain name, such as test.123.com
`HostId` indicates a unique ID of the domain name.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.