tencentcloud-sdk-gaap 3.0.1157 → 3.0.1203
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180529/models.rb +130 -176
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fc68788fda908b5c19a81a3a7aae9866b857252
|
|
4
|
+
data.tar.gz: 6724413061096a031a4953ab32fa664798f8fdd6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ffdf712936c1546cdfec5c1e7eaec8efc64b7320eac2acf22305dbbbdbb6c62346a03dcc29eec9aaebfc47126ed85f9769a8feb4d69d05eb50e40ce22ef5e16
|
|
7
|
+
data.tar.gz: fb414943e9f01d3825832770ccb2f5e74d17b6a00cd8f491a40729879c2638b7648c2ff61cd9d6c22aa588b0a780d9dcd7d9a036482855e03c708f76cff9fa92
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1203
|
data/lib/v20180529/models.rb
CHANGED
|
@@ -121,13 +121,13 @@ module TencentCloud
|
|
|
121
121
|
|
|
122
122
|
# AddRealServers请求参数结构体
|
|
123
123
|
class AddRealServersRequest < TencentCloud::Common::AbstractModel
|
|
124
|
-
# @param ProjectId:
|
|
124
|
+
# @param ProjectId: <p>源站对应的项目ID</p>
|
|
125
125
|
# @type ProjectId: Integer
|
|
126
|
-
# @param RealServerIP:
|
|
126
|
+
# @param RealServerIP: <p>源站对应的IP或域名</p>
|
|
127
127
|
# @type RealServerIP: Array
|
|
128
|
-
# @param RealServerName:
|
|
128
|
+
# @param RealServerName: <p>源站名称</p>
|
|
129
129
|
# @type RealServerName: String
|
|
130
|
-
# @param TagSet:
|
|
130
|
+
# @param TagSet: <p>标签列表</p>
|
|
131
131
|
# @type TagSet: Array
|
|
132
132
|
|
|
133
133
|
attr_accessor :ProjectId, :RealServerIP, :RealServerName, :TagSet
|
|
@@ -156,7 +156,7 @@ module TencentCloud
|
|
|
156
156
|
|
|
157
157
|
# AddRealServers返回参数结构体
|
|
158
158
|
class AddRealServersResponse < TencentCloud::Common::AbstractModel
|
|
159
|
-
# @param RealServerSet:
|
|
159
|
+
# @param RealServerSet: <p>源站信息列表</p>
|
|
160
160
|
# @type RealServerSet: Array
|
|
161
161
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
162
162
|
# @type RequestId: String
|
|
@@ -234,9 +234,9 @@ module TencentCloud
|
|
|
234
234
|
|
|
235
235
|
# BindListenerRealServers请求参数结构体
|
|
236
236
|
class BindListenerRealServersRequest < TencentCloud::Common::AbstractModel
|
|
237
|
-
# @param ListenerId:
|
|
237
|
+
# @param ListenerId: <p>监听器ID</p>
|
|
238
238
|
# @type ListenerId: String
|
|
239
|
-
# @param RealServerBindSet:
|
|
239
|
+
# @param RealServerBindSet: <p>待绑定源站列表。如果该监听器的源站调度策略是加权轮询,需要填写源站权重 RealServerWeight, 不填或者其他调度类型默认源站权重为1。</p>
|
|
240
240
|
# @type RealServerBindSet: Array
|
|
241
241
|
|
|
242
242
|
attr_accessor :ListenerId, :RealServerBindSet
|
|
@@ -525,23 +525,23 @@ module TencentCloud
|
|
|
525
525
|
|
|
526
526
|
# CheckProxyCreate请求参数结构体
|
|
527
527
|
class CheckProxyCreateRequest < TencentCloud::Common::AbstractModel
|
|
528
|
-
# @param AccessRegion:
|
|
528
|
+
# @param AccessRegion: <p>通道的接入(加速)区域。取值可通过接口DescribeAccessRegionsByDestRegion获取到</p>
|
|
529
529
|
# @type AccessRegion: String
|
|
530
|
-
# @param RealServerRegion:
|
|
530
|
+
# @param RealServerRegion: <p>通道的源站区域。取值可通过接口DescribeDestRegions获取到</p>
|
|
531
531
|
# @type RealServerRegion: String
|
|
532
|
-
# @param Bandwidth:
|
|
532
|
+
# @param Bandwidth: <p>通道带宽上限,单位:Mbps。</p>
|
|
533
533
|
# @type Bandwidth: Integer
|
|
534
|
-
# @param Concurrent:
|
|
534
|
+
# @param Concurrent: <p>通道并发量上限,表示同时在线的连接数,单位:万。</p>
|
|
535
535
|
# @type Concurrent: Integer
|
|
536
|
-
# @param GroupId:
|
|
536
|
+
# @param GroupId: <p>如果在通道组下创建通道,需要填写通道组的ID</p>
|
|
537
537
|
# @type GroupId: String
|
|
538
|
-
# @param IPAddressVersion: IP版本,可取值:IPv4、IPv6,默认值IPv4
|
|
538
|
+
# @param IPAddressVersion: <p>IP版本,可取值:IPv4、IPv6,默认值IPv4</p>
|
|
539
539
|
# @type IPAddressVersion: String
|
|
540
|
-
# @param NetworkType:
|
|
540
|
+
# @param NetworkType: <p>网络类型,可取值:normal、cn2,默认值normal</p>
|
|
541
541
|
# @type NetworkType: String
|
|
542
|
-
# @param PackageType:
|
|
542
|
+
# @param PackageType: <p>通道套餐类型。Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。</p>
|
|
543
543
|
# @type PackageType: String
|
|
544
|
-
# @param Http3Supported:
|
|
544
|
+
# @param Http3Supported: <p>该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道默认支持Http3.0;当为IPv6,默认不支持Http3.0。</p>
|
|
545
545
|
# @type Http3Supported: Integer
|
|
546
546
|
|
|
547
547
|
attr_accessor :AccessRegion, :RealServerRegion, :Bandwidth, :Concurrent, :GroupId, :IPAddressVersion, :NetworkType, :PackageType, :Http3Supported
|
|
@@ -573,7 +573,7 @@ module TencentCloud
|
|
|
573
573
|
|
|
574
574
|
# CheckProxyCreate返回参数结构体
|
|
575
575
|
class CheckProxyCreateResponse < TencentCloud::Common::AbstractModel
|
|
576
|
-
# @param CheckFlag:
|
|
576
|
+
# @param CheckFlag: <p>查询能否创建给定配置的通道,1可以创建,0不可创建。</p>
|
|
577
577
|
# @type CheckFlag: Integer
|
|
578
578
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
579
579
|
# @type RequestId: String
|
|
@@ -762,20 +762,13 @@ module TencentCloud
|
|
|
762
762
|
|
|
763
763
|
# CreateCertificate请求参数结构体
|
|
764
764
|
class CreateCertificateRequest < TencentCloud::Common::AbstractModel
|
|
765
|
-
# @param CertificateType:
|
|
766
|
-
# 0,表示基础认证配置;
|
|
767
|
-
# 1,表示客户端CA证书;
|
|
768
|
-
# 2,服务器SSL证书;
|
|
769
|
-
# 3,表示源站CA证书;
|
|
770
|
-
# 4,表示通道SSL证书。
|
|
765
|
+
# @param CertificateType: <p>证书类型。其中:0,表示基础认证配置;1,表示客户端CA证书;2,服务器SSL证书;3,表示源站CA证书;4,表示通道SSL证书。</p>
|
|
771
766
|
# @type CertificateType: Integer
|
|
772
|
-
# @param CertificateContent:
|
|
773
|
-
# 当证书类型为基础认证配置时,该参数填写用户名/密码对。格式:“用户名:密码”,例如:root:FSGdT。其中密码使用htpasswd或者openssl,例如:openssl passwd -crypt 123456。
|
|
774
|
-
# 当证书类型为CA/SSL证书时,该参数填写证书内容,格式为pem。
|
|
767
|
+
# @param CertificateContent: <p>证书内容。采用url编码。其中:当证书类型为基础认证配置时,该参数填写用户名/密码对。格式:“用户名:密码”,例如:root:FSGdT。其中密码使用htpasswd或者openssl,例如:openssl passwd -crypt 123456。当证书类型为CA/SSL证书时,该参数填写证书内容,格式为pem。</p>
|
|
775
768
|
# @type CertificateContent: String
|
|
776
|
-
# @param CertificateAlias:
|
|
769
|
+
# @param CertificateAlias: <p>证书名称</p>
|
|
777
770
|
# @type CertificateAlias: String
|
|
778
|
-
# @param CertificateKey:
|
|
771
|
+
# @param CertificateKey: <p>密钥内容。采用url编码。仅当证书类型为SSL证书时,需要填写该参数。格式为pem。</p>
|
|
779
772
|
# @type CertificateKey: String
|
|
780
773
|
|
|
781
774
|
attr_accessor :CertificateType, :CertificateContent, :CertificateAlias, :CertificateKey
|
|
@@ -797,7 +790,7 @@ module TencentCloud
|
|
|
797
790
|
|
|
798
791
|
# CreateCertificate返回参数结构体
|
|
799
792
|
class CreateCertificateResponse < TencentCloud::Common::AbstractModel
|
|
800
|
-
# @param CertificateId:
|
|
793
|
+
# @param CertificateId: <p>证书ID</p>
|
|
801
794
|
# @type CertificateId: String
|
|
802
795
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
803
796
|
# @type RequestId: String
|
|
@@ -860,19 +853,19 @@ module TencentCloud
|
|
|
860
853
|
|
|
861
854
|
# CreateDomainErrorPageInfo请求参数结构体
|
|
862
855
|
class CreateDomainErrorPageInfoRequest < TencentCloud::Common::AbstractModel
|
|
863
|
-
# @param ListenerId:
|
|
856
|
+
# @param ListenerId: <p>监听器ID</p>
|
|
864
857
|
# @type ListenerId: String
|
|
865
|
-
# @param Domain:
|
|
858
|
+
# @param Domain: <p>域名</p>
|
|
866
859
|
# @type Domain: String
|
|
867
|
-
# @param ErrorNos:
|
|
860
|
+
# @param ErrorNos: <p>原始错误码</p>
|
|
868
861
|
# @type ErrorNos: Array
|
|
869
|
-
# @param Body:
|
|
862
|
+
# @param Body: <p>新的响应包体</p>
|
|
870
863
|
# @type Body: String
|
|
871
|
-
# @param NewErrorNo:
|
|
864
|
+
# @param NewErrorNo: <p>新错误码</p>
|
|
872
865
|
# @type NewErrorNo: Integer
|
|
873
|
-
# @param ClearHeaders:
|
|
866
|
+
# @param ClearHeaders: <p>需要删除的响应头</p>
|
|
874
867
|
# @type ClearHeaders: Array
|
|
875
|
-
# @param SetHeaders:
|
|
868
|
+
# @param SetHeaders: <p>需要设置的响应头</p>
|
|
876
869
|
# @type SetHeaders: Array
|
|
877
870
|
|
|
878
871
|
attr_accessor :ListenerId, :Domain, :ErrorNos, :Body, :NewErrorNo, :ClearHeaders, :SetHeaders
|
|
@@ -907,7 +900,7 @@ module TencentCloud
|
|
|
907
900
|
|
|
908
901
|
# CreateDomainErrorPageInfo返回参数结构体
|
|
909
902
|
class CreateDomainErrorPageInfoResponse < TencentCloud::Common::AbstractModel
|
|
910
|
-
# @param ErrorPageId:
|
|
903
|
+
# @param ErrorPageId: <p>错误定制响应的配置ID</p>
|
|
911
904
|
# @type ErrorPageId: String
|
|
912
905
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
913
906
|
# @type RequestId: String
|
|
@@ -1083,13 +1076,13 @@ module TencentCloud
|
|
|
1083
1076
|
|
|
1084
1077
|
# CreateHTTPListener请求参数结构体
|
|
1085
1078
|
class CreateHTTPListenerRequest < TencentCloud::Common::AbstractModel
|
|
1086
|
-
# @param ListenerName:
|
|
1079
|
+
# @param ListenerName: <p>监听器名称</p>
|
|
1087
1080
|
# @type ListenerName: String
|
|
1088
|
-
# @param Port:
|
|
1081
|
+
# @param Port: <p>监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复</p>
|
|
1089
1082
|
# @type Port: Integer
|
|
1090
|
-
# @param ProxyId:
|
|
1083
|
+
# @param ProxyId: <p>通道ID,与GroupId不能同时设置,对应为通道创建监听器</p>
|
|
1091
1084
|
# @type ProxyId: String
|
|
1092
|
-
# @param GroupId:
|
|
1085
|
+
# @param GroupId: <p>通道组ID,与ProxyId不能同时设置,对应为通道组创建监听器</p>
|
|
1093
1086
|
# @type GroupId: String
|
|
1094
1087
|
|
|
1095
1088
|
attr_accessor :ListenerName, :Port, :ProxyId, :GroupId
|
|
@@ -1111,7 +1104,7 @@ module TencentCloud
|
|
|
1111
1104
|
|
|
1112
1105
|
# CreateHTTPListener返回参数结构体
|
|
1113
1106
|
class CreateHTTPListenerResponse < TencentCloud::Common::AbstractModel
|
|
1114
|
-
# @param ListenerId:
|
|
1107
|
+
# @param ListenerId: <p>创建的监听器ID</p>
|
|
1115
1108
|
# @type ListenerId: String
|
|
1116
1109
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1117
1110
|
# @type RequestId: String
|
|
@@ -1131,32 +1124,25 @@ module TencentCloud
|
|
|
1131
1124
|
|
|
1132
1125
|
# CreateHTTPSListener请求参数结构体
|
|
1133
1126
|
class CreateHTTPSListenerRequest < TencentCloud::Common::AbstractModel
|
|
1134
|
-
# @param ListenerName:
|
|
1127
|
+
# @param ListenerName: <p>监听器名称</p>
|
|
1135
1128
|
# @type ListenerName: String
|
|
1136
|
-
# @param Port:
|
|
1129
|
+
# @param Port: <p>监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复</p>
|
|
1137
1130
|
# @type Port: Integer
|
|
1138
|
-
# @param CertificateId:
|
|
1131
|
+
# @param CertificateId: <p>服务器证书ID</p>
|
|
1139
1132
|
# @type CertificateId: String
|
|
1140
|
-
# @param ForwardProtocol:
|
|
1133
|
+
# @param ForwardProtocol: <p>加速通道转发到源站的协议类型:HTTP | HTTPS</p>
|
|
1141
1134
|
# @type ForwardProtocol: String
|
|
1142
|
-
# @param ProxyId:
|
|
1135
|
+
# @param ProxyId: <p>通道ID,与GroupId之间只能设置一个。表示创建通道的监听器。</p>
|
|
1143
1136
|
# @type ProxyId: String
|
|
1144
|
-
# @param AuthType:
|
|
1145
|
-
# 0,单向认证;
|
|
1146
|
-
# 1,双向认证。
|
|
1147
|
-
# 默认使用单向认证。
|
|
1137
|
+
# @param AuthType: <p>认证类型,其中:0,单向认证;1,双向认证。默认使用单向认证。</p>
|
|
1148
1138
|
# @type AuthType: Integer
|
|
1149
|
-
# @param ClientCertificateId:
|
|
1139
|
+
# @param ClientCertificateId: <p>客户端CA单证书ID,仅当双向认证时设置该参数或PolyClientCertificateIds参数</p>
|
|
1150
1140
|
# @type ClientCertificateId: String
|
|
1151
|
-
# @param PolyClientCertificateIds:
|
|
1141
|
+
# @param PolyClientCertificateIds: <p>新的客户端多CA证书ID,仅当双向认证时设置该参数或设置ClientCertificateId参数</p>
|
|
1152
1142
|
# @type PolyClientCertificateIds: Array
|
|
1153
|
-
# @param GroupId:
|
|
1143
|
+
# @param GroupId: <p>通道组ID,与ProxyId之间只能设置一个。表示创建通道组的监听器。</p>
|
|
1154
1144
|
# @type GroupId: String
|
|
1155
|
-
# @param Http3Supported:
|
|
1156
|
-
# 0,表示不需要支持Http3接入;
|
|
1157
|
-
# 1,表示需要支持Http3接入。
|
|
1158
|
-
# 注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。
|
|
1159
|
-
# 该功能的启停无法在监听器创建完毕后再修改。
|
|
1145
|
+
# @param Http3Supported: <p>支持Http3的开关,其中:0,表示不需要支持Http3接入;1,表示需要支持Http3接入。注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。该功能的启停无法在监听器创建完毕后再修改。</p>
|
|
1160
1146
|
# @type Http3Supported: Integer
|
|
1161
1147
|
|
|
1162
1148
|
attr_accessor :ListenerName, :Port, :CertificateId, :ForwardProtocol, :ProxyId, :AuthType, :ClientCertificateId, :PolyClientCertificateIds, :GroupId, :Http3Supported
|
|
@@ -1190,7 +1176,7 @@ module TencentCloud
|
|
|
1190
1176
|
|
|
1191
1177
|
# CreateHTTPSListener返回参数结构体
|
|
1192
1178
|
class CreateHTTPSListenerResponse < TencentCloud::Common::AbstractModel
|
|
1193
|
-
# @param ListenerId:
|
|
1179
|
+
# @param ListenerId: <p>创建的监听器ID</p>
|
|
1194
1180
|
# @type ListenerId: String
|
|
1195
1181
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1196
1182
|
# @type RequestId: String
|
|
@@ -1246,21 +1232,21 @@ module TencentCloud
|
|
|
1246
1232
|
|
|
1247
1233
|
# CreateProxyGroup请求参数结构体
|
|
1248
1234
|
class CreateProxyGroupRequest < TencentCloud::Common::AbstractModel
|
|
1249
|
-
# @param ProjectId:
|
|
1235
|
+
# @param ProjectId: <p>通道组所属项目ID</p>
|
|
1250
1236
|
# @type ProjectId: Integer
|
|
1251
|
-
# @param GroupName:
|
|
1237
|
+
# @param GroupName: <p>通道组别名</p>
|
|
1252
1238
|
# @type GroupName: String
|
|
1253
|
-
# @param RealServerRegion:
|
|
1239
|
+
# @param RealServerRegion: <p>源站地域,参考接口 [https://cloud.tencent.com/document/api/608/36964] 返回参数RegionDetail中的RegionId</p>
|
|
1254
1240
|
# @type RealServerRegion: String
|
|
1255
|
-
# @param TagSet:
|
|
1241
|
+
# @param TagSet: <p>标签列表</p>
|
|
1256
1242
|
# @type TagSet: Array
|
|
1257
|
-
# @param AccessRegionSet:
|
|
1243
|
+
# @param AccessRegionSet: <p>加速地域列表,包括加速地域名,及该地域对应的带宽和并发配置。</p>
|
|
1258
1244
|
# @type AccessRegionSet: Array
|
|
1259
|
-
# @param IPAddressVersion: IP版本,可取值:IPv4、IPv6,默认值IPv4
|
|
1245
|
+
# @param IPAddressVersion: <p>IP版本,可取值:IPv4、IPv6,默认值IPv4</p>
|
|
1260
1246
|
# @type IPAddressVersion: String
|
|
1261
|
-
# @param PackageType:
|
|
1247
|
+
# @param PackageType: <p>通道组套餐类型,可取值:Thunder、Accelerator,默认值Thunder</p>
|
|
1262
1248
|
# @type PackageType: String
|
|
1263
|
-
# @param Http3Supported:
|
|
1249
|
+
# @param Http3Supported: <p>该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道组默认支持Http3.0;当为IPv6,默认不支持Http3.0。</p>
|
|
1264
1250
|
# @type Http3Supported: Integer
|
|
1265
1251
|
|
|
1266
1252
|
attr_accessor :ProjectId, :GroupName, :RealServerRegion, :TagSet, :AccessRegionSet, :IPAddressVersion, :PackageType, :Http3Supported
|
|
@@ -1304,7 +1290,7 @@ module TencentCloud
|
|
|
1304
1290
|
|
|
1305
1291
|
# CreateProxyGroup返回参数结构体
|
|
1306
1292
|
class CreateProxyGroupResponse < TencentCloud::Common::AbstractModel
|
|
1307
|
-
# @param GroupId:
|
|
1293
|
+
# @param GroupId: <p>通道组ID</p>
|
|
1308
1294
|
# @type GroupId: String
|
|
1309
1295
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1310
1296
|
# @type RequestId: String
|
|
@@ -1425,30 +1411,29 @@ module TencentCloud
|
|
|
1425
1411
|
|
|
1426
1412
|
# CreateRule请求参数结构体
|
|
1427
1413
|
class CreateRuleRequest < TencentCloud::Common::AbstractModel
|
|
1428
|
-
# @param ListenerId: 7层监听器ID
|
|
1414
|
+
# @param ListenerId: <p>7层监听器ID</p>
|
|
1429
1415
|
# @type ListenerId: String
|
|
1430
|
-
# @param Domain:
|
|
1416
|
+
# @param Domain: <p>转发规则的域名</p>
|
|
1431
1417
|
# @type Domain: String
|
|
1432
|
-
# @param Path:
|
|
1418
|
+
# @param Path: <p>转发规则的路径</p>
|
|
1433
1419
|
# @type Path: String
|
|
1434
|
-
# @param RealServerType:
|
|
1420
|
+
# @param RealServerType: <p>转发规则对应源站的类型,支持IP和DOMAIN类型。</p>
|
|
1435
1421
|
# @type RealServerType: String
|
|
1436
|
-
# @param Scheduler:
|
|
1422
|
+
# @param Scheduler: <p>监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数。</p>
|
|
1437
1423
|
# @type Scheduler: String
|
|
1438
|
-
# @param HealthCheck:
|
|
1424
|
+
# @param HealthCheck: <p>规则是否开启健康检查,1开启,0关闭。</p>
|
|
1439
1425
|
# @type HealthCheck: Integer
|
|
1440
|
-
# @param CheckParams:
|
|
1426
|
+
# @param CheckParams: <p>源站健康检查相关参数</p>
|
|
1441
1427
|
# @type CheckParams: :class:`Tencentcloud::Gaap.v20180529.models.RuleCheckParams`
|
|
1442
|
-
# @param ForwardProtocol:
|
|
1443
|
-
# 不传递该字段时表示使用对应监听器的ForwardProtocol。
|
|
1428
|
+
# @param ForwardProtocol: <p>加速通道转发到源站的协议类型:支持HTTP或HTTPS。不传递该字段时表示使用对应监听器的ForwardProtocol。</p>
|
|
1444
1429
|
# @type ForwardProtocol: String
|
|
1445
|
-
# @param ForwardHost:
|
|
1430
|
+
# @param ForwardHost: <p>回源Host。加速通道转发到源站的host,不设置该参数时,使用默认的host设置,即客户端发起的http请求的host。</p>
|
|
1446
1431
|
# @type ForwardHost: String
|
|
1447
|
-
# @param ServerNameIndicationSwitch:
|
|
1432
|
+
# @param ServerNameIndicationSwitch: <p>服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。创建HTTP监听器转发规则时,SNI功能默认关闭。</p>
|
|
1448
1433
|
# @type ServerNameIndicationSwitch: String
|
|
1449
|
-
# @param ServerNameIndication:
|
|
1434
|
+
# @param ServerNameIndication: <p>服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。</p>
|
|
1450
1435
|
# @type ServerNameIndication: String
|
|
1451
|
-
# @param ForcedRedirect: HTTP强制跳转HTTPS
|
|
1436
|
+
# @param ForcedRedirect: <p>HTTP强制跳转HTTPS。输入当前规则对应的域名与地址。</p>
|
|
1452
1437
|
# @type ForcedRedirect: String
|
|
1453
1438
|
|
|
1454
1439
|
attr_accessor :ListenerId, :Domain, :Path, :RealServerType, :Scheduler, :HealthCheck, :CheckParams, :ForwardProtocol, :ForwardHost, :ServerNameIndicationSwitch, :ServerNameIndication, :ForcedRedirect
|
|
@@ -1489,7 +1474,7 @@ module TencentCloud
|
|
|
1489
1474
|
|
|
1490
1475
|
# CreateRule返回参数结构体
|
|
1491
1476
|
class CreateRuleResponse < TencentCloud::Common::AbstractModel
|
|
1492
|
-
# @param RuleId:
|
|
1477
|
+
# @param RuleId: <p>创建转发规则成功返回规则ID</p>
|
|
1493
1478
|
# @type RuleId: String
|
|
1494
1479
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1495
1480
|
# @type RequestId: String
|
|
@@ -2790,7 +2775,7 @@ module TencentCloud
|
|
|
2790
2775
|
|
|
2791
2776
|
# DescribeGroupAndStatisticsProxy请求参数结构体
|
|
2792
2777
|
class DescribeGroupAndStatisticsProxyRequest < TencentCloud::Common::AbstractModel
|
|
2793
|
-
# @param ProjectId:
|
|
2778
|
+
# @param ProjectId: <p>项目ID</p>
|
|
2794
2779
|
# @type ProjectId: Integer
|
|
2795
2780
|
|
|
2796
2781
|
attr_accessor :ProjectId
|
|
@@ -2806,9 +2791,9 @@ module TencentCloud
|
|
|
2806
2791
|
|
|
2807
2792
|
# DescribeGroupAndStatisticsProxy返回参数结构体
|
|
2808
2793
|
class DescribeGroupAndStatisticsProxyResponse < TencentCloud::Common::AbstractModel
|
|
2809
|
-
# @param GroupSet:
|
|
2794
|
+
# @param GroupSet: <p>可以统计的通道组信息</p>
|
|
2810
2795
|
# @type GroupSet: Array
|
|
2811
|
-
# @param TotalCount:
|
|
2796
|
+
# @param TotalCount: <p>通道组数量</p>
|
|
2812
2797
|
# @type TotalCount: Integer
|
|
2813
2798
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2814
2799
|
# @type RequestId: String
|
|
@@ -2892,21 +2877,21 @@ module TencentCloud
|
|
|
2892
2877
|
|
|
2893
2878
|
# DescribeHTTPListeners请求参数结构体
|
|
2894
2879
|
class DescribeHTTPListenersRequest < TencentCloud::Common::AbstractModel
|
|
2895
|
-
# @param ProxyId:
|
|
2880
|
+
# @param ProxyId: <p>通道ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
|
|
2896
2881
|
# @type ProxyId: String
|
|
2897
|
-
# @param GroupId:
|
|
2882
|
+
# @param GroupId: <p>通道组ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
|
|
2898
2883
|
# @type GroupId: String
|
|
2899
|
-
# @param ListenerId:
|
|
2884
|
+
# @param ListenerId: <p>过滤条件,按照监听器ID进行精确查询。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
|
|
2900
2885
|
# @type ListenerId: String
|
|
2901
|
-
# @param ListenerName:
|
|
2886
|
+
# @param ListenerName: <p>过滤条件,按照监听器名称进行精确查询</p>
|
|
2902
2887
|
# @type ListenerName: String
|
|
2903
|
-
# @param Port:
|
|
2888
|
+
# @param Port: <p>过滤条件,按照监听器端口进行精确查询</p>
|
|
2904
2889
|
# @type Port: Integer
|
|
2905
|
-
# @param Offset:
|
|
2890
|
+
# @param Offset: <p>偏移量,默认为0</p>
|
|
2906
2891
|
# @type Offset: Integer
|
|
2907
|
-
# @param Limit:
|
|
2892
|
+
# @param Limit: <p>限制数量,默认为20个</p>
|
|
2908
2893
|
# @type Limit: Integer
|
|
2909
|
-
# @param SearchValue:
|
|
2894
|
+
# @param SearchValue: <p>过滤条件,支持按照端口或监听器名称进行模糊查询,该参数不能与ListenerName和Port同时使用</p>
|
|
2910
2895
|
# @type SearchValue: String
|
|
2911
2896
|
|
|
2912
2897
|
attr_accessor :ProxyId, :GroupId, :ListenerId, :ListenerName, :Port, :Offset, :Limit, :SearchValue
|
|
@@ -2936,9 +2921,9 @@ module TencentCloud
|
|
|
2936
2921
|
|
|
2937
2922
|
# DescribeHTTPListeners返回参数结构体
|
|
2938
2923
|
class DescribeHTTPListenersResponse < TencentCloud::Common::AbstractModel
|
|
2939
|
-
# @param TotalCount:
|
|
2924
|
+
# @param TotalCount: <p>监听器数量</p>
|
|
2940
2925
|
# @type TotalCount: Integer
|
|
2941
|
-
# @param ListenerSet: HTTP
|
|
2926
|
+
# @param ListenerSet: <p>HTTP监听器列表</p>
|
|
2942
2927
|
# @type ListenerSet: Array
|
|
2943
2928
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2944
2929
|
# @type RequestId: String
|
|
@@ -3174,41 +3159,23 @@ module TencentCloud
|
|
|
3174
3159
|
|
|
3175
3160
|
# DescribeProxies请求参数结构体
|
|
3176
3161
|
class DescribeProxiesRequest < TencentCloud::Common::AbstractModel
|
|
3177
|
-
# @param InstanceIds:
|
|
3162
|
+
# @param InstanceIds: <p>(旧参数,请切换到ProxyIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters。</p>
|
|
3178
3163
|
# @type InstanceIds: Array
|
|
3179
|
-
# @param Offset:
|
|
3164
|
+
# @param Offset: <p>偏移量,默认为0。</p>
|
|
3180
3165
|
# @type Offset: Integer
|
|
3181
|
-
# @param Limit:
|
|
3166
|
+
# @param Limit: <p>返回数量,默认为20,最大值为100。</p>
|
|
3182
3167
|
# @type Limit: Integer
|
|
3183
|
-
# @param Filters:
|
|
3184
|
-
# 每次请求的Filters的上限为10,Filter.Values的上限为5。参数不支持同时指定InstanceIds和Filters。
|
|
3185
|
-
# ProjectId - String - 是否必填:否 -(过滤条件)按照项目ID过滤。
|
|
3186
|
-
# AccessRegion - String - 是否必填:否 - (过滤条件)按照接入地域过滤。
|
|
3187
|
-
# RealServerRegion - String - 是否必填:否 - (过滤条件)按照源站地域过滤。
|
|
3188
|
-
# GroupId - String - 是否必填:否 - (过滤条件)按照通道组ID过滤。
|
|
3189
|
-
# IPAddressVersion - String - 是否必填:否 - (过滤条件)按照IP版本过滤。
|
|
3190
|
-
# PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐类型过滤。
|
|
3168
|
+
# @param Filters: <p>过滤条件。 <br />每次请求的Filters的上限为10,Filter.Values的上限为5。参数不支持同时指定InstanceIds和Filters。 ProjectId - String - 是否必填:否 -(过滤条件)按照项目ID过滤。 <br />AccessRegion - String - 是否必填:否 - (过滤条件)按照接入地域过滤。 <br />RealServerRegion - String - 是否必填:否 - (过滤条件)按照源站地域过滤。GroupId - String - 是否必填:否 - (过滤条件)按照通道组ID过滤。IPAddressVersion - String - 是否必填:否 - (过滤条件)按照IP版本过滤。PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐类型过滤。</p>
|
|
3191
3169
|
# @type Filters: Array
|
|
3192
|
-
# @param ProxyIds:
|
|
3170
|
+
# @param ProxyIds: <p>(新参数,替代InstanceIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters。</p>
|
|
3193
3171
|
# @type ProxyIds: Array
|
|
3194
|
-
# @param TagSet:
|
|
3195
|
-
# 最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,通道会被拉取出来。
|
|
3172
|
+
# @param TagSet: <p>标签列表,当存在该字段时,拉取对应标签下的资源列表。最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,通道会被拉取出来。</p>
|
|
3196
3173
|
# @type TagSet: Array
|
|
3197
|
-
# @param Independent:
|
|
3198
|
-
# 当该字段为0时,仅拉取通道组的通道,
|
|
3199
|
-
# 不存在该字段时,拉取所有通道,包括独立通道和通道组通道。
|
|
3174
|
+
# @param Independent: <p>当该字段为1时,仅拉取非通道组的通道,当该字段为0时,仅拉取通道组的通道,不存在该字段时,拉取所有通道,包括独立通道和通道组通道。</p>
|
|
3200
3175
|
# @type Independent: Integer
|
|
3201
|
-
# @param Order:
|
|
3202
|
-
# asc:升序排列;
|
|
3203
|
-
# desc:降序排列。
|
|
3204
|
-
# 默认为降序。
|
|
3176
|
+
# @param Order: <p>输出通道列表的排列顺序。取值范围:asc:升序排列;desc:降序排列。默认为降序。</p>
|
|
3205
3177
|
# @type Order: String
|
|
3206
|
-
# @param OrderField:
|
|
3207
|
-
# create_time:依据通道的创建时间排序;
|
|
3208
|
-
# proxy_id:依据通道的ID排序;
|
|
3209
|
-
# bandwidth:依据通道带宽上限排序;
|
|
3210
|
-
# concurrent_connections:依据通道并发排序;
|
|
3211
|
-
# 默认按通道创建时间排序。
|
|
3178
|
+
# @param OrderField: <p>通道列表排序的依据字段。取值范围:create_time:依据通道的创建时间排序;proxy_id:依据通道的ID排序;bandwidth:依据通道带宽上限排序;concurrent_connections:依据通道并发排序;默认按通道创建时间排序。</p>
|
|
3212
3179
|
# @type OrderField: String
|
|
3213
3180
|
|
|
3214
3181
|
attr_accessor :InstanceIds, :Offset, :Limit, :Filters, :ProxyIds, :TagSet, :Independent, :Order, :OrderField
|
|
@@ -3254,11 +3221,11 @@ module TencentCloud
|
|
|
3254
3221
|
|
|
3255
3222
|
# DescribeProxies返回参数结构体
|
|
3256
3223
|
class DescribeProxiesResponse < TencentCloud::Common::AbstractModel
|
|
3257
|
-
# @param TotalCount:
|
|
3224
|
+
# @param TotalCount: <p>通道个数。</p>
|
|
3258
3225
|
# @type TotalCount: Integer
|
|
3259
|
-
# @param InstanceSet:
|
|
3226
|
+
# @param InstanceSet: <p>(旧参数,请切换到ProxySet)通道实例信息列表。</p>
|
|
3260
3227
|
# @type InstanceSet: Array
|
|
3261
|
-
# @param ProxySet:
|
|
3228
|
+
# @param ProxySet: <p>(新参数)通道实例信息列表。</p>
|
|
3262
3229
|
# @type ProxySet: Array
|
|
3263
3230
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3264
3231
|
# @type RequestId: String
|
|
@@ -3343,7 +3310,7 @@ module TencentCloud
|
|
|
3343
3310
|
|
|
3344
3311
|
# DescribeProxyAndStatisticsListeners请求参数结构体
|
|
3345
3312
|
class DescribeProxyAndStatisticsListenersRequest < TencentCloud::Common::AbstractModel
|
|
3346
|
-
# @param ProjectId:
|
|
3313
|
+
# @param ProjectId: <p>项目ID</p>
|
|
3347
3314
|
# @type ProjectId: Integer
|
|
3348
3315
|
|
|
3349
3316
|
attr_accessor :ProjectId
|
|
@@ -3359,9 +3326,9 @@ module TencentCloud
|
|
|
3359
3326
|
|
|
3360
3327
|
# DescribeProxyAndStatisticsListeners返回参数结构体
|
|
3361
3328
|
class DescribeProxyAndStatisticsListenersResponse < TencentCloud::Common::AbstractModel
|
|
3362
|
-
# @param ProxySet:
|
|
3329
|
+
# @param ProxySet: <p>可以统计的通道信息</p>
|
|
3363
3330
|
# @type ProxySet: Array
|
|
3364
|
-
# @param TotalCount:
|
|
3331
|
+
# @param TotalCount: <p>通道数量</p>
|
|
3365
3332
|
# @type TotalCount: Integer
|
|
3366
3333
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3367
3334
|
# @type RequestId: String
|
|
@@ -3468,22 +3435,15 @@ module TencentCloud
|
|
|
3468
3435
|
|
|
3469
3436
|
# DescribeProxyGroupList请求参数结构体
|
|
3470
3437
|
class DescribeProxyGroupListRequest < TencentCloud::Common::AbstractModel
|
|
3471
|
-
# @param Offset:
|
|
3438
|
+
# @param Offset: <p>偏移量,默认值为0。</p>
|
|
3472
3439
|
# @type Offset: Integer
|
|
3473
|
-
# @param Limit:
|
|
3440
|
+
# @param Limit: <p>返回数量,默认值为20,最大值为100。</p>
|
|
3474
3441
|
# @type Limit: Integer
|
|
3475
|
-
# @param ProjectId:
|
|
3476
|
-
# -1,该用户下所有项目
|
|
3477
|
-
# 0,默认项目
|
|
3478
|
-
# 其他值,指定的项目
|
|
3442
|
+
# @param ProjectId: <p>项目ID。取值范围:-1,该用户下所有项目0,默认项目其他值,指定的项目</p>
|
|
3479
3443
|
# @type ProjectId: Integer
|
|
3480
|
-
# @param Filters:
|
|
3481
|
-
# 每次请求的Filter.Values的上限为5。
|
|
3482
|
-
# RealServerRegion - String - 是否必填:否 -(过滤条件)按照源站地域过滤,可参考DescribeDestRegions接口返回结果中的RegionId。
|
|
3483
|
-
# PackageType - String - 是否必填:否 - (过滤条件)通道组类型,Thunder表示标准通道组,Accelerator表示银牌加速通道组。
|
|
3444
|
+
# @param Filters: <p>过滤条件。 <br />每次请求的Filter.Values的上限为5。RealServerRegion - String - 是否必填:否 -(过滤条件)按照源站地域过滤,可参考DescribeDestRegions接口返回结果中的RegionId。PackageType - String - 是否必填:否 - (过滤条件)通道组类型,Thunder表示标准通道组,Accelerator表示银牌加速通道组。</p>
|
|
3484
3445
|
# @type Filters: Array
|
|
3485
|
-
# @param TagSet:
|
|
3486
|
-
# 最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,该通道组会被拉取出来。
|
|
3446
|
+
# @param TagSet: <p>标签列表,当存在该字段时,拉取对应标签下的资源列表。最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,该通道组会被拉取出来。</p>
|
|
3487
3447
|
# @type TagSet: Array
|
|
3488
3448
|
|
|
3489
3449
|
attr_accessor :Offset, :Limit, :ProjectId, :Filters, :TagSet
|
|
@@ -3521,9 +3481,9 @@ module TencentCloud
|
|
|
3521
3481
|
|
|
3522
3482
|
# DescribeProxyGroupList返回参数结构体
|
|
3523
3483
|
class DescribeProxyGroupListResponse < TencentCloud::Common::AbstractModel
|
|
3524
|
-
# @param TotalCount:
|
|
3484
|
+
# @param TotalCount: <p>通道组总数。</p>
|
|
3525
3485
|
# @type TotalCount: Integer
|
|
3526
|
-
# @param ProxyGroupList:
|
|
3486
|
+
# @param ProxyGroupList: <p>通道组列表。</p>
|
|
3527
3487
|
# @type ProxyGroupList: Array
|
|
3528
3488
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3529
3489
|
# @type RequestId: String
|
|
@@ -3552,18 +3512,15 @@ module TencentCloud
|
|
|
3552
3512
|
|
|
3553
3513
|
# DescribeProxyGroupStatistics请求参数结构体
|
|
3554
3514
|
class DescribeProxyGroupStatisticsRequest < TencentCloud::Common::AbstractModel
|
|
3555
|
-
# @param GroupId:
|
|
3515
|
+
# @param GroupId: <p>通道组ID</p>
|
|
3556
3516
|
# @type GroupId: String
|
|
3557
|
-
# @param StartTime:
|
|
3517
|
+
# @param StartTime: <p>起始时间</p>
|
|
3558
3518
|
# @type StartTime: String
|
|
3559
|
-
# @param EndTime:
|
|
3519
|
+
# @param EndTime: <p>结束时间</p>
|
|
3560
3520
|
# @type EndTime: String
|
|
3561
|
-
# @param MetricNames:
|
|
3521
|
+
# @param MetricNames: <p>统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets</p>
|
|
3562
3522
|
# @type MetricNames: Array
|
|
3563
|
-
# @param Granularity:
|
|
3564
|
-
# 当时间范围不超过1天,支持最小粒度60秒;
|
|
3565
|
-
# 当时间范围不超过7天,支持最小粒度3600秒;
|
|
3566
|
-
# 当时间范围不超过30天,支持最小粒度86400秒。
|
|
3523
|
+
# @param Granularity: <p>监控粒度,目前支持60,300,3600,86400,单位:秒。当时间范围不超过1天,支持最小粒度60秒;当时间范围不超过7天,支持最小粒度3600秒;当时间范围不超过30天,支持最小粒度86400秒。</p>
|
|
3567
3524
|
# @type Granularity: Integer
|
|
3568
3525
|
|
|
3569
3526
|
attr_accessor :GroupId, :StartTime, :EndTime, :MetricNames, :Granularity
|
|
@@ -3587,7 +3544,7 @@ module TencentCloud
|
|
|
3587
3544
|
|
|
3588
3545
|
# DescribeProxyGroupStatistics返回参数结构体
|
|
3589
3546
|
class DescribeProxyGroupStatisticsResponse < TencentCloud::Common::AbstractModel
|
|
3590
|
-
# @param StatisticsData:
|
|
3547
|
+
# @param StatisticsData: <p>通道组统计数据</p>
|
|
3591
3548
|
# @type StatisticsData: Array
|
|
3592
3549
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3593
3550
|
# @type RequestId: String
|
|
@@ -5584,13 +5541,13 @@ module TencentCloud
|
|
|
5584
5541
|
|
|
5585
5542
|
# ModifyGlobalDomainDns请求参数结构体
|
|
5586
5543
|
class ModifyGlobalDomainDnsRequest < TencentCloud::Common::AbstractModel
|
|
5587
|
-
# @param DnsRecordId:
|
|
5544
|
+
# @param DnsRecordId: <p>解析记录ID</p>
|
|
5588
5545
|
# @type DnsRecordId: Integer
|
|
5589
|
-
# @param DomainId:
|
|
5546
|
+
# @param DomainId: <p>域名ID</p>
|
|
5590
5547
|
# @type DomainId: String
|
|
5591
|
-
# @param NationCountryInnerCodes:
|
|
5548
|
+
# @param NationCountryInnerCodes: <p>国家ID列表</p>
|
|
5592
5549
|
# @type NationCountryInnerCodes: Array
|
|
5593
|
-
# @param ProxyIdList:
|
|
5550
|
+
# @param ProxyIdList: <p>通道ID列表</p>
|
|
5594
5551
|
# @type ProxyIdList: Array
|
|
5595
5552
|
|
|
5596
5553
|
attr_accessor :DnsRecordId, :DomainId, :NationCountryInnerCodes, :ProxyIdList
|
|
@@ -5861,20 +5818,17 @@ module TencentCloud
|
|
|
5861
5818
|
|
|
5862
5819
|
# ModifyProxyConfiguration请求参数结构体
|
|
5863
5820
|
class ModifyProxyConfigurationRequest < TencentCloud::Common::AbstractModel
|
|
5864
|
-
# @param InstanceId:
|
|
5821
|
+
# @param InstanceId: <p>(旧参数,请切换到ProxyId)通道的实例ID。</p>
|
|
5865
5822
|
# @type InstanceId: String
|
|
5866
|
-
# @param Bandwidth:
|
|
5867
|
-
# Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到
|
|
5823
|
+
# @param Bandwidth: <p>需要调整到的目标带宽,单位:Mbps。Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到</p>
|
|
5868
5824
|
# @type Bandwidth: Integer
|
|
5869
|
-
# @param Concurrent:
|
|
5870
|
-
# Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到
|
|
5825
|
+
# @param Concurrent: <p>需要调整到的目标并发值,单位:万。Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到</p>
|
|
5871
5826
|
# @type Concurrent: Integer
|
|
5872
|
-
# @param ClientToken:
|
|
5873
|
-
# 更多详细信息请参阅:如何保证幂等性。
|
|
5827
|
+
# @param ClientToken: <p>用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。更多详细信息请参阅:如何保证幂等性。</p>
|
|
5874
5828
|
# @type ClientToken: String
|
|
5875
|
-
# @param ProxyId:
|
|
5829
|
+
# @param ProxyId: <p>(新参数)通道的实例ID。</p>
|
|
5876
5830
|
# @type ProxyId: String
|
|
5877
|
-
# @param BillingType:
|
|
5831
|
+
# @param BillingType: <p>计费方式 (0:按带宽计费,1:按流量计费 默认按带宽计费)</p>
|
|
5878
5832
|
# @type BillingType: Integer
|
|
5879
5833
|
|
|
5880
5834
|
attr_accessor :InstanceId, :Bandwidth, :Concurrent, :ClientToken, :ProxyId, :BillingType
|
|
@@ -6131,27 +6085,27 @@ module TencentCloud
|
|
|
6131
6085
|
|
|
6132
6086
|
# ModifyTCPListenerAttribute请求参数结构体
|
|
6133
6087
|
class ModifyTCPListenerAttributeRequest < TencentCloud::Common::AbstractModel
|
|
6134
|
-
# @param ListenerId:
|
|
6088
|
+
# @param ListenerId: <p>监听器ID</p>
|
|
6135
6089
|
# @type ListenerId: String
|
|
6136
|
-
# @param GroupId:
|
|
6090
|
+
# @param GroupId: <p>通道组ID,ProxyId和GroupId必须设置一个,但不能同时设置。</p>
|
|
6137
6091
|
# @type GroupId: String
|
|
6138
|
-
# @param ProxyId:
|
|
6092
|
+
# @param ProxyId: <p>通道ID,ProxyId和GroupId必须设置一个,但不能同时设置。</p>
|
|
6139
6093
|
# @type ProxyId: String
|
|
6140
|
-
# @param ListenerName:
|
|
6094
|
+
# @param ListenerName: <p>监听器名称</p>
|
|
6141
6095
|
# @type ListenerName: String
|
|
6142
|
-
# @param Scheduler:
|
|
6096
|
+
# @param Scheduler: <p>监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数;lrtt表示最小时延。注意:lrtt需要开通白名单;RealServerType 为 DOMAIN 不支持wrr 和 lrtt。</p>
|
|
6143
6097
|
# @type Scheduler: String
|
|
6144
|
-
# @param DelayLoop:
|
|
6098
|
+
# @param DelayLoop: <p>源站健康检查时间间隔,单位:秒。时间间隔取值在[5,300]之间。</p>
|
|
6145
6099
|
# @type DelayLoop: Integer
|
|
6146
|
-
# @param ConnectTimeout:
|
|
6100
|
+
# @param ConnectTimeout: <p>源站健康检查响应超时时间,单位:秒。超时时间取值在[2,60]之间。超时时间应小于健康检查时间间隔DelayLoop。</p>
|
|
6147
6101
|
# @type ConnectTimeout: Integer
|
|
6148
|
-
# @param HealthCheck:
|
|
6102
|
+
# @param HealthCheck: <p>是否开启健康检查,1开启,0关闭。</p>
|
|
6149
6103
|
# @type HealthCheck: Integer
|
|
6150
|
-
# @param FailoverSwitch:
|
|
6104
|
+
# @param FailoverSwitch: <p>源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启</p>
|
|
6151
6105
|
# @type FailoverSwitch: Integer
|
|
6152
|
-
# @param HealthyThreshold:
|
|
6106
|
+
# @param HealthyThreshold: <p>健康阈值,表示连续检查成功多少次数后认定源站健康。范围为1到10</p>
|
|
6153
6107
|
# @type HealthyThreshold: Integer
|
|
6154
|
-
# @param UnhealthyThreshold:
|
|
6108
|
+
# @param UnhealthyThreshold: <p>不健康阈值,表示连续检查失败次数后认定源站不健康。范围为1到10</p>
|
|
6155
6109
|
# @type UnhealthyThreshold: Integer
|
|
6156
6110
|
|
|
6157
6111
|
attr_accessor :ListenerId, :GroupId, :ProxyId, :ListenerName, :Scheduler, :DelayLoop, :ConnectTimeout, :HealthCheck, :FailoverSwitch, :HealthyThreshold, :UnhealthyThreshold
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-gaap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1203
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,8 +33,8 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20180529/models.rb
|
|
37
36
|
- lib/v20180529/client.rb
|
|
37
|
+
- lib/v20180529/models.rb
|
|
38
38
|
- lib/tencentcloud-sdk-gaap.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|