tencentcloud-sdk-cdwch 3.0.1074 → 3.0.1077

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: d08c86dc19ad84c9d9e015c81ff1f8cc221fe977
4
- data.tar.gz: b72bde26b0348a37e68aa47193ba3d5ca7fe28cd
3
+ metadata.gz: 4fdf609bfda65bd349fa53f3314671aae017f7c4
4
+ data.tar.gz: c5be0b0cd102074fa035b0bf5b630703585ca039
5
5
  SHA512:
6
- metadata.gz: 362271aaa47ccc56920e47f2bad2395a3bf266000dc20371579dce32260ac03882dc60f867907893dfc06060de07f467044f3420969c71ddd986a6e3c525f562
7
- data.tar.gz: 527b0cda53dfd4bb47698ea722112974c7b569b7e57f2aa0b77a59fc832d611ec8d31652ae61bced6fe5e511c747b60e53cd8a77c49e0e8f37ac545c8ec0ea4e
6
+ metadata.gz: 3f6d4a75a5a5e0c5d52693923d289ff93a97141a2ad0b41763a07545211792a55d6d8581ee1b56c88f561e13a904134176bb4cf5b99e22a5d63de492d9bec73f
7
+ data.tar.gz: ea24cd75207524319b0d3c9f1e164b74c4adad2e079e45015b2ff727280d9926b90dfade137f4c163577fdbe18a731f74d2ce5deb92163974d2ac46e64a6c3b9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1077
@@ -44,7 +44,6 @@ module TencentCloud
44
44
  # ActionAlterCkUser返回参数结构体
45
45
  class ActionAlterCkUserResponse < TencentCloud::Common::AbstractModel
46
46
  # @param ErrMsg: 错误信息
47
- # 注意:此字段可能返回 null,表示取不到有效值。
48
47
  # @type ErrMsg: String
49
48
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
50
49
  # @type RequestId: String
@@ -424,8 +423,8 @@ module TencentCloud
424
423
 
425
424
  attr_accessor :Zone, :HaFlag, :UserVPCId, :UserSubnetId, :ProductVersion, :ChargeProperties, :InstanceName, :DataSpec, :Tags, :ClsLogSetId, :CosBucketName, :MountDiskType, :HAZk, :CommonSpec, :TagItems, :SecondaryZoneInfo
426
425
  extend Gem::Deprecate
427
- deprecate :Tags, :none, 2025, 5
428
- deprecate :Tags=, :none, 2025, 5
426
+ deprecate :Tags, :none, 2025, 6
427
+ deprecate :Tags=, :none, 2025, 6
429
428
 
430
429
  def initialize(zone=nil, haflag=nil, uservpcid=nil, usersubnetid=nil, productversion=nil, chargeproperties=nil, instancename=nil, dataspec=nil, tags=nil, clslogsetid=nil, cosbucketname=nil, mountdisktype=nil, hazk=nil, commonspec=nil, tagitems=nil, secondaryzoneinfo=nil)
431
430
  @Zone = zone
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdwch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1074
4
+ version: 3.0.1077
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common