public class CreateProxyGroupRequest extends AbstractModel
Constructor and Description |
---|
CreateProxyGroupRequest() |
Modifier and Type | Method and Description |
---|---|
AccessConfiguration[] |
getAccessRegionSet()
Get List of acceleration regions, including their names, bandwidth, and concurrence configuration.
|
String |
getGroupName()
Get Alias of connection group
|
Long |
getProjectId()
Get Project ID of connection group
|
String |
getRealServerRegion()
Get Origin server region; Reference API: DescribeDestRegions; It returnes the `RegionId` of the parameter `RegionDetail`.
|
TagPair[] |
getTagSet()
Get Tag list
|
void |
setAccessRegionSet(AccessConfiguration[] AccessRegionSet)
Set List of acceleration regions, including their names, bandwidth, and concurrence configuration.
|
void |
setGroupName(String GroupName)
Set Alias of connection group
|
void |
setProjectId(Long ProjectId)
Set Project ID of connection group
|
void |
setRealServerRegion(String RealServerRegion)
Set Origin server region; Reference API: DescribeDestRegions; It returnes the `RegionId` of the parameter `RegionDetail`.
|
void |
setTagSet(TagPair[] TagSet)
Set Tag list
|
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 Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project ID of connection grouppublic String getGroupName()
public void setGroupName(String GroupName)
GroupName
- Alias of connection grouppublic String getRealServerRegion()
public void setRealServerRegion(String RealServerRegion)
RealServerRegion
- Origin server region; Reference API: DescribeDestRegions; It returnes the `RegionId` of the parameter `RegionDetail`.public TagPair[] getTagSet()
public void setTagSet(TagPair[] TagSet)
TagSet
- Tag listpublic AccessConfiguration[] getAccessRegionSet()
public void setAccessRegionSet(AccessConfiguration[] AccessRegionSet)
AccessRegionSet
- List of acceleration regions, including their names, bandwidth, and concurrence configuration.Copyright © 2020. All rights reserved.