tencentcloud-sdk-gaap 3.0.928 → 3.0.930

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ec47e3af9a77b35fb78bec3dad77fac7aab4da1
4
- data.tar.gz: d43401f1e621559fef7d5be856d33e18eb8ba892
3
+ metadata.gz: 19f3da43d86639ff1d0a8f8f54648047dfa319e9
4
+ data.tar.gz: e8d27931490252a1d7f97b1251544bd60936546a
5
5
  SHA512:
6
- metadata.gz: e97cf5a2a0edf17b5a870d53ec9e3e4dc2924dfc5f8710c86c652edd0f3189f3fbe5b7cf97f18e20456c535fe4c13ec7c42cf3f55ede91172cde0d40b7943d73
7
- data.tar.gz: 0b86869c7e3b01f0fe20131f19272a2b21ff582a60e3d496a39176ac3cbc05ad9e9ec77c37370f96d7559d1142dfae34bff872bd0fdd40f3adcf7c8fe971e8b6
6
+ metadata.gz: e9f06c84e5e395be1f8c392c4c0d9a7759ec076ab727a7593e3f59279ce05891953699c8aa9ad38a41b8f01d9749383885f611beca2b5516ffa643f10528c4f6
7
+ data.tar.gz: 790d6a0635a46ecd7e45e3e30c75e4632af2213cbe39fad5ae5fcbcdb68e834ec898e2313987348a31ff0c228c4b2cddec04baaa003805ab738d0116d0ee2048
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.928
1
+ 3.0.930
@@ -2264,7 +2264,7 @@ module TencentCloud
2264
2264
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2265
2265
  end
2266
2266
 
2267
- # 本接口(ModifyProxyGroupAttribute)用于修改通道组属性,目前仅支持修改通道组名称。
2267
+ # 本接口(ModifyProxyGroupAttribute)用于修改通道组属性,目前仅支持修改通道组名称与项目ID。
2268
2268
 
2269
2269
  # @param request: Request instance for ModifyProxyGroupAttribute.
2270
2270
  # @type request: :class:`Tencentcloud::gaap::V20180529::ModifyProxyGroupAttributeRequest`
@@ -718,9 +718,9 @@ module TencentCloud
718
718
 
719
719
  # CloseSecurityPolicy请求参数结构体
720
720
  class CloseSecurityPolicyRequest < TencentCloud::Common::AbstractModel
721
- # @param ProxyId: 通道ID
721
+ # @param ProxyId: 通道ID。操作通道组时无需填此参数。
722
722
  # @type ProxyId: String
723
- # @param PolicyId: 安全组策略ID
723
+ # @param PolicyId: 安全组策略ID。操作通道组时须填此参数。
724
724
  # @type PolicyId: String
725
725
 
726
726
  attr_accessor :ProxyId, :PolicyId
@@ -1357,7 +1357,7 @@ module TencentCloud
1357
1357
  # @type ProjectId: Integer
1358
1358
  # @param GroupName: 通道组别名
1359
1359
  # @type GroupName: String
1360
- # @param RealServerRegion: 源站地域,参考接口DescribeDestRegions 返回参数RegionDetail中的RegionId
1360
+ # @param RealServerRegion: 源站地域,参考接口 [https://cloud.tencent.com/document/api/608/36964] 返回参数RegionDetail中的RegionId
1361
1361
  # @type RealServerRegion: String
1362
1362
  # @param TagSet: 标签列表
1363
1363
  # @type TagSet: Array
@@ -2104,7 +2104,7 @@ module TencentCloud
2104
2104
  # @type ListenerIds: Array
2105
2105
  # @param Force: 已绑定源站的监听器是否允许强制删除,1:允许, 0:不允许
2106
2106
  # @type Force: Integer
2107
- # @param GroupId: 通道组ID,该参数和GroupId必须设置一个,但不能同时设置。
2107
+ # @param GroupId: 通道组ID,该参数和ProxyId必须设置一个,但不能同时设置。
2108
2108
  # @type GroupId: String
