tencentcloud-sdk-cvm 1.0.315 → 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 +6 -2
- metadata +1 -1
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
@@ -6517,14 +6517,16 @@ module TencentCloud
|
|
6517
6517
|
# @type HpcClusterId: String
|
6518
6518
|
# @param LaunchTemplate: 实例启动模板。
|
6519
6519
|
# @type LaunchTemplate: :class:`Tencentcloud::Cvm.v20170312.models.LaunchTemplate`
|
6520
|
+
# @param DedicatedClusterId: 指定专用集群创建。
|
6521
|
+
# @type DedicatedClusterId: String
|
6520
6522
|
# @param ChcIds: 指定CHC物理服务器来创建CHC云主机。
|
6521
6523
|
# @type ChcIds: Array
|
6522
6524
|
# @param DisableApiTermination: 实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api接口删除实例<br><li>FALSE:表示关闭实例保护,允许通过api接口删除实例<br><br>默认取值:FALSE。
|
6523
6525
|
# @type DisableApiTermination: Boolean
|
6524
6526
|
|
6525
|
-
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
|
6526
6528
|
|
6527
|
-
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)
|
6528
6530
|
@InstanceChargeType = instancechargetype
|
6529
6531
|
@InstanceChargePrepaid = instancechargeprepaid
|
6530
6532
|
@Placement = placement
|
@@ -6550,6 +6552,7 @@ module TencentCloud
|
|
6550
6552
|
@CamRoleName = camrolename
|
6551
6553
|
@HpcClusterId = hpcclusterid
|
6552
6554
|
@LaunchTemplate = launchtemplate
|
6555
|
+
@DedicatedClusterId = dedicatedclusterid
|
6553
6556
|
@ChcIds = chcids
|
6554
6557
|
@DisableApiTermination = disableapitermination
|
6555
6558
|
end
|
@@ -6624,6 +6627,7 @@ module TencentCloud
|
|
6624
6627
|
@LaunchTemplate = LaunchTemplate.new
|
6625
6628
|
@LaunchTemplate.deserialize(params['LaunchTemplate'])
|
6626
6629
|
end
|
6630
|
+
@DedicatedClusterId = params['DedicatedClusterId']
|
6627
6631
|
@ChcIds = params['ChcIds']
|
6628
6632
|
@DisableApiTermination = params['DisableApiTermination']
|
6629
6633
|
end
|