tencentcloud-sdk-tke 3.0.533 → 3.0.534

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: 449a1cdab02a7a1f6ad4caa7baa771c795fe9f6c
4
- data.tar.gz: cf67b439acd7788890b4fedea6a50b47ade9063b
3
+ metadata.gz: 2b8275b29316b5a99f004279074dbf1c1edc0c93
4
+ data.tar.gz: e7425fc55f25470fd90caa1ee1ae1af6b331b8cd
5
5
  SHA512:
6
- metadata.gz: a10a23bf4267584ada7883ac360de205a67c39cd3d0acfc2d4c68edfe88793aa856b1f43f2f1095baa2db9447ef36744b2f98a596ad713a09ff7f184115bf326
7
- data.tar.gz: e6ed76dfb78af498a029333561e7c43c7a7d88c0d5ff7ef3ab2fdd80499980ea3054ccf1ee5d933b22ba34d146082c3f826ae3ce11af2a53202528e5009626f1
6
+ metadata.gz: 8dc3081a305790f2563913576b1ed8a165361950222e8c537e94cacc62b496456fe1bce646ea60790a3d099181a28cc7c7ac0ff7eea539d7eb692bd2cfebfcf1
7
+ data.tar.gz: 7be12b614a987c38bdbceb15d9d1586999d6e659e349b0f1f2b00243f0b62f543c2043e6c3746d54947684cce2ab70bfca31541b5c66494402bb2ca80772ddb6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.533
1
+ 3.0.534
@@ -250,19 +250,23 @@ module TencentCloud
250
250
  # @type SubnetIds: Array
251
251
  # @param VpcId: 集群所属的VPC的ID
252
252
  # @type VpcId: String
253
+ # @param SkipAddingNonMasqueradeCIDRs: 是否同步添加 vpc 网段到 ip-masq-agent-config 的 NonMasqueradeCIDRs 字段,默认 false 会同步添加
254
+ # @type SkipAddingNonMasqueradeCIDRs: Boolean
253
255
 
254
- attr_accessor :ClusterId, :SubnetIds, :VpcId
256
+ attr_accessor :ClusterId, :SubnetIds, :VpcId, :SkipAddingNonMasqueradeCIDRs
255
257
 
256
- def initialize(clusterid=nil, subnetids=nil, vpcid=nil)
258
+ def initialize(clusterid=nil, subnetids=nil, vpcid=nil, skipaddingnonmasqueradecidrs=nil)
257
259
  @ClusterId = clusterid
258
260
  @SubnetIds = subnetids
259
261
  @VpcId = vpcid
262
+ @SkipAddingNonMasqueradeCIDRs = skipaddingnonmasqueradecidrs
260
263
  end
261
264
 
262
265
  def deserialize(params)
263
266
  @ClusterId = params['ClusterId']
264
267
  @SubnetIds = params['SubnetIds']
265
268
  @VpcId = params['VpcId']
269
+ @SkipAddingNonMasqueradeCIDRs = params['SkipAddingNonMasqueradeCIDRs']
266
270
  end
267
271
  end
268
272
 
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.533
4
+ version: 3.0.534
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-20 00:00:00.000000000 Z
11
+ date: 2023-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common