2109
2109
  # @param ProxyId: 通道ID,该参数和GroupId必须设置一个,但不能同时设置。
2110
2110
  # @type ProxyId: String
@@ -2674,12 +2674,17 @@ module TencentCloud
2674
2674
 
2675
2675
  # DescribeDestRegions请求参数结构体
2676
2676
  class DescribeDestRegionsRequest < TencentCloud::Common::AbstractModel
2677
+ # @param QualityType: 通道质量:0表示金牌,1表示银牌。默认不传该参数,表示金牌。本参数确定查询指定通道质量的源站区域
2678
+ # @type QualityType: Integer
2677
2679
 
2680
+ attr_accessor :QualityType
2678
2681
 
2679
- def initialize()
2682
+ def initialize(qualitytype=nil)
2683
+ @QualityType = qualitytype
2680
2684
  end
2681
2685
 
2682
2686
  def deserialize(params)
2687
+ @QualityType = params['QualityType']
2683
2688
  end
2684
2689
  end
2685
2690
 
@@ -3094,9 +3099,11 @@ module TencentCloud
3094
3099
 
3095
3100
  # DescribeHTTPListeners请求参数结构体
3096
3101
  class DescribeHTTPListenersRequest < TencentCloud::Common::AbstractModel
3097
- # @param ProxyId: 通道ID
3102
+ # @param ProxyId: 通道ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
3098
3103
  # @type ProxyId: String
3099
- # @param ListenerId: 过滤条件,按照监听器ID进行精确查询
3104
+ # @param GroupId: 通道组ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
3105
+ # @type GroupId: String
3106
+ # @param ListenerId: 过滤条件,按照监听器ID进行精确查询。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
3100
3107
  # @type ListenerId: String
3101
3108
  # @param ListenerName: 过滤条件,按照监听器名称进行精确查询
3102
3109
  # @type ListenerName: String
@@ -3108,31 +3115,29 @@ module TencentCloud
3108
3115
  # @type Limit: Integer
3109
3116
  # @param SearchValue: 过滤条件,支持按照端口或监听器名称进行模糊查询,该参数不能与ListenerName和Port同时使用
3110
3117
  # @type SearchValue: String
3111
- # @param GroupId: 通道组ID
3112
- # @type GroupId: String
3113
3118
 
3114
- attr_accessor :ProxyId, :ListenerId, :ListenerName, :Port, :Offset, :Limit, :SearchValue, :GroupId
3119
+ attr_accessor :ProxyId, :GroupId, :ListenerId, :ListenerName, :Port, :Offset, :Limit, :SearchValue
3115
3120
 
3116
- def initialize(proxyid=nil, listenerid=nil, listenername=nil, port=nil, offset=nil, limit=nil, searchvalue=nil, groupid=nil)
3121
+ def initialize(proxyid=nil, groupid=nil, listenerid=nil, listenername=nil, port=nil, offset=nil, limit=nil, searchvalue=nil)
3117
3122
  @ProxyId = proxyid
3123
+ @GroupId = groupid
3118
3124
  @ListenerId = listenerid
3119
3125
  @ListenerName = listenername
3120
3126
  @Port = port
3121
3127
  @Offset = offset
3122
3128
  @Limit = limit
3123
3129
  @SearchValue = searchvalue
3124
- @GroupId = groupid
3125
3130
  end
3126
3131
 
3127
3132
  def deserialize(params)
3128
3133
  @ProxyId = params['ProxyId']
3134
+ @GroupId = params['GroupId']
3129
3135
  @ListenerId = params['ListenerId']
3130
3136
  @ListenerName = params['ListenerName']
3131
3137
  @Port = params['Port']
3132
3138
  @Offset = params['Offset']
3133
3139
  @Limit = params['Limit']
3134
3140
  @SearchValue = params['SearchValue']
3135
- @GroupId = params['GroupId']
3136
3141
  end
3137
3142
  end
3138
3143
 
@@ -3169,9 +3174,11 @@ module TencentCloud
3169
3174
 
3170
3175
  # DescribeHTTPSListeners请求参数结构体
