tencentcloud-sdk-tke 1.0.353 → 1.0.356

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: ed29bbb2172da9f84bd4ea0bf17ba9a91174f0c8
4
- data.tar.gz: b8f7b0a740b9b9de99942ff5b87211c5d44655e0
3
+ metadata.gz: 5dbfe734d5a642bdbbec7a9ef99b6899fe3d5436
4
+ data.tar.gz: e66bc11d2805644c61917d54df79986a2ff54f3f
5
5
  SHA512:
6
- metadata.gz: 2eedaef62b79e9d6d6dfcc6083bc2f478cb31309a440227983733606f06707f89fbb4b82df360dad620732bfff0e3d237cb65d9c296bb94da88eed64825e2629
7
- data.tar.gz: a383b77d58eb0e60b0c68efa1c00588854a178e3bc924c511727446729f54d7e6c5ca9c6527caeb95dd1be222ae7d415bfc2053c6fb90c5a0784ae66f63d4d2c
6
+ metadata.gz: f2f826f829b1a5b0e084145f416cb551a8637dac2ac7acab9d71fbb583cb2c77bd50049ece2b765341b11ad387a400fdc46c36afa80b6ac2ce9f917250fa7474
7
+ data.tar.gz: d2214d6fb278a18fd77465db5ae6e346a13d744b69239da4d08beb4320470d1fdb8d7949303b4884a149f9160800e46a2f01b2d692593c2d2a05bc416b2bee93
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.353
1
+ 1.0.356
@@ -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.353
4
+ version: 1.0.356
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-11 00:00:00.000000000 Z
11
+ date: 2022-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common