tencentcloud-sdk-tke 3.0.708 → 3.0.710

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 235b1040f1525eb0451e42e15cdb0af633935dba
4
- data.tar.gz: ae86c3249a74bf5f01892d981db5b102d6cb0143
3
+ metadata.gz: aea11cb153cc9885a02666e2c067953132e263ea
4
+ data.tar.gz: 8472993a61fd15e16a321ac440d0bbbb920b2cea
5
5
  SHA512:
6
- metadata.gz: 8f2e0bf60d4c4005a48c974e04b1f32a4c3a8e6a7002b79d490fc08c9be5061fc358a544711d62928f62d4b9b17f3eb4784e8f820a8faefdde16c8750e9770a6
7
- data.tar.gz: 6b1029e08820af756f93091f366f8537af660e60fc5eac1f3e0f7c137a6beddb37d496fc21476516e61ffe734364149e94216fd9155d54a7808cca2c372da885
6
+ metadata.gz: b0278b5915c8704f5bff6d3e31bd9c4922732fd611d2c15f1a3961037cfe75d52a600765d35941ccd81759b92bfc83fd521749da1588e86a190f359b29f1787f
7
+ data.tar.gz: be62737c4a158e4ca8eb874bd7fad472bb5f5170f0e86f2c1c07b8df21f5a2fb34257e41b6bfcdb2570c9f53762be6038f6da732c6e1f21815a11a2136ee4e9c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.708
1
+ 3.0.710
@@ -7759,18 +7759,22 @@ module TencentCloud
7759
7759
  # @param SubnetIds: 子网信息,已安装eniipamd组件才会有值
7760
7760
  # 注意:此字段可能返回 null,表示取不到有效值。
7761
7761
  # @type SubnetIds: Array
7762
+ # @param ClaimExpiredDuration: 固定ip回收时间,已安装eniipamd组件才会有值
7763
+ # 注意:此字段可能返回 null,表示取不到有效值。
7764
+ # @type ClaimExpiredDuration: String
7762
7765
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7763
7766
  # @type RequestId: String
7764
7767
 
7765
- attr_accessor :EnableIPAMD, :EnableCustomizedPodCidr, :DisableVpcCniMode, :Phase, :Reason, :SubnetIds, :RequestId
7768
+ attr_accessor :EnableIPAMD, :EnableCustomizedPodCidr, :DisableVpcCniMode, :Phase, :Reason, :SubnetIds, :ClaimExpiredDuration, :RequestId
7766
7769
 
7767
- def initialize(enableipamd=nil, enablecustomizedpodcidr=nil, disablevpccnimode=nil, phase=nil, reason=nil, subnetids=nil, requestid=nil)
7770
+ def initialize(enableipamd=nil, enablecustomizedpodcidr=nil, disablevpccnimode=nil, phase=nil, reason=nil, subnetids=nil, claimexpiredduration=nil, requestid=nil)
7768
7771
  @EnableIPAMD = enableipamd
7769
7772
  @EnableCustomizedPodCidr = enablecustomizedpodcidr
7770
7773
  @DisableVpcCniMode = disablevpccnimode
7771
7774
  @Phase = phase
7772
7775
  @Reason = reason
7773
7776
  @SubnetIds = subnetids
7777
+ @ClaimExpiredDuration = claimexpiredduration
7774
7778
  @RequestId = requestid
7775
7779
  end
7776
7780
 
@@ -7781,6 +7785,7 @@ module TencentCloud
7781
7785
  @Phase = params['Phase']
7782
7786
  @Reason = params['Reason']
7783
7787
  @SubnetIds = params['SubnetIds']
7788
+ @ClaimExpiredDuration = params['ClaimExpiredDuration']
7784
7789
  @RequestId = params['RequestId']
7785
7790
  end
7786
7791
  end
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.708
4
+ version: 3.0.710
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-11-20 00:00:00.000000000 Z
11
+ date: 2023-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20180525/models.rb
37
- - lib/v20180525/client.rb
38
36
  - lib/tencentcloud-sdk-tke.rb
37
+ - lib/v20180525/client.rb
38
+ - lib/v20180525/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: