tencentcloud-sdk-cvm 3.0.914 → 3.0.916

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 083351a27a9cca337c45ad1d108b91a18260e071
4
- data.tar.gz: 03128c030de23e0002c8e23af7a7dc32131d2f06
3
+ metadata.gz: 55b9a13e27996e32f43c118d275b510dbeeccbb4
4
+ data.tar.gz: 347911d4c85a0d35f2a6d20bf8c807e80bf14b15
5
5
  SHA512:
6
- metadata.gz: f0da875e10e32ed18857a79918d2c2d56c5e3017cb8da7984cc98a7303de3070254f8bc908d642495ab939f2641ea9660494f99065ecc3b102bdc7fa011b30fc
7
- data.tar.gz: 4822429ac72bc7cc9567e7ec5a527b9fbd62926b7901112d3ecaa1f1f32f10296c0a4012fc71a2f121ffbbaeeb24c7fcf094d69823b6cb903d74e340cf2307e8
6
+ metadata.gz: b7e8090d4f97d0cecc2b6b667bea15d9769ed00a89cd5a6e5a87fd5b8780e48387623111cce1219ba0d50eb7799796e2ec73e05509edc39db6531ecf11dec138
7
+ data.tar.gz: 86d6cf91d7a94971724c181fee84b5d6f264a7a244757d06cbe79d3f0da383d631dd8d375bb2811d1c2101091ebb542b41fbe04d4e3f1805dd86c2babed38c76
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.914
1
+ 3.0.916
@@ -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.914
4
+ version: 3.0.916
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-25 00:00:00.000000000 Z
11
+ date: 2024-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common