Class ProxyGroupInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.ProxyGroupInfo
-
public class ProxyGroupInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCreateTime()Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。StringgetDomain()Get 通道组域名 注意:此字段可能返回 null,表示取不到有效值。LonggetFeatureBitmap()Get 特性位图,每个bit位代表一种特性,其中: 0,表示不支持该特性; 1,表示支持该特性。 特性位图含义如下(从右往左): 第1个bit,支持4层加速; 第2个bit,支持7层加速; 第3个bit,支持Http3接入; 第4个bit,支持IPv6; 第5个bit,支持精品BGP接入; 第6个bit,支持三网接入; 第7个bit,支持接入段Qos加速。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。StringgetGroupId()Get 通道组idStringgetGroupName()Get 通道组名称 注意:此字段可能返回 null,表示取不到有效值。LonggetHttp3Supported()Get 支持Http3特性的标识,其中: 0表示关闭; 1表示启用。 注意:此字段可能返回 null,表示取不到有效值。LonggetProjectId()Get 项目IDLonggetProxyType()Get 通道组是否包含微软通道 注意:此字段可能返回 null,表示取不到有效值。RegionDetailgetRealServerRegionInfo()Get 目标地域StringgetStatus()Get 通道组状态。 其中, RUNNING表示运行中; CREATING表示创建中; DESTROYING表示销毁中; MOVING表示通道迁移中; CHANGING表示部分部署中。TagPair[]getTagSet()Get 标签列表。StringgetVersion()Get 通道组版本 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(Long CreateTime)Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。voidsetDomain(String Domain)Set 通道组域名 注意:此字段可能返回 null,表示取不到有效值。voidsetFeatureBitmap(Long FeatureBitmap)Set 特性位图,每个bit位代表一种特性,其中: 0,表示不支持该特性; 1,表示支持该特性。 特性位图含义如下(从右往左): 第1个bit,支持4层加速; 第2个bit,支持7层加速; 第3个bit,支持Http3接入; 第4个bit,支持IPv6; 第5个bit,支持精品BGP接入; 第6个bit,支持三网接入; 第7个bit,支持接入段Qos加速。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。voidsetGroupId(String GroupId)Set 通道组idvoidsetGroupName(String GroupName)Set 通道组名称 注意:此字段可能返回 null,表示取不到有效值。voidsetHttp3Supported(Long Http3Supported)Set 支持Http3特性的标识,其中: 0表示关闭; 1表示启用。 注意:此字段可能返回 null,表示取不到有效值。voidsetProjectId(Long ProjectId)Set 项目IDvoidsetProxyType(Long ProxyType)Set 通道组是否包含微软通道 注意:此字段可能返回 null,表示取不到有效值。voidsetRealServerRegionInfo(RegionDetail RealServerRegionInfo)Set 目标地域voidsetStatus(String Status)Set 通道组状态。 其中, RUNNING表示运行中; CREATING表示创建中; DESTROYING表示销毁中; MOVING表示通道迁移中; CHANGING表示部分部署中。voidsetTagSet(TagPair[] TagSet)Set 标签列表。voidsetVersion(String Version)Set 通道组版本 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ProxyGroupInfo
public ProxyGroupInfo()
-
ProxyGroupInfo
public 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.
-
-
Method Detail
-
getGroupId
public String getGroupId()
Get 通道组id- Returns:
- GroupId 通道组id
-
setGroupId
public void setGroupId(String GroupId)
Set 通道组id- Parameters:
GroupId- 通道组id
-
getDomain
public String getDomain()
Get 通道组域名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Domain 通道组域名 注意:此字段可能返回 null,表示取不到有效值。
-
setDomain
public void setDomain(String Domain)
Set 通道组域名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Domain- 通道组域名 注意:此字段可能返回 null,表示取不到有效值。
-
getGroupName
public String getGroupName()
Get 通道组名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupName 通道组名称 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupName
public void setGroupName(String GroupName)
Set 通道组名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupName- 通道组名称 注意:此字段可能返回 null,表示取不到有效值。
-
getProjectId
public Long getProjectId()
Get 项目ID- Returns:
- ProjectId 项目ID
-
setProjectId
public void setProjectId(Long ProjectId)
Set 项目ID- Parameters:
ProjectId- 项目ID
-
getRealServerRegionInfo
public RegionDetail getRealServerRegionInfo()
Get 目标地域- Returns:
- RealServerRegionInfo 目标地域
-
setRealServerRegionInfo
public void setRealServerRegionInfo(RegionDetail RealServerRegionInfo)
Set 目标地域- Parameters:
RealServerRegionInfo- 目标地域
-
getStatus
public String getStatus()
Get 通道组状态。 其中, RUNNING表示运行中; CREATING表示创建中; DESTROYING表示销毁中; MOVING表示通道迁移中; CHANGING表示部分部署中。- Returns:
- Status 通道组状态。 其中, RUNNING表示运行中; CREATING表示创建中; DESTROYING表示销毁中; MOVING表示通道迁移中; CHANGING表示部分部署中。
-
setStatus
public void setStatus(String Status)
Set 通道组状态。 其中, RUNNING表示运行中; CREATING表示创建中; DESTROYING表示销毁中; MOVING表示通道迁移中; CHANGING表示部分部署中。- Parameters:
Status- 通道组状态。 其中, RUNNING表示运行中; CREATING表示创建中; DESTROYING表示销毁中; MOVING表示通道迁移中; CHANGING表示部分部署中。
-
getTagSet
public TagPair[] getTagSet()
Get 标签列表。- Returns:
- TagSet 标签列表。
-
setTagSet
public void setTagSet(TagPair[] TagSet)
Set 标签列表。- Parameters:
TagSet- 标签列表。
-
getVersion
public String getVersion()
Get 通道组版本 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Version 通道组版本 注意:此字段可能返回 null,表示取不到有效值。
-
setVersion
public void setVersion(String Version)
Set 通道组版本 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Version- 通道组版本 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public Long getCreateTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateTime
public void setCreateTime(Long CreateTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateTime- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getProxyType
public Long getProxyType()
Get 通道组是否包含微软通道 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProxyType 通道组是否包含微软通道 注意:此字段可能返回 null,表示取不到有效值。
-
setProxyType
public void setProxyType(Long ProxyType)
Set 通道组是否包含微软通道 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProxyType- 通道组是否包含微软通道 注意:此字段可能返回 null,表示取不到有效值。
-
getHttp3Supported
public Long getHttp3Supported()
Get 支持Http3特性的标识,其中: 0表示关闭; 1表示启用。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Http3Supported 支持Http3特性的标识,其中: 0表示关闭; 1表示启用。 注意:此字段可能返回 null,表示取不到有效值。
-
setHttp3Supported
public void setHttp3Supported(Long Http3Supported)
Set 支持Http3特性的标识,其中: 0表示关闭; 1表示启用。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Http3Supported- 支持Http3特性的标识,其中: 0表示关闭; 1表示启用。 注意:此字段可能返回 null,表示取不到有效值。
-
getFeatureBitmap
public Long getFeatureBitmap()
Get 特性位图,每个bit位代表一种特性,其中: 0,表示不支持该特性; 1,表示支持该特性。 特性位图含义如下(从右往左): 第1个bit,支持4层加速; 第2个bit,支持7层加速; 第3个bit,支持Http3接入; 第4个bit,支持IPv6; 第5个bit,支持精品BGP接入; 第6个bit,支持三网接入; 第7个bit,支持接入段Qos加速。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FeatureBitmap 特性位图,每个bit位代表一种特性,其中: 0,表示不支持该特性; 1,表示支持该特性。 特性位图含义如下(从右往左): 第1个bit,支持4层加速; 第2个bit,支持7层加速; 第3个bit,支持Http3接入; 第4个bit,支持IPv6; 第5个bit,支持精品BGP接入; 第6个bit,支持三网接入; 第7个bit,支持接入段Qos加速。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
-
setFeatureBitmap
public void setFeatureBitmap(Long FeatureBitmap)
Set 特性位图,每个bit位代表一种特性,其中: 0,表示不支持该特性; 1,表示支持该特性。 特性位图含义如下(从右往左): 第1个bit,支持4层加速; 第2个bit,支持7层加速; 第3个bit,支持Http3接入; 第4个bit,支持IPv6; 第5个bit,支持精品BGP接入; 第6个bit,支持三网接入; 第7个bit,支持接入段Qos加速。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FeatureBitmap- 特性位图,每个bit位代表一种特性,其中: 0,表示不支持该特性; 1,表示支持该特性。 特性位图含义如下(从右往左): 第1个bit,支持4层加速; 第2个bit,支持7层加速; 第3个bit,支持Http3接入; 第4个bit,支持IPv6; 第5个bit,支持精品BGP接入; 第6个bit,支持三网接入; 第7个bit,支持接入段Qos加速。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
-
-