tencentcloud-sdk-tke 1.0.353 → 1.0.354

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: ed29bbb2172da9f84bd4ea0bf17ba9a91174f0c8
4
- data.tar.gz: b8f7b0a740b9b9de99942ff5b87211c5d44655e0
3
+ metadata.gz: 64801dc6b8dca35e5022e48b9671a2e170a9d96b
4
+ data.tar.gz: d6ee6f2207d2b1def19d0cf21ad74597210371e9
5
5
  SHA512:
6
- metadata.gz: 2eedaef62b79e9d6d6dfcc6083bc2f478cb31309a440227983733606f06707f89fbb4b82df360dad620732bfff0e3d237cb65d9c296bb94da88eed64825e2629
7
- data.tar.gz: a383b77d58eb0e60b0c68efa1c00588854a178e3bc924c511727446729f54d7e6c5ca9c6527caeb95dd1be222ae7d415bfc2053c6fb90c5a0784ae66f63d4d2c
6
+ metadata.gz: 8ae651bbc079a44010ee7e62fcdd42d9ffff137456296e1a7f22f9d38e7584d06af635c9f4078fd012dcaf02028bc18b4504424217e8a96f1293fcab937c1710
7
+ data.tar.gz: 6b8200c5981a166f0c690626935122b4df5ea3387cfc18e0b1033cd33f70b941e9e92d51b6c9000c72c98b6404ee155c910018356a99a1d3a8f62f3a66afc882
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.353
1
+ 1.0.354
@@ -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.354
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-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common