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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb8647e2511c5adcc17d386b4518e296e28b0383
4
- data.tar.gz: a2796a51862ec47bece6e20eadf85c3b4d32d4e4
3
+ metadata.gz: ba699d3cf4a954f2887bbbac861155ea3c70492e
4
+ data.tar.gz: 4db3175156fb84b46eb0e6cf545e620814a62184
5
5
  SHA512:
6
- metadata.gz: 4bd22c5c2bffc1da5489920cca8147ab11c04302fb4de887f5cd27fef0cf7cf464912fe9ce7d6fe10ae2e07bc0570a782c2cb1c89e9fb2986aa28e66687d4d4c
7
- data.tar.gz: b19b4d51274787daf595f801af5f24c1f73baa98a7e79c1c1657bed1a3afcd0c9c0aeabe3fb9dc88f75b42a3021f3b14c7d4be132a99248b3b4aab0382a5cfa2
6
+ metadata.gz: fbed0844a900a7bb7095db516ab93363f93655b5609ccc8026b5355fc981cc775781c4fdab275189e90bd56d1fbe03029e06765520750ac390e724d3751834c6
7
+ data.tar.gz: dcc553ce763ed7c949932ecb4f9892462fb999896b756b50e5c753f680fadafc453faa174d5aac970f6dba2f04f43300ecb6137457609b45e8f231c9f83bde3f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.315
1
+ 1.0.316
@@ -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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cvm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.315
4
+ version: 1.0.316
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud