tencentcloud-sdk-cwp 3.0.1102 → 3.0.1117

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f0064ecbc67c921eba3e5a6f889e7cbc96608aeb
4
- data.tar.gz: a1ed3a70641229d39f3186a3d5379d4bf0b30c5a
3
+ metadata.gz: 2b5df03f998a2282122a1cf3cdc75340591029d4
4
+ data.tar.gz: 0953da1965009ef9e5fd046c04b5190786e34b4c
5
5
  SHA512:
6
- metadata.gz: 5150fd2c8db3d7271aeb968308bd1f2e456ddc315726a4d424e96a507d71e757d27a4cefe82dd51583654ab77494daabc634a3446b00e19f20f47f90c8d6b679
7
- data.tar.gz: 902b2a5cbe8110e22637bec3d9497563a9eac09024b63a74d3084052db88bca9e157c8dea01a8843d5ea38f47683c9d65d3247c5819dc248eedce2e38844307d
6
+ metadata.gz: efa640b726491a73a3d75c9baa5c44fbb1050e4db5d767438af9a8e74e059d95f064f135e5c386913b995dc8f1c7970e79ec6193d2cd43262eb2b94d2cfd8a4a
7
+ data.tar.gz: 8684540c585abcc4155b9597c4c0a51ce48ec4b5e40b0533516f3bfa99e17dfa39f2e538c0b77ae375f333b2000f6ce67b5426eec6aebb9fa94660cba9ffd9c9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1102
1
+ 3.0.1117
@@ -1690,7 +1690,7 @@ module TencentCloud
1690
1690
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1691
1691
  end
1692
1692
 
1693
- # 本接口 (DescribeAccountStatistics) 用于获取帐号统计列表数据。
1693
+ # 本接口 (DescribeAccountStatistics) 用于获取账号统计列表数据。
1694
1694
 
1695
1695
  # @param request: Request instance for DescribeAccountStatistics.
1696
1696
  # @type request: :class:`Tencentcloud::cwp::V20180228::DescribeAccountStatisticsRequest`
@@ -4522,7 +4522,7 @@ module TencentCloud
4522
4522
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
4523
4523
  end
4524
4524
 
4525
- # 本接口 (DescribeHistoryAccounts) 用于获取帐号变更历史列表数据。
4525
+ # 本接口 (DescribeHistoryAccounts) 用于获取账号变更历史列表数据。
4526
4526
 
4527
4527
  # @param request: Request instance for DescribeHistoryAccounts.
4528
4528
  # @type request: :class:`Tencentcloud::cwp::V20180228::DescribeHistoryAccountsRequest`
@@ -4423,8 +4423,8 @@ module TencentCloud
4423
4423
 
4424
4424
  attr_accessor :Id, :Uuid, :Name, :Level, :Rule, :Decription, :Operator, :IsGlobal, :Status, :CreateTime, :ModifyTime, :Hostip, :Uuids, :White, :DealOldEvents, :Description
4425
4425
  extend Gem::Deprecate
4426
- deprecate :Decription, :none, 2025, 7
4427
- deprecate :Decription=, :none, 2025, 7
4426
+ deprecate :Decription, :none, 2025, 8
4427
+ deprecate :Decription=, :none, 2025, 8
4428
4428
 
4429
4429
  def initialize(id=nil, uuid=nil, name=nil, level=nil, rule=nil, decription=nil, operator=nil, isglobal=nil, status=nil, createtime=nil, modifytime=nil, hostip=nil, uuids=nil, white=nil, dealoldevents=nil, description=nil)
4430
4430
  @Id = id
@@ -7813,9 +7813,9 @@ module TencentCloud
7813
7813
 
7814
7814
  # DescribeAccountStatistics返回参数结构体
7815
7815
  class DescribeAccountStatisticsResponse < TencentCloud::Common::AbstractModel
7816
- # @param TotalCount: 帐号统计列表记录总数。
7816
+ # @param TotalCount: 账号统计列表记录总数。
7817
7817
  # @type TotalCount: Integer
7818
- # @param AccountStatistics: 帐号统计列表。
7818
+ # @param AccountStatistics: 账号统计列表。
7819
7819
  # @type AccountStatistics: Array
7820
7820
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7821
7821
  # @type RequestId: String
@@ -15181,9 +15181,9 @@ module TencentCloud
15181
15181
 
15182
15182
  # DescribeHistoryAccounts返回参数结构体
15183
15183
  class DescribeHistoryAccountsResponse < TencentCloud::Common::AbstractModel
15184
- # @param TotalCount: 帐号变更历史列表记录总数。
15184
+ # @param TotalCount: 账号变更历史列表记录总数。
15185
15185
  # @type TotalCount: Integer
15186
- # @param HistoryAccounts: 帐号变更历史数据数组。
15186
+ # @param HistoryAccounts: 账号变更历史数据数组。
15187
15187
  # @type HistoryAccounts: Array
15188
15188
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15189
15189
  # @type RequestId: String
@@ -16319,15 +16319,18 @@ module TencentCloud
16319
16319
  # @type Professional: :class:`Tencentcloud::Cwp.v20180228.models.VersionWhiteConfig`
16320
16320
  # @param PrattWhitney: 轻量版 配置信息
16321
16321
  # @type PrattWhitney: :class:`Tencentcloud::Cwp.v20180228.models.VersionWhiteConfig`
16322
+ # @param RASP: 重保授权包 配置信息
16323
+ # @type RASP: :class:`Tencentcloud::Cwp.v20180228.models.VersionWhiteConfig`
16322
16324
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16323
16325
  # @type RequestId: String
