public class CheckProxyCreateRequest extends AbstractModel
Constructor and Description |
---|
CheckProxyCreateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessRegion()
Get Access (acceleration) region of the connection.
|
Long |
getBandwidth()
Get Connection bandwidth cap.
|
Long |
getConcurrent()
Get Connection concurrence cap, which indicates the maximum number of simultaneous online connections.
|
String |
getGroupId()
Get Connection group ID that needs to be entered when a connection is created in a connection group
|
String |
getRealServerRegion()
Get Origin server region of the connection.
|
void |
setAccessRegion(String AccessRegion)
Set Access (acceleration) region of the connection.
|
void |
setBandwidth(Long Bandwidth)
Set Connection bandwidth cap.
|
void |
setConcurrent(Long Concurrent)
Set Connection concurrence cap, which indicates the maximum number of simultaneous online connections.
|
void |
setGroupId(String GroupId)
Set Connection group ID that needs to be entered when a connection is created in a connection group
|
void |
setRealServerRegion(String RealServerRegion)
Set Origin server region of the connection.
|
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 String getAccessRegion()
public void setAccessRegion(String AccessRegion)
AccessRegion
- Access (acceleration) region of the connection. The value can be obtained via the DescribeAccessRegionsByDestRegion API.public String getRealServerRegion()
public void setRealServerRegion(String RealServerRegion)
RealServerRegion
- Origin server region of the connection. The value can be obtained via the DescribeDestRegions API.public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- Connection bandwidth cap. Unit: Mbps.public Long getConcurrent()
public void setConcurrent(Long Concurrent)
Concurrent
- Connection concurrence cap, which indicates the maximum number of simultaneous online connections. Unit: 10,000 connections.public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- Connection group ID that needs to be entered when a connection is created in a connection groupCopyright © 2020. All rights reserved.