tencentcloud-sdk-tke 1.0.352 → 1.0.355

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: 6396f7f29e7df89b649554e03f0b36140994c9ac
4
- data.tar.gz: 8cc602fd192c43b774f69c7c07412c60a1161742
3
+ metadata.gz: 41833dbdfc94088d9a6ebddd9156d13b846666c0
4
+ data.tar.gz: e9508076854617fad7452160084ed6235ab83133
5
5
  SHA512:
6
- metadata.gz: 1fd2b100132d258638afb557cead05a5ba90242b45e9cc5d71d5783b2275fc0bbc379bac5881c70c074cd722f3f05e036da2beffdebc091897a7aa9aaeb84be4
7
- data.tar.gz: dad70c2b2c18a08dfb3ee05689524285ad5fae3fabec46e35c8469bb9e1881de486163e72ee4cd1a4573bf5a07382cea62049f22ba970f07a22275858d0b836e
6
+ metadata.gz: d95960e900f705b999c15a2d31a6d7e1c1b7ca4747c900c720e4851f2403548a0812d5d6172ffbdca04e64eb82042cd008eb04d3ad5e7fbc43e3e8744ca9d680
7
+ data.tar.gz: 3ab421e4ed582b51d2e0f3280450c3d611fa601629b81903d499d0915e9a584b3122154e5d6d9ea75384fced8ea608c4176411cc6459fd2937b7d33105f3b88d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.352
1
+ 1.0.355
@@ -8770,10 +8770,14 @@ module TencentCloud
8770
8770
  # @param InstanceChargeType: 实例计费模式。取值范围: PREPAID:表示预付费,即包年包月 POSTPAID_BY_HOUR:表示后付费,即按量计费 CDHPAID:CDH付费,即只对CDH计费,不对CDH上的实例计费。
8771
8771
  # 注意:此字段可能返回 null,表示取不到有效值。
8772
8772
  # @type InstanceChargeType: String
8773
+ # @param IPv6Addresses: 实例的IPv6地址。
8774
+ # 注意:此字段可能返回 null,表示取不到有效值。
8775
+ # 注意:此字段可能返回 null,表示取不到有效值。
8776
+ # @type IPv6Addresses: Array
8773
8777
 
8774
- attr_accessor :Usable, :UnusableReason, :AlreadyInCluster, :InstanceId, :InstanceName, :PrivateIpAddresses, :PublicIpAddresses, :CreatedTime, :CPU, :Memory, :OsName, :InstanceType, :AutoscalingGroupId, :InstanceChargeType
8778
+ attr_accessor :Usable, :UnusableReason, :AlreadyInCluster, :InstanceId, :InstanceName, :PrivateIpAddresses, :PublicIpAddresses, :CreatedTime, :CPU, :Memory, :OsName, :InstanceType, :AutoscalingGroupId, :InstanceChargeType, :IPv6Addresses
8775
8779
 
8776
- def initialize(usable=nil, unusablereason=nil, alreadyincluster=nil, instanceid=nil, instancename=nil, privateipaddresses=nil, publicipaddresses=nil, createdtime=nil, cpu=nil, memory=nil, osname=nil, instancetype=nil, autoscalinggroupid=nil, instancechargetype=nil)
8780
+ def initialize(usable=nil, unusablereason=nil, alreadyincluster=nil, instanceid=nil, instancename=nil, privateipaddresses=nil, publicipaddresses=nil, createdtime=nil, cpu=nil, memory=nil, osname=nil, instancetype=nil, autoscalinggroupid=nil, instancechargetype=nil, ipv6addresses=nil)
8777
8781
  @Usable = usable
8778
8782
  @UnusableReason = unusablereason
8779
8783
  @AlreadyInCluster = alreadyincluster
@@ -8788,6 +8792,7 @@ module TencentCloud
8788
8792
  @InstanceType = instancetype
8789
8793
  @AutoscalingGroupId = autoscalinggroupid
8790
8794
  @InstanceChargeType = instancechargetype
8795
+ @IPv6Addresses = ipv6addresses
8791
8796
  end
8792
8797
 
8793
8798
  def deserialize(params)
@@ -8805,6 +8810,7 @@ module TencentCloud
8805
8810
  @InstanceType = params['InstanceType']
8806
8811
  @AutoscalingGroupId = params['AutoscalingGroupId']
8807
8812
  @InstanceChargeType = params['InstanceChargeType']
8813
+ @IPv6Addresses = params['IPv6Addresses']
8808
8814
  end
8809
8815
  end
8810
8816
 
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: 1.0.352
4
+ version: 1.0.355
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-10 00:00:00.000000000 Z
11
+ date: 2022-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common