3171
3176
  class DescribeHTTPSListenersRequest < TencentCloud::Common::AbstractModel
3172
- # @param ProxyId: 过滤条件,通道ID
3177
+ # @param ProxyId: 通道ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
3173
3178
  # @type ProxyId: String
3174
- # @param ListenerId: 过滤条件,根据监听器ID进行精确查询。
3179
+ # @param GroupId: 通道组ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
3180
+ # @type GroupId: String
3181
+ # @param ListenerId: 过滤条件,根据监听器ID进行精确查询。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
3175
3182
  # @type ListenerId: String
3176
3183
  # @param ListenerName: 过滤条件,根据监听器名称进行精确查询。
3177
3184
  # @type ListenerName: String
@@ -3183,8 +3190,6 @@ module TencentCloud
3183
3190
  # @type Limit: Integer
3184
3191
  # @param SearchValue: 过滤条件,支持按照端口或监听器名称进行模糊查询
3185
3192
  # @type SearchValue: String
3186
- # @param GroupId: 过滤条件,通道组ID
3187
- # @type GroupId: String
3188
3193
  # @param Http3Supported: 支持Http3的开关,其中:
3189
3194
  # 0,表示不需要支持Http3接入;
3190
3195
  # 1,表示需要支持Http3接入。
@@ -3192,29 +3197,29 @@ module TencentCloud
3192
3197
  # 该功能的启停无法在监听器创建完毕后再修改。
3193
3198
  # @type Http3Supported: Integer
3194
3199
 
3195
- attr_accessor :ProxyId, :ListenerId, :ListenerName, :Port, :Offset, :Limit, :SearchValue, :GroupId, :Http3Supported
3200
+ attr_accessor :ProxyId, :GroupId, :ListenerId, :ListenerName, :Port, :Offset, :Limit, :SearchValue, :Http3Supported
3196
3201
 
3197
- def initialize(proxyid=nil, listenerid=nil, listenername=nil, port=nil, offset=nil, limit=nil, searchvalue=nil, groupid=nil, http3supported=nil)
3202
+ def initialize(proxyid=nil, groupid=nil, listenerid=nil, listenername=nil, port=nil, offset=nil, limit=nil, searchvalue=nil, http3supported=nil)
3198
3203
  @ProxyId = proxyid
3204
+ @GroupId = groupid
3199
3205
  @ListenerId = listenerid
3200
3206
  @ListenerName = listenername
3201
3207
  @Port = port
3202
3208
  @Offset = offset
3203
3209
  @Limit = limit
3204
3210
  @SearchValue = searchvalue
3205
- @GroupId = groupid
3206
3211
  @Http3Supported = http3supported
3207
3212
  end
3208
3213
 
3209
3214
  def deserialize(params)
3210
3215
  @ProxyId = params['ProxyId']
3216
+ @GroupId = params['GroupId']
3211
3217
  @ListenerId = params['ListenerId']
3212
3218
  @ListenerName = params['ListenerName']
3213
3219
  @Port = params['Port']
3214
3220
  @Offset = params['Offset']
3215
3221
  @Limit = params['Limit']
3216
3222
  @SearchValue = params['SearchValue']
3217
- @GroupId = params['GroupId']
3218
3223
  @Http3Supported = params['Http3Supported']
3219
3224
  end
3220
3225
  end
@@ -5517,7 +5522,7 @@ module TencentCloud
5517
5522
  # @type Bandwidth: Integer
5518
5523
  # @param DestRegion: (旧参数,请切换到RealServerRegion)源站区域名称。
5519
5524
  # @type DestRegion: String
5520
- # @param Concurrency: (旧参数,请切换到Concurrent)通道并发量上限,表示同时在线的连接数,单位:万。
5525
+ # @param Concurrency: (此参数为旧参数,请填写新参数Concurrent,二者必须填写一个)通道并发量上限,表示同时在线的连接数,单位:万。
5521
5526
  # @type Concurrency: Integer
5522
5527
  # @param RealServerRegion: (新参数)源站区域名称。
5523
5528
  # @type RealServerRegion: String
