public class ProxyGroupInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProxyGroupInfo() |
ProxyGroupInfo(ProxyGroupInfo 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 |
getCreateTime()
Get Creation time
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getDomain()
Get Connection group domain name
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getFeatureBitmap()
Get Feature bitmap.
|
String |
getGroupId()
Get Connection group ID
|
String |
getGroupName()
Get Connection group name
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getHttp3Supported()
Get Specifies whether to enable HTTP3.
|
Long |
getProjectId()
Get Project ID
|
Long |
getProxyType()
Get Whether the connection group contains a Microsoft connection
Note: this field may return null, indicating that no valid values can be obtained.
|
RegionDetail |
getRealServerRegionInfo()
Get Target region
|
String |
getStatus()
Get Connection group status.
|
TagPair[] |
getTagSet()
Get Tag list.
|
String |
getVersion()
Get Connection group version
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCreateTime(Long CreateTime)
Set Creation time
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDomain(String Domain)
Set Connection group domain name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFeatureBitmap(Long FeatureBitmap)
Set Feature bitmap.
|
void |
setGroupId(String GroupId)
Set Connection group ID
|
void |
setGroupName(String GroupName)
Set Connection group name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHttp3Supported(Long Http3Supported)
Set Specifies whether to enable HTTP3.
|
void |
setProjectId(Long ProjectId)
Set Project ID
|
void |
setProxyType(Long ProxyType)
Set Whether the connection group contains a Microsoft connection
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setRealServerRegionInfo(RegionDetail RealServerRegionInfo)
Set Target region
|
void |
setStatus(String Status)
Set Connection group status.
|
void |
setTagSet(TagPair[] TagSet)
Set Tag list.
|
void |
setVersion(String Version)
Set Connection group version
Note: this field may return null, indicating that no valid values can be obtained.
|
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 ProxyGroupInfo()
public ProxyGroupInfo(ProxyGroupInfo source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- Connection group IDpublic String getDomain()
public void setDomain(String Domain)
Domain
- Connection group domain name
Note: This field may return null, indicating that no valid values can be obtained.public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- Connection group name
Note: This field may return null, indicating that no valid values can be obtained.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project IDpublic RegionDetail getRealServerRegionInfo()
public void setRealServerRegionInfo(RegionDetail RealServerRegionInfo)
RealServerRegionInfo
- Target regionpublic String getStatus()
public void setStatus(String Status)
Status
- Connection group status.
Where:
`RUNNING`: Running
`CREATING`: Creating
`DESTROYING`: Terminating
`MOVING`: Migrating
`CHANGING`: Deployingpublic TagPair[] getTagSet()
public void setTagSet(TagPair[] TagSet)
TagSet
- Tag list.public String getVersion()
public void setVersion(String Version)
Version
- Connection group version
Note: this field may return null, indicating that no valid values can be obtained.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Creation time
Note: this field may return null, indicating that no valid values can be obtained.public Long getProxyType()
public void setProxyType(Long ProxyType)
ProxyType
- Whether the connection group contains a Microsoft connection
Note: this field may return null, indicating that no valid values can be obtained.public Long getHttp3Supported()
public void setHttp3Supported(Long Http3Supported)
Http3Supported
- Specifies whether to enable HTTP3. Valid values:
`0`: Disable
`1`: Enable
Note: This field may return null, indicating that no valid values can be obtained.public Long getFeatureBitmap()
public void setFeatureBitmap(Long FeatureBitmap)
FeatureBitmap
- Feature bitmap. Valid values:
`0`: Feature not supported
`1`: Feature supported
Each bit in the bitmap represents a feature:
1st bit: Layer-4 acceleration;
2nd bit: Layer-7 acceleration;
3rd bit: HTTP3 access;
4th bit: IPv6;
5th bit: Dedicated BGP access;
6th bit: Non-BGP access;
7th bit: QoS acceleration.
Note: this field may return `null`, indicating that no valid values can be obtained.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.