tencentcloud-sdk-tke 3.0.708 → 3.0.709

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: 235b1040f1525eb0451e42e15cdb0af633935dba
4
- data.tar.gz: ae86c3249a74bf5f01892d981db5b102d6cb0143
3
+ metadata.gz: d1c82f08b8b3355c4bac62c2c38287f0b18e7d0b
4
+ data.tar.gz: 82113e4fdcd3dddfae2363f9683d72e222c557ef
5
5
  SHA512:
6
- metadata.gz: 8f2e0bf60d4c4005a48c974e04b1f32a4c3a8e6a7002b79d490fc08c9be5061fc358a544711d62928f62d4b9b17f3eb4784e8f820a8faefdde16c8750e9770a6
7
- data.tar.gz: 6b1029e08820af756f93091f366f8537af660e60fc5eac1f3e0f7c137a6beddb37d496fc21476516e61ffe734364149e94216fd9155d54a7808cca2c372da885
6
+ metadata.gz: 2b711b844b9237ffe07a7d0b41c01c64e498a7dc2f141f28fb15de07855ce1c57fb5dc244348c50a7ada7f38818abe97b6fc646d7625ce889f5e2ef8b782ff86
7
+ data.tar.gz: 21a05b6e97a72cb43a4b4ea27a1b1f36f3777b1e20b53434b34089ebf8685d503d36dab4b4ce8bbcdfaca100cc017d4104d3c5e618843c3e85ad7322c67882f7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.708
1
+ 3.0.709
@@ -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.709
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