tencentcloud-sdk-cvm 3.0.914 → 3.0.915
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 +9 -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: 399c56aecb3e18e763b060391822fc5b47fec75d
|
|
4
|
+
data.tar.gz: 65c9cf3f1f51506389fa27de914b87372deec225
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f9a151a9f630f453cdd2c819389c763a65c51f6140605ce597d9f4f8adbf7daf7be2180fcffd2265a88552847b791a6bc76f23787c657876954b5c46237f069
|
|
7
|
+
data.tar.gz: bd8f527f1b79c6760ae6631b4530f8e720301f979064f07529ec800518b486c9eb872cd12f0606a6bab7889b0e2d35dfb4b2adf61e70fb6615fc27fa182cc70d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.915
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -4923,12 +4923,14 @@ module TencentCloud
|
|
|
4923
4923
|
# @type InstanceMarketOptions: :class:`Tencentcloud::Cvm.v20170312.models.InstanceMarketOptionsRequest`
|
|
4924
4924
|
# @param HpcClusterId: 高性能计算集群ID。
|
|
4925
4925
|
# @type HpcClusterId: String
|
|
4926
|
+
# @param CpuTopology: 描述了实例CPU拓扑结构的相关信息。若不指定该参数,则按系统资源情况决定。
|
|
4927
|
+
# @type CpuTopology: :class:`Tencentcloud::Cvm.v20170312.models.CpuTopology`
|
|
4926
4928
|
# @param LaunchTemplate: 实例启动模板。
|
|
4927
4929
|
# @type LaunchTemplate: :class:`Tencentcloud::Cvm.v20170312.models.LaunchTemplate`
|
|
4928
4930
|
|
|
4929
|
-
attr_accessor :Placement, :ImageId, :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :VirtualPrivateCloud, :InternetAccessible, :InstanceCount, :InstanceName, :LoginSettings, :SecurityGroupIds, :EnhancedService, :ClientToken, :HostName, :TagSpecification, :InstanceMarketOptions, :HpcClusterId, :LaunchTemplate
|
|
4931
|
+
attr_accessor :Placement, :ImageId, :InstanceChargeType, :InstanceChargePrepaid, :InstanceType, :SystemDisk, :DataDisks, :VirtualPrivateCloud, :InternetAccessible, :InstanceCount, :InstanceName, :LoginSettings, :SecurityGroupIds, :EnhancedService, :ClientToken, :HostName, :TagSpecification, :InstanceMarketOptions, :HpcClusterId, :CpuTopology, :LaunchTemplate
|
|
4930
4932
|
|
|
4931
|
-
def initialize(placement=nil, imageid=nil, instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, virtualprivatecloud=nil, internetaccessible=nil, instancecount=nil, instancename=nil, loginsettings=nil, securitygroupids=nil, enhancedservice=nil, clienttoken=nil, hostname=nil, tagspecification=nil, instancemarketoptions=nil, hpcclusterid=nil, launchtemplate=nil)
|
|
4933
|
+
def initialize(placement=nil, imageid=nil, instancechargetype=nil, instancechargeprepaid=nil, instancetype=nil, systemdisk=nil, datadisks=nil, virtualprivatecloud=nil, internetaccessible=nil, instancecount=nil, instancename=nil, loginsettings=nil, securitygroupids=nil, enhancedservice=nil, clienttoken=nil, hostname=nil, tagspecification=nil, instancemarketoptions=nil, hpcclusterid=nil, cputopology=nil, launchtemplate=nil)
|
|
4932
4934
|
@Placement = placement
|
|
4933
4935
|
@ImageId = imageid
|
|
4934
4936
|
@InstanceChargeType = instancechargetype
|
|
@@ -4948,6 +4950,7 @@ module TencentCloud
|
|
|
4948
4950
|
@TagSpecification = tagspecification
|
|
4949
4951
|
@InstanceMarketOptions = instancemarketoptions
|
|
4950
4952
|
@HpcClusterId = hpcclusterid
|
|
4953
|
+
@CpuTopology = cputopology
|
|
4951
4954
|
@LaunchTemplate = launchtemplate
|
|
4952
4955
|
end
|
|
4953
4956
|
|
|
@@ -5009,6 +5012,10 @@ module TencentCloud
|
|
|
5009
5012
|
@InstanceMarketOptions.deserialize(params['InstanceMarketOptions'])
|
|
5010
5013
|
end
|
|
5011
5014
|
@HpcClusterId = params['HpcClusterId']
|
|
5015
|
+
unless params['CpuTopology'].nil?
|
|
5016
|
+
@CpuTopology = CpuTopology.new
|
|
5017
|
+
@CpuTopology.deserialize(params['CpuTopology'])
|
|
5018
|
+
end
|
|
5012
5019
|
unless params['LaunchTemplate'].nil?
|
|
5013
5020
|
@LaunchTemplate = LaunchTemplate.new
|
|
5014
5021
|
@LaunchTemplate.deserialize(params['LaunchTemplate'])
|
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: 3.0.
|
|
4
|
+
version: 3.0.915
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-09-
|
|
11
|
+
date: 2024-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|