tencentcloud-sdk-tke 3.0.1063 → 3.0.1064

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220501/models.rb +47 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10fb9a6eeefb8f5073f3399db80e10559bdd0fdd
4
- data.tar.gz: eca11f93118ebb130cba58e34eb42fcc174895a5
3
+ metadata.gz: 71274cf9512df65e1178f5192e4fb4ef0c121a80
4
+ data.tar.gz: e14ee9d5d5919a7d88b338454ea4f85485c4b97e
5
5
  SHA512:
6
- metadata.gz: 458ad1a9b2dfb0624437cb79a9907b1b20432e53a6e3f57a09a1941a5241a3f3f868da5282afb96f845dc78dee701e9f057ce682976a03dafebc31a9fe2a4ea8
7
- data.tar.gz: b48cc16eb3fcf1f466bfad36d2aa1500b28d4d0408b598201f58569cdff013cf9e7f498bb3172956252143132745e3b0036f438e3cebf62f5d2358193ffba17d
6
+ metadata.gz: 043f5e16482157e55020ee312db2f63bd278d1ff6a5ea74301e42c7c85212615ef0612c7a057f7bc0dcbf93e7fd8e07235d5bf7f580eec9881c1134a04a6c663
7
+ data.tar.gz: b0540146da33bc49bcd5f4728e96885e4ef21b2fa4345512f36cdb5fce2ff35b4abb4947f1fa6f8f6611195a7918a713a4f1e6c9c499c0d7c7442feb385c4461
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1063
1
+ 3.0.1064
@@ -1690,10 +1690,12 @@ module TencentCloud
1690
1690
  # @type GPU: Integer
1691
1691
  # @param RenewFlag: 自动续费标识
1692
1692
  # @type RenewFlag: String
1693
- # @param PayMode: 节点计费模式(已弃用)
1693
+ # @param PayMode: 节点计费模式
1694
1694
  # @type PayMode: String
1695
1695
  # @param Memory: 节点内存容量,单位:`GB`
1696
1696
  # @type Memory: Integer
1697
+ # @param SystemDisk: 节点系统盘配置信息
1698
+ # @type SystemDisk: :class:`Tencentcloud::Tke.v20220501.models.Disk`
1697
1699
  # @param InternetAccessible: 公网带宽相关信息设置
1698
1700
  # @type InternetAccessible: :class:`Tencentcloud::Tke.v20220501.models.InternetAccessible`
1699
1701
  # @param InstanceFamily: 机型所属机型族
@@ -1705,6 +1707,18 @@ module TencentCloud
1705
1707
  # @param ExpiredTime: 包年包月节点计费过期时间
1706
1708
  # 注意:此字段可能返回 null,表示取不到有效值。
1707
1709
  # @type ExpiredTime: String
1710
+ # @param WanIp: 节点外网 IP
1711
+ # 注意:此字段可能返回 null,表示取不到有效值。
1712
+ # @type WanIp: String
1713
+ # @param KeyIds: 节点密钥 ID 列表
1714
+ # 注意:此字段可能返回 null,表示取不到有效值。
1715
+ # @type KeyIds: Array
1716
+ # @param GPUParams: 节点GPU相关配置
1717
+ # 注意:此字段可能返回 null,表示取不到有效值。
1718
+ # @type GPUParams: :class:`Tencentcloud::Tke.v20220501.models.GPUParams`
1719
+ # @param DataDisks: 数据盘列表
1720
+ # 注意:此字段可能返回 null,表示取不到有效值。
1721
+ # @type DataDisks: Array
1708
1722
  # @param SecurityGroupIDs: 安全组列表
1709
1723
  # 注意:此字段可能返回 null,表示取不到有效值。
1710
1724
  # @type SecurityGroupIDs: Array
@@ -1715,6 +1729,11 @@ module TencentCloud
1715
1729
  # @param OsImage: OS的名称
1716
1730
  # 注意:此字段可能返回 null,表示取不到有效值。
1717
1731
  # @type OsImage: String
1732
+ # @param MachineType: **原生节点的 Machine 类型**
1733
+
1734
+ # - Native 表示 CXM 类型的原生节点
1735
+ # - NativeCVM 表示 CVM 类型的原生节点
1736
+ # @type MachineType: String
1718
1737
  # @param InstanceId: **原生节点对应的实例 ID**
1719
1738
 
1720
1739
  # - ins-q47ofw6 表示这个实例是一个 CVM 的实例
@@ -1722,9 +1741,9 @@ module TencentCloud
1722
1741
  # 注意:此字段可能返回 null,表示取不到有效值。
1723
1742
  # @type InstanceId: String
1724
1743
 
