public class CreateProxyGroupRequest extends AbstractModel
Constructor and Description |
---|
CreateProxyGroupRequest() |
CreateProxyGroupRequest(CreateProxyGroupRequest 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 |
---|---|
AccessConfiguration[] |
getAccessRegionSet()
Get List of acceleration regions, including their names, bandwidth, and concurrence configuration.
|
String |
getGroupName()
Get Alias of connection group
|
Long |
getHttp3Supported()
Get (Disused) HTTP3.0 is supported by default when `IPAddressVersion` is `IPv4`.
|
String |
getIPAddressVersion()
Get IP version.
|
String |
getPackageType()
Get Package type 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 List of tags
|
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 |
setHttp3Supported(Long Http3Supported)
Set (Disused) HTTP3.0 is supported by default when `IPAddressVersion` is `IPv4`.
|
void |
setIPAddressVersion(String IPAddressVersion)
Set IP version.
|
void |
setPackageType(String PackageType)
Set Package type 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 List of tags
|
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 CreateProxyGroupRequest()
public CreateProxyGroupRequest(CreateProxyGroupRequest source)
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
- List of tagspublic AccessConfiguration[] getAccessRegionSet()
public void setAccessRegionSet(AccessConfiguration[] AccessRegionSet)
AccessRegionSet
- List of acceleration regions, including their names, bandwidth, and concurrence configuration.public String getIPAddressVersion()
public void setIPAddressVersion(String IPAddressVersion)
IPAddressVersion
- IP version. Valid values: `IPv4` (default), `IPv6`.public String getPackageType()
public void setPackageType(String PackageType)
PackageType
- Package type of connection group. Valid values: `Thunder` (default) and `Accelerator`.public Long getHttp3Supported()
public void setHttp3Supported(Long Http3Supported)
Http3Supported
- (Disused) HTTP3.0 is supported by default when `IPAddressVersion` is `IPv4`.Copyright © 2023. All rights reserved.