tencentcloud-sdk-thpc 3.0.580 → 3.0.581

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/v20230321/models.rb +30 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d78321915fd206b9d311fbd2ae330864753c629
4
- data.tar.gz: 7e4bafa99d7e7fc49caadda0531e4b18476f6e20
3
+ metadata.gz: 9379b76f5bd4b196c5f063aca5ae4d97788ba5e8
4
+ data.tar.gz: c4f87380917af71b15ded7eb4c66f16d3659e07c
5
5
  SHA512:
6
- metadata.gz: 3b656f78a0be6f46a84b7a39b5b909d79d2a66421452b5ae274027251316a2bb6b4a1e723ad0410c6bebaafbe4cd6a9bde8bc141a41369b0d44cef0ad43dcef2
7
- data.tar.gz: 8e66640db7305264bf799632caeba340c7ff0684675bb447392b5f3b81f586b223a206adb9084edeae2a462607a806df36e98cd213164c60a3769f97bcc6055f
6
+ metadata.gz: 17bd25226d2d46cc9c02fcf71721e2bf484d2bcb906765767cc291e71933a50753191094a87fabacc1e23487a87dc36d6a5b7bd2df33ad27dda74f14a85bb250
7
+ data.tar.gz: b1be23eb931937ffd6a7cf18d26682885e9f7261dbb84874dd935a2525aff23134694deff8746c2ec45406a51d2b82a35f2aa08abc9780fbb1cf69527900ac05
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.580
1
+ 3.0.581
@@ -102,10 +102,12 @@ module TencentCloud
102
102
  # @type DryRun: Boolean
103
103
  # @param NodeType: 添加节点类型。默认取值:STATIC。<li>STATIC:静态节点,不会参与弹性伸缩流程。<li>DYNAMIC:弹性节点,会被弹性缩容的节点。管控节点和登录节点不支持此参数。
104
104
  # @type NodeType: String
105
+ # @param ProjectId: 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。不填为默认项目。
106
+ # @type ProjectId: Integer
105
107
 
106
- attr_accessor :Placement, :ClusterId, :VirtualPrivateCloud, :Count, :ImageId, :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName, :LoginSettings, :SecurityGroupIds, :ClientToken, :QueueName, :NodeRole, :DryRun, :NodeType
108
+ attr_accessor :Placement, :ClusterId, :VirtualPrivateCloud, :Count, :ImageId, :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName, :LoginSettings, :SecurityGroupIds, :ClientToken, :QueueName, :NodeRole, :DryRun, :NodeType, :ProjectId
107
109
 
108
- def initialize(placement=nil, clusterid=nil, virtualprivatecloud=nil, count=nil, imageid=nil, instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil, loginsettings=nil, securitygroupids=nil, clienttoken=nil, queuename=nil, noderole=nil, dryrun=nil, nodetype=nil)
110
+ def initialize(placement=nil, clusterid=nil, virtualprivatecloud=nil, count=nil, imageid=nil, instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil, loginsettings=nil, securitygroupids=nil, clienttoken=nil, queuename=nil, noderole=nil, dryrun=nil, nodetype=nil, projectid=nil)
109
111
  @Placement = placement
110
112
  @ClusterId = clusterid
111
113
  @VirtualPrivateCloud = virtualprivatecloud
@@ -125,6 +127,7 @@ module TencentCloud
125
127
  @NodeRole = noderole
126
128
  @DryRun = dryrun
127
129
  @NodeType = nodetype
130
+ @ProjectId = projectid
128
131
  end
129
132
 
130
133
  def deserialize(params)
@@ -172,6 +175,7 @@ module TencentCloud
172
175
  @NodeRole = params['NodeRole']
173
176
  @DryRun = params['DryRun']
174
177
  @NodeType = params['NodeType']
178
+ @ProjectId = params['ProjectId']
175
179
  end
176
180
  end
177
181
 
@@ -467,10 +471,12 @@ module TencentCloud
467
471
  # 不指定节点显示名称则默认显示‘未命名’。
468
472
  # 最多支持60个字符。
469
473
  # @type InstanceName: String
474
+ # @param ProjectId: 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。不填为默认项目。
475
+ # @type ProjectId: Integer
470
476
 
471
- attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName
477
+ attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName, :ProjectId
472
478
 
473
- def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil)
479
+ def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil, projectid=nil)
474
480
  @InstanceChargeType = instancechargetype
475
481
  @InstanceChargePrepaid = instancechargeprepaid
476
482
  @InstanceType = instancetype
@@ -478,6 +484,7 @@ module TencentCloud
478
484
  @DataDisks = datadisks
479
485
  @InternetAccessible = internetaccessible
480
486
  @InstanceName = instancename
487
+ @ProjectId = projectid
481
488
  end
482
489
 
483
490
  def deserialize(params)
@@ -504,6 +511,7 @@ module TencentCloud
504
511
  @InternetAccessible.deserialize(params['InternetAccessible'])