1725
- attr_accessor :MachineName, :MachineState, :Zone, :InstanceChargeType, :CreatedAt, :LoginStatus, :IsProtectedFromScaleIn, :DisplayName, :CPU, :GPU, :RenewFlag, :PayMode, :Memory, :InternetAccessible, :InstanceFamily, :LanIp, :InstanceType, :ExpiredTime, :SecurityGroupIDs, :VpcId, :SubnetId, :OsImage, :InstanceId
1744
+ attr_accessor :MachineName, :MachineState, :Zone, :InstanceChargeType, :CreatedAt, :LoginStatus, :IsProtectedFromScaleIn, :DisplayName, :CPU, :GPU, :RenewFlag, :PayMode, :Memory, :SystemDisk, :InternetAccessible, :InstanceFamily, :LanIp, :InstanceType, :ExpiredTime, :WanIp, :KeyIds, :GPUParams, :DataDisks, :SecurityGroupIDs, :VpcId, :SubnetId, :OsImage, :MachineType, :InstanceId
1726
1745
 
1727
- def initialize(machinename=nil, machinestate=nil, zone=nil, instancechargetype=nil, createdat=nil, loginstatus=nil, isprotectedfromscalein=nil, displayname=nil, cpu=nil, gpu=nil, renewflag=nil, paymode=nil, memory=nil, internetaccessible=nil, instancefamily=nil, lanip=nil, instancetype=nil, expiredtime=nil, securitygroupids=nil, vpcid=nil, subnetid=nil, osimage=nil, instanceid=nil)
1746
+ def initialize(machinename=nil, machinestate=nil, zone=nil, instancechargetype=nil, createdat=nil, loginstatus=nil, isprotectedfromscalein=nil, displayname=nil, cpu=nil, gpu=nil, renewflag=nil, paymode=nil, memory=nil, systemdisk=nil, internetaccessible=nil, instancefamily=nil, lanip=nil, instancetype=nil, expiredtime=nil, wanip=nil, keyids=nil, gpuparams=nil, datadisks=nil, securitygroupids=nil, vpcid=nil, subnetid=nil, osimage=nil, machinetype=nil, instanceid=nil)
1728
1747
  @MachineName = machinename
1729
1748
  @MachineState = machinestate
1730
1749
  @Zone = zone
@@ -1738,15 +1757,21 @@ module TencentCloud
1738
1757
  @RenewFlag = renewflag
1739
1758
  @PayMode = paymode
1740
1759
  @Memory = memory
1760
+ @SystemDisk = systemdisk
1741
1761
  @InternetAccessible = internetaccessible
1742
1762
  @InstanceFamily = instancefamily
1743
1763
  @LanIp = lanip
1744
1764
  @InstanceType = instancetype
1745
1765
  @ExpiredTime = expiredtime
1766
+ @WanIp = wanip
1767
+ @KeyIds = keyids
1768
+ @GPUParams = gpuparams
1769
+ @DataDisks = datadisks
1746
1770
  @SecurityGroupIDs = securitygroupids
1747
1771
  @VpcId = vpcid
1748
1772
  @SubnetId = subnetid
1749
1773
  @OsImage = osimage
1774
+ @MachineType = machinetype
1750
1775
  @InstanceId = instanceid
1751
1776
  end
1752
1777
 
@@ -1764,6 +1789,10 @@ module TencentCloud
1764
1789
  @RenewFlag = params['RenewFlag']
1765
1790
  @PayMode = params['PayMode']
1766
1791
  @Memory = params['Memory']
1792
+ unless params['SystemDisk'].nil?
1793
+ @SystemDisk = Disk.new
1794
+ @SystemDisk.deserialize(params['SystemDisk'])
1795
+ end
1767
1796
  unless params['InternetAccessible'].nil?
1768
1797
  @InternetAccessible = InternetAccessible.new
1769
1798
  @InternetAccessible.deserialize(params['InternetAccessible'])
@@ -1772,10 +1801,25 @@ module TencentCloud
1772
1801
  @LanIp = params['LanIp']
1773
1802
  @InstanceType = params['InstanceType']
1774
1803
  @ExpiredTime = params['ExpiredTime']
1804
+ @WanIp = params['WanIp']
1805
+ @KeyIds = params['KeyIds']
1806
+ unless params['GPUParams'].nil?
1807
+ @GPUParams = GPUParams.new
1808
+ @GPUParams.deserialize(params['GPUParams'])
1809
+ end
1810
+ unless params['DataDisks'].nil?
1811
+ @DataDisks = []
1812
+ params['DataDisks'].each do |i|
1813
+ datadisk_tmp = DataDisk.new
1814
+ datadisk_tmp.deserialize(i)
1815
+ @DataDisks << datadisk_tmp
1816
+ end
1817
+ end
1775
1818
  @SecurityGroupIDs = params['SecurityGroupIDs']
1776
1819
  @VpcId = params['VpcId']
1777
1820
  @SubnetId = params['SubnetId']
1778
1821
  @OsImage = params['OsImage']
1822
+ @MachineType = params['MachineType']
1779
1823
  @InstanceId = params['InstanceId']
1780
1824
  end
1781
1825
  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.1063
4
+ version: 3.0.1064
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-19 00:00:00.000000000 Z
11
+ date: 2025-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common