tencentcloud-sdk-cvm 1.0.313 → 1.0.316
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +8 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba699d3cf4a954f2887bbbac861155ea3c70492e
|
4
|
+
data.tar.gz: 4db3175156fb84b46eb0e6cf545e620814a62184
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbed0844a900a7bb7095db516ab93363f93655b5609ccc8026b5355fc981cc775781c4fdab275189e90bd56d1fbe03029e06765520750ac390e724d3751834c6
|
7
|
+
data.tar.gz: dcc553ce763ed7c949932ecb4f9892462fb999896b756b50e5c753f680fadafc453faa174d5aac970f6dba2f04f43300ecb6137457609b45e8f231c9f83bde3f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.316
|
data/lib/v20170312/models.rb
CHANGED
@@ -1826,6 +1826,8 @@ module TencentCloud
|
|
1826
1826
|
# <p style="padding-left: 30px;">按照【<strong>项目ID</strong>】进行过滤,可通过调用[DescribeProject](https://cloud.tencent.com/document/api/378/4400)查询已创建的项目列表或登录[控制台](https://console.cloud.tencent.com/cvm/index)进行查看;也可以调用[AddProject](https://cloud.tencent.com/document/api/378/4398)创建新的项目。项目ID形如:1002189。</p><p style="padding-left: 30px;">类型:Integer</p><p style="padding-left: 30px;">必选:否</p>
|
1827
1827
|
# <li><strong>host-id</strong></li>
|
1828
1828
|
# <p style="padding-left: 30px;">按照【<strong>[CDH](https://cloud.tencent.com/document/product/416) ID</strong>】进行过滤。[CDH](https://cloud.tencent.com/document/product/416) ID形如:host-xxxxxxxx。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
1829
|
+
# <li><strong>dedicated-cluster-id</strong></li>
|
1830
|
+
# <p style="padding-left: 30px;">按照【<strong>[CDC](https://cloud.tencent.com/document/product/1346) ID</strong>】进行过滤。[CDC](https://cloud.tencent.com/document/product/1346) ID形如:cluster-xxxxxxx。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
1829
1831
|
# <li><strong>vpc-id</strong></li>
|
1830
1832
|
# <p style="padding-left: 30px;">按照【<strong>VPC ID</strong>】进行过滤。VPC ID形如:vpc-xxxxxxxx。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
1831
1833
|
# <li><strong>subnet-id</strong></li>
|
@@ -6515,14 +6517,16 @@ module TencentCloud
|
|
6515
6517
|
# @type HpcClusterId: String
|
6516
6518
|
# @param LaunchTemplate: 实例启动模板。
|
6517
6519
|
# @type LaunchTemplate: :class:`Tencentcloud::Cvm.v20170312.models.LaunchTemplate`
|
6520
|
+
# @param DedicatedClusterId: 指定专用集群创建。
|
6521
|
+
# @type DedicatedClusterId: String
|
6518
6522
|
# @param ChcIds: 指定CHC物理服务器来创建CHC云主机。
|
6519
6523
|
# @type ChcIds: Array
|
6520
6524
|
# @param DisableApiTermination: 实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api接口删除实例<br><li>FALSE:表示关闭实例保护,允许通过api接口删除实例<br><br>默认取值:FALSE。
|
6521
6525
|
# @type DisableApiTermination: Boolean
|
6522
6526
|
|
6523
|
-
attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :Placement, :InstanceType, :ImageId, :SystemDisk, :DataDisks, :VirtualPrivateCloud, :InternetAccessible, :InstanceCount, :InstanceName, :LoginSettings, :SecurityGroupIds, :EnhancedService, :ClientToken, :HostName, :ActionTimer, :DisasterRecoverGroupIds, :TagSpecification, :InstanceMarketOptions, :UserData, :DryRun, :CamRoleName, :HpcClusterId, :LaunchTemplate, :ChcIds, :DisableApiTermination
|
6527
|
+
attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :Placement, :InstanceType, :ImageId, :SystemDisk, :DataDisks, :VirtualPrivateCloud, :InternetAccessible, :InstanceCount, :InstanceName, :LoginSettings, :SecurityGroupIds, :EnhancedService, :ClientToken, :HostName, :ActionTimer, :DisasterRecoverGroupIds, :TagSpecification, :InstanceMarketOptions, :UserData, :DryRun, :CamRoleName, :HpcClusterId, :LaunchTemplate, :DedicatedClusterId, :ChcIds, :DisableApiTermination
|
6524
6528
|
|
6525
|
-
def initialize(instancechargetype=nil, instancechargeprepaid=nil, placement=nil, instancetype=nil, imageid=nil, systemdisk=nil, datadisks=nil, virtualprivatecloud=nil, internetaccessible=nil, instancecount=nil, instancename=nil, loginsettings=nil, securitygroupids=nil, enhancedservice=nil, clienttoken=nil, hostname=nil, actiontimer=nil, disasterrecovergroupids=nil, tagspecification=nil, instancemarketoptions=nil, userdata=nil, dryrun=nil, camrolename=nil, hpcclusterid=nil, launchtemplate=nil, chcids=nil, disableapitermination=nil)
|
6529
|
+
def initialize(instancechargetype=nil, instancechargeprepaid=nil, placement=nil, instancetype=nil, imageid=nil, systemdisk=nil, datadisks=nil, virtualprivatecloud=nil, internetaccessible=nil, instancecount=nil, instancename=nil, loginsettings=nil, securitygroupids=nil, enhancedservice=nil, clienttoken=nil, hostname=nil, actiontimer=nil, disasterrecovergroupids=nil, tagspecification=nil, instancemarketoptions=nil, userdata=nil, dryrun=nil, camrolename=nil, hpcclusterid=nil, launchtemplate=nil, dedicatedclusterid=nil, chcids=nil, disableapitermination=nil)
|
6526
6530
|
@InstanceChargeType = instancechargetype
|
6527
6531
|
@InstanceChargePrepaid = instancechargeprepaid
|
6528
6532
|
@Placement = placement
|
@@ -6548,6 +6552,7 @@ module TencentCloud
|
|
6548
6552
|
@CamRoleName = camrolename
|
6549
6553
|
@HpcClusterId = hpcclusterid
|
6550
6554
|
@LaunchTemplate = launchtemplate
|
6555
|
+
@DedicatedClusterId = dedicatedclusterid
|
6551
6556
|
@ChcIds = chcids
|
6552
6557
|
@DisableApiTermination = disableapitermination
|
6553
6558
|
end
|
@@ -6622,6 +6627,7 @@ module TencentCloud
|
|
6622
6627
|
@LaunchTemplate = LaunchTemplate.new
|
6623
6628
|
@LaunchTemplate.deserialize(params['LaunchTemplate'])
|
6624
6629
|
end
|
6630
|
+
@DedicatedClusterId = params['DedicatedClusterId']
|
6625
6631
|
@ChcIds = params['ChcIds']
|
6626
6632
|
@DisableApiTermination = params['DisableApiTermination']
|
6627
6633
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cvm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.316
|
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-05-
|
11
|
+
date: 2022-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|