505
512
  end
506
513
  @InstanceName = params['InstanceName']
514
+ @ProjectId = params['ProjectId']
507
515
  end
508
516
  end
509
517
 
@@ -1221,15 +1229,18 @@ module TencentCloud
1221
1229
  # @type InstanceType: String
1222
1230
  # @param VirtualPrivateCloud: 私有网络相关信息配置。
1223
1231
  # @type VirtualPrivateCloud: :class:`Tencentcloud::Thpc.v20230321.models.VirtualPrivateCloud`
1232
+ # @param ProjectId: 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。不填为默认项目。
1233
+ # @type ProjectId: Integer
1224
1234
 
1225
- attr_accessor :Placement, :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :VirtualPrivateCloud
1235
+ attr_accessor :Placement, :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :VirtualPrivateCloud, :ProjectId
1226
1236
 
1227
- def initialize(placement=nil, instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, virtualprivatecloud=nil)
1237
+ def initialize(placement=nil, instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, virtualprivatecloud=nil, projectid=nil)
1228
1238
  @Placement = placement
1229
1239
  @InstanceChargeType = instancechargetype
1230
1240
  @InstanceChargePrepaid = instancechargeprepaid
1231
1241
  @InstanceType = instancetype
1232
1242
  @VirtualPrivateCloud = virtualprivatecloud
1243
+ @ProjectId = projectid
1233
1244
  end
1234
1245
 
1235
1246
  def deserialize(params)
@@ -1247,6 +1258,7 @@ module TencentCloud
1247
1258
  @VirtualPrivateCloud = VirtualPrivateCloud.new
1248
1259
  @VirtualPrivateCloud.deserialize(params['VirtualPrivateCloud'])
1249
1260
  end
1261
+ @ProjectId = params['ProjectId']
1250
1262
  end
1251
1263
  end
1252
1264
 
@@ -1514,10 +1526,12 @@ module TencentCloud
1514
1526
  # 不指定节点显示名称则默认显示‘未命名’。
1515
1527
  # 最多支持60个字符。
1516
1528
  # @type InstanceName: String
1529
+ # @param ProjectId: 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。不填为默认项目。
1530
+ # @type ProjectId: Integer
1517
1531
 
1518
- attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName
1532
+ attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName, :ProjectId
1519
1533
 
1520
- def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil)
1534
+ def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil, projectid=nil)
1521
1535
  @InstanceChargeType = instancechargetype
1522
1536
  @InstanceChargePrepaid = instancechargeprepaid
1523
1537
  @InstanceType = instancetype
@@ -1525,6 +1539,7 @@ module TencentCloud
1525
1539
  @DataDisks = datadisks
1526
1540
  @InternetAccessible = internetaccessible
1527
1541
  @InstanceName = instancename
1542
+ @ProjectId = projectid
1528
1543
  end
1529
1544
 
1530
1545
  def deserialize(params)
@@ -1551,6 +1566,7 @@ module TencentCloud
1551
1566
  @InternetAccessible.deserialize(params['InternetAccessible'])
1552
1567
  end
1553
1568
  @InstanceName = params['InstanceName']
1569
+ @ProjectId = params['ProjectId']
1554
1570
  end
1555
1571
  end
1556
1572
 
@@ -1607,10 +1623,12 @@ module TencentCloud
1607
1623
  # 购买多个节点,如果不指定模式串,则在节点显示名称添加后缀`1、2...n`,其中`n`表示购买节点的数量,例如`server_`,购买2个时,节点显示名称分别为`server_1`,`server_2`。</li><li>
1608
1624
  # 最多支持60个字符(包含模式串)。
1609
1625
  # @type InstanceName: String
1626
+ # @param ProjectId: 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。不填为默认项目。
1627
+ # @type ProjectId: Integer
1610
1628
 
1611
- attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName
1629
+ attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :InternetAccessible, :InstanceName, :ProjectId
1612
1630
 
1613
- def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil)
1631
+ def initialize(instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, internetaccessible=nil, instancename=nil, projectid=nil)
1614
1632
  @InstanceChargeType = instancechargetype
1615
1633
  @InstanceChargePrepaid = instancechargeprepaid
1616
1634
  @InstanceType = instancetype
@@ -1618,6 +1636,7 @@ module TencentCloud
1618
1636
  @DataDisks = datadisks
1619
1637
  @InternetAccessible = internetaccessible
1620
1638
  @InstanceName = instancename
1639
+ @ProjectId = projectid
1621
1640
  end
1622
1641
 
1623
1642
  def deserialize(params)
@@ -1644,6 +1663,7 @@ module TencentCloud
1644
1663
  @InternetAccessible.deserialize(params['InternetAccessible'])
1645
1664
  end
1646
1665
  @InstanceName = params['InstanceName']
1666
+ @ProjectId = params['ProjectId']
1647
1667
  end
1648
1668
  end
1649
1669
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-thpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.580
4
+ version: 3.0.581
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-05-30 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common