tencentcloud-sdk-cwp 3.0.1108 → 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: ebf3da6d1e64be37697542bcd68b8e54ecc0cd3d
4
- data.tar.gz: 669b13e8315668a80f885a03d87a05e221e2560c
3
+ metadata.gz: 2b5df03f998a2282122a1cf3cdc75340591029d4
4
+ data.tar.gz: 0953da1965009ef9e5fd046c04b5190786e34b4c
5
5
  SHA512:
6
- metadata.gz: 2b6f67b05cd612ee53710a7d22d7922c1d607fc9b330e893abc79228077452dc49e390e22f94a50cd0d88067b89ac809aea6ea7cb11b9c05dea8a7305bdd7ed7
7
- data.tar.gz: 573ff3d432eafba5de8c96ba4ac42c869cd73a8e0a8263537e5fc619b0bbc39a319c68f16478f39f3c42277d3515bab42fd037ffa02d2732bc3622e506d7ff6e
6
+ metadata.gz: efa640b726491a73a3d75c9baa5c44fbb1050e4db5d767438af9a8e74e059d95f064f135e5c386913b995dc8f1c7970e79ec6193d2cd43262eb2b94d2cfd8a4a
7
+ data.tar.gz: 8684540c585abcc4155b9597c4c0a51ce48ec4b5e40b0533516f3bfa99e17dfa39f2e538c0b77ae375f333b2000f6ce67b5426eec6aebb9fa94660cba9ffd9c9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1108
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
@@ -17220,16 +17220,16 @@ module TencentCloud
17220
17220
 
17221
17221
  attr_accessor :MachineCnt, :TencentCloudMachineCnt, :AliCloudMachineCnt, :BaiduCloudMachineCnt, :IDCMachineCnt, :OtherCloudMachineCnt, :ProtectMachineCnt, :BaseMachineCnt, :SpecialtyMachineCnt, :FlagshipMachineCnt, :RiskMachineCnt, :CompareYesterdayRiskMachineCnt, :CompareYesterdayNotProtectMachineCnt, :CompareYesterdayDeadlineMachineCnt, :DeadlineMachineCnt, :NotProtectMachineCnt, :LHGeneralDiscountCnt, :CompareYesterdayMachineCnt, :MachineDestroyAfterOfflineHours, :CloudFrom, :RequestId
17222
17222
  extend Gem::Deprecate
17223
- deprecate :TencentCloudMachineCnt, :none, 2025, 7
17224
- deprecate :TencentCloudMachineCnt=, :none, 2025, 7
17225
- deprecate :AliCloudMachineCnt, :none, 2025, 7
17226
- deprecate :AliCloudMachineCnt=, :none, 2025, 7
17227
- deprecate :BaiduCloudMachineCnt, :none, 2025, 7
17228
- deprecate :BaiduCloudMachineCnt=, :none, 2025, 7
17229
- deprecate :IDCMachineCnt, :none, 2025, 7
17230
- deprecate :IDCMachineCnt=, :none, 2025, 7
17231
- deprecate :OtherCloudMachineCnt, :none, 2025, 7
17232
- 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
17233
17233
 
17234
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)
17235
17235
  @MachineCnt = machinecnt
@@ -27556,10 +27556,10 @@ module TencentCloud
27556
27556
 
27557
27557
  attr_accessor :Filters, :Fileds, :Fields, :Where
27558
27558
  extend Gem::Deprecate
27559
- deprecate :Fileds, :none, 2025, 7
27560
- deprecate :Fileds=, :none, 2025, 7
27561
- deprecate :Fields, :none, 2025, 7
27562
- 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
27563
27563
 
27564
27564
  def initialize(filters=nil, fileds=nil, fields=nil, where=nil)
27565
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.1108
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-24 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