tencentcloud-sdk-tke 3.0.1178 → 3.0.1179

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: 5e34e54adf915e9dd2a1e235cebf33acb1e24ff3
4
- data.tar.gz: 648727dafe9abf46e947babb759516dfd43a4bb8
3
+ metadata.gz: 074ed6c2ef8e1f4e4b5c8bf2dfd7f21fd72382da
4
+ data.tar.gz: 9bfd36dc331c7a3fd2ac88e7c520165b26d0742e
5
5
  SHA512:
6
- metadata.gz: efcc8f1503c1877cd941e9d73cc4231053e3e9c6a7ca649161f7e13e1d04ed850849adbb7119b67eac9f89ffde97ae5749ef69abad79e98bc1aabaebfd3ff157
7
- data.tar.gz: 54456e978c06620a90b6dc1a1ceee23394729b06faef111b3d9fdff5fd59b05d7c2ac5cca194e152bb4ac5be88fb4970276724f3eaa57086fc0cb3da51a82acd
6
+ metadata.gz: eee6af166f33cf60626ec5de164836ea1f4b8967a2275993ea17087b61d29a06db4d192716aade8c8a5d8e89e918c1e3321886e46376f19dbe8c675506e27735
7
+ data.tar.gz: 571e5810d8ac27cd2455138ddf7eff9ac242f7fba837b9373f94e21c4a605f62f9b579433de552553c787be714138fcf8aa895069fb12333054b4cd7834e77ea
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1178
1
+ 3.0.1179
@@ -2693,10 +2693,10 @@ module TencentCloud
2693
2693
  # @type ClusterId: String
2694
2694
  # @param Name: 节点池名称
2695
2695
  # @type Name: String
2696
+ # @param SecurityGroupIds: 安全组ID列表
2697
+ # @type SecurityGroupIds: Array
2696
2698
  # @param SubnetIds: 子网ID列表
2697
2699
  # @type SubnetIds: Array
2698
- # @param SecurityGroupIds: 安全组ID列表,必选参数
2699
- # @type SecurityGroupIds: Array
2700
2700
  # @param Labels: 虚拟节点label
2701
2701
  # @type Labels: Array
2702
2702
  # @param Taints: 虚拟节点taint
@@ -2710,13 +2710,13 @@ module TencentCloud
2710
2710
  # - windows
2711
2711
  # @type OS: String
2712
2712
 
2713
- attr_accessor :ClusterId, :Name, :SubnetIds, :SecurityGroupIds, :Labels, :Taints, :VirtualNodes, :DeletionProtection, :OS
2713
+ attr_accessor :ClusterId, :Name, :SecurityGroupIds, :SubnetIds, :Labels, :Taints, :VirtualNodes, :DeletionProtection, :OS
2714
2714
 
2715
- def initialize(clusterid=nil, name=nil, subnetids=nil, securitygroupids=nil, labels=nil, taints=nil, virtualnodes=nil, deletionprotection=nil, os=nil)
2715
+ def initialize(clusterid=nil, name=nil, securitygroupids=nil, subnetids=nil, labels=nil, taints=nil, virtualnodes=nil, deletionprotection=nil, os=nil)
2716
2716
  @ClusterId = clusterid
2717
2717
  @Name = name
2718
- @SubnetIds = subnetids
2719
2718
  @SecurityGroupIds = securitygroupids
2719
+ @SubnetIds = subnetids
2720
2720
  @Labels = labels
2721
2721
  @Taints = taints
2722
2722
  @VirtualNodes = virtualnodes
@@ -2727,8 +2727,8 @@ module TencentCloud
2727
2727
  def deserialize(params)
2728
2728
  @ClusterId = params['ClusterId']
2729
2729
  @Name = params['Name']
2730
- @SubnetIds = params['SubnetIds']
2731
2730
  @SecurityGroupIds = params['SecurityGroupIds']
2731
+ @SubnetIds = params['SubnetIds']
2732
2732
  unless params['Labels'].nil?
2733
2733
  @Labels = []
2734
2734
  params['Labels'].each do |i|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tke
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1178
4
+ version: 3.0.1179
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-12-08 00:00:00.000000000 Z
11
+ date: 2025-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common