16324
16326
 
16325
- attr_accessor :FlagShip, :Professional, :PrattWhitney, :RequestId
16327
+ attr_accessor :FlagShip, :Professional, :PrattWhitney, :RASP, :RequestId
16326
16328
 
16327
- def initialize(flagship=nil, professional=nil, prattwhitney=nil, requestid=nil)
16329
+ def initialize(flagship=nil, professional=nil, prattwhitney=nil, rasp=nil, requestid=nil)
16328
16330
  @FlagShip = flagship
16329
16331
  @Professional = professional
16330
16332
  @PrattWhitney = prattwhitney
16333
+ @RASP = rasp
16331
16334
  @RequestId = requestid
16332
16335
  end
16333
16336
 
@@ -16344,6 +16347,10 @@ module TencentCloud
16344
16347
  @PrattWhitney = VersionWhiteConfig.new
16345
16348
  @PrattWhitney.deserialize(params['PrattWhitney'])
16346
16349
  end
16350
+ unless params['RASP'].nil?
16351
+ @RASP = VersionWhiteConfig.new
16352
+ @RASP.deserialize(params['RASP'])
16353
+ end
16347
16354
  @RequestId = params['RequestId']
16348
16355
  end
16349
16356
  end
@@ -17213,16 +17220,16 @@ module TencentCloud
17213
17220
 
17214
17221
  attr_accessor :MachineCnt, :TencentCloudMachineCnt, :AliCloudMachineCnt, :BaiduCloudMachineCnt, :IDCMachineCnt, :OtherCloudMachineCnt, :ProtectMachineCnt, :BaseMachineCnt, :SpecialtyMachineCnt, :FlagshipMachineCnt, :RiskMachineCnt, :CompareYesterdayRiskMachineCnt, :CompareYesterdayNotProtectMachineCnt, :CompareYesterdayDeadlineMachineCnt, :DeadlineMachineCnt, :NotProtectMachineCnt, :LHGeneralDiscountCnt, :CompareYesterdayMachineCnt, :MachineDestroyAfterOfflineHours, :CloudFrom, :RequestId
17215
17222
  extend Gem::Deprecate
17216
- deprecate :TencentCloudMachineCnt, :none, 2025, 7
17217
- deprecate :TencentCloudMachineCnt=, :none, 2025, 7
17218
- deprecate :AliCloudMachineCnt, :none, 2025, 7
17219
- deprecate :AliCloudMachineCnt=, :none, 2025, 7
17220
- deprecate :BaiduCloudMachineCnt, :none, 2025, 7
17221
- deprecate :BaiduCloudMachineCnt=, :none, 2025, 7
17222
- deprecate :IDCMachineCnt, :none, 2025, 7
17223
- deprecate :IDCMachineCnt=, :none, 2025, 7
17224
- deprecate :OtherCloudMachineCnt, :none, 2025, 7
17225
- deprecate :OtherCloudMachineCnt=, :none, 2025, 7
17223
+ deprecate :TencentCloudMachineCnt, :none, 2025, 8
17224
+ deprecate :TencentCloudMachineCnt=, :none, 2025, 8
17225
+ deprecate :AliCloudMachineCnt, :none, 2025, 8
17226
+ deprecate :AliCloudMachineCnt=, :none, 2025, 8
17227
+ deprecate :BaiduCloudMachineCnt, :none, 2025, 8
17228
+ deprecate :BaiduCloudMachineCnt=, :none, 2025, 8
17229
+ deprecate :IDCMachineCnt, :none, 2025, 8
17230
+ deprecate :IDCMachineCnt=, :none, 2025, 8
17231
+ deprecate :OtherCloudMachineCnt, :none, 2025, 8
17232
+ deprecate :OtherCloudMachineCnt=, :none, 2025, 8
17226
17233
 
17227
17234
  def initialize(machinecnt=nil, tencentcloudmachinecnt=nil, alicloudmachinecnt=nil, baiducloudmachinecnt=nil, idcmachinecnt=nil, othercloudmachinecnt=nil, protectmachinecnt=nil, basemachinecnt=nil, specialtymachinecnt=nil, flagshipmachinecnt=nil, riskmachinecnt=nil, compareyesterdayriskmachinecnt=nil, compareyesterdaynotprotectmachinecnt=nil, compareyesterdaydeadlinemachinecnt=nil, deadlinemachinecnt=nil, notprotectmachinecnt=nil, lhgeneraldiscountcnt=nil, compareyesterdaymachinecnt=nil, machinedestroyafterofflinehours=nil, cloudfrom=nil, requestid=nil)
17228
17235
  @MachineCnt = machinecnt
@@ -27549,10 +27556,10 @@ module TencentCloud
27549
27556
 
27550
27557
  attr_accessor :Filters, :Fileds, :Fields, :Where
27551
27558
  extend Gem::Deprecate
27552
- deprecate :Fileds, :none, 2025, 7
27553
- deprecate :Fileds=, :none, 2025, 7
27554
- deprecate :Fields, :none, 2025, 7
27555
- deprecate :Fields=, :none, 2025, 7
27559
+ deprecate :Fileds, :none, 2025, 8
27560
+ deprecate :Fileds=, :none, 2025, 8
27561
+ deprecate :Fields, :none, 2025, 8
27562
+ deprecate :Fields=, :none, 2025, 8
27556
27563
 
27557
27564
  def initialize(filters=nil, fileds=nil, fields=nil, where=nil)
27558
27565
  @Filters = filters
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1102
4
+ version: 3.0.1117
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-16 00:00:00.000000000 Z
11
+ date: 2025-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common