@@ -6068,7 +6073,7 @@ module TencentCloud
6068
6073
  class ModifyProxiesAttributeRequest < TencentCloud::Common::AbstractModel
6069
6074
  # @param InstanceIds: (旧参数,请切换到ProxyIds)一个或多个待操作的通道ID。
6070
6075
  # @type InstanceIds: Array
6071
- # @param ProxyName: 通道名称。可任意命名,但不得超过30个字符。
6076
+ # @param ProxyName: 通道名称。可任意命名,但不得超过32个字符。
6072
6077
  # @type ProxyName: String
6073
6078
  # @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
6074
6079
  # 更多详细信息请参阅:如何保证幂等性。
@@ -6213,7 +6218,7 @@ module TencentCloud
6213
6218
  class ModifyProxyGroupAttributeRequest < TencentCloud::Common::AbstractModel
6214
6219
  # @param GroupId: 需要修改的通道组ID。
6215
6220
  # @type GroupId: String
6216
- # @param GroupName: 修改后的通道组名称:不超过30个字符,超过部分会被截断。
6221
+ # @param GroupName: 修改后的通道组名称:不超过30个字符,否则修改失败。
6217
6222
  # @type GroupName: String
6218
6223
  # @param ProjectId: 项目ID
6219
6224
  # @type ProjectId: Integer
@@ -6434,7 +6439,7 @@ module TencentCloud
6434
6439
  # @type ProxyId: String
6435
6440
  # @param ListenerName: 监听器名称
6436
6441
  # @type ListenerName: String
6437
- # @param Scheduler: 监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数;lrtt表示最小时延。
6442
+ # @param Scheduler: 监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数;lrtt表示最小时延。注意:lrtt需要开通白名单;RealServerType 为 DOMAIN 不支持wrr 和 lrtt。
6438
6443
  # @type Scheduler: String
6439
6444
  # @param DelayLoop: 源站健康检查时间间隔,单位:秒。时间间隔取值在[5,300]之间。
6440
6445
  # @type DelayLoop: Integer
@@ -6875,7 +6880,7 @@ module TencentCloud
6875
6880
  # 注意:此字段可能返回 null,表示取不到有效值。
6876
6881
  # 注意:此字段可能返回 null,表示取不到有效值。
6877
6882
  # @type FeatureBitmap: Integer
6878
- # @param IsSupportTLSChoice: 是否支持设置TSL设置
6883
+ # @param IsSupportTLSChoice: 是否支持设置TLS设置
6879
6884
  # 0表示不支持;
6880
6885
  # 1表示支持。
6881
6886
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -6962,6 +6967,7 @@ module TencentCloud
6962
6967
  # CREATING表示创建中;
6963
6968
  # DESTROYING表示销毁中;
6964
6969
  # MOVING表示通道迁移中;
6970
+ # CLOSED表示已关闭;
6965
6971
  # CHANGING表示部分部署中。
6966
6972
  # @type Status: String
6967
6973
  # @param TagSet: 标签列表。
@@ -7829,9 +7835,9 @@ module TencentCloud
7829
7835
  class SetTlsVersionRequest < TencentCloud::Common::AbstractModel
7830
7836
  # @param ListenerId: 监听器ID
7831
7837
  # @type ListenerId: String
7832
- # @param TLSSupportVersion: TLS版本
7838
+ # @param TLSSupportVersion: TLS版本,可选TLSv1.0、TLSv1.1、TLSv1.2、TLSv1.3
7833
7839
  # @type TLSSupportVersion: Array
7834
- # @param TLSCiphers: 密码套件包
7840
+ # @param TLSCiphers: 密码套件包,可选 GAAP_TLS_CIPHERS_STRICT,GAAP_TLS_CIPHERS_GENERAL,GAAP_TLS_CIPHERS_WIDE(默认)
7835
7841
  # @type TLSCiphers: String
7836
7842
 
7837
7843
  attr_accessor :ListenerId, :TLSSupportVersion, :TLSCiphers
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.928
4
+ version: 3.0.930
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-20 00:00:00.000000000 Z
11
+ date: 2024-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common