tencentcloud-sdk-cvm 3.0.1088 → 3.0.1092

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +15 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24f776b3cb0484c8761a8ff5b44f1d3eabc1dff2
4
- data.tar.gz: 22f986676ea3776905c27f27fafa132e944ab4f6
3
+ metadata.gz: c3869e2be5426d477d88493686cbc1392782ae47
4
+ data.tar.gz: cf8c178fe8b979e42c77795dec2dd30fa22bf4f6
5
5
  SHA512:
6
- metadata.gz: b78150e432a4c6eefec01f0b8d7407400d6557653d1e67721e9447559ffc1f70bd11fd573bacee7774f18478d628f09746fe5e3fd53a974ecec26a57a8bab307
7
- data.tar.gz: 4106373afcbd490a08f713de20d7c6862eb0401323cb6b95df5bae78d4f4d4310310844668247ec081285b7893152f92f0bfa4680b6ba767e7cf0fae0b69f43f
6
+ metadata.gz: a6bb5716fdd77d396bbdd9856617fda68fe4ccf1f308a858ba66bb3622fabb5e42b7121a30e480faee316fe0a36bb302cd3dee4b494546e74928035d81c9b291
7
+ data.tar.gz: 1ae32e3f7f8b1fc9e7195e38493de210d4bbe6f85b2696553f18115c8a776f9a54f502fd4c892c0cb0923f8951d9a527dadde74ffd08b87dc0450034e27b20b7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1088
1
+ 3.0.1092
@@ -2004,8 +2004,8 @@ module TencentCloud
2004
2004
 
2005
2005
  attr_accessor :GroupQuota, :CurrentNum, :CvmInHostGroupQuota, :CvmInSwGroupQuota, :CvmInRackGroupQuota, :CvmInSwitchGroupQuota, :RequestId
2006
2006
  extend Gem::Deprecate
2007
- deprecate :CvmInSwGroupQuota, :none, 2025, 6
2008
- deprecate :CvmInSwGroupQuota=, :none, 2025, 6
2007
+ deprecate :CvmInSwGroupQuota, :none, 2025, 7
2008
+ deprecate :CvmInSwGroupQuota=, :none, 2025, 7
2009
2009
 
2010
2010
  def initialize(groupquota=nil, currentnum=nil, cvminhostgroupquota=nil, cvminswgroupquota=nil, cvminrackgroupquota=nil, cvminswitchgroupquota=nil, requestid=nil)
2011
2011
  @GroupQuota = groupquota
@@ -3927,8 +3927,8 @@ module TencentCloud
3927
3927
 
3928
3928
  attr_accessor :InstanceId, :Password, :Username, :ForceStop, :StopType
3929
3929
  extend Gem::Deprecate
3930
- deprecate :ForceStop, :none, 2025, 6
3931
- deprecate :ForceStop=, :none, 2025, 6
3930
+ deprecate :ForceStop, :none, 2025, 7
3931
+ deprecate :ForceStop=, :none, 2025, 7
3932
3932
 
3933
3933
  def initialize(instanceid=nil, password=nil, username=nil, forcestop=nil, stoptype=nil)
3934
3934
  @InstanceId = instanceid
@@ -4396,8 +4396,7 @@ module TencentCloud
4396
4396
  # CREATING-创建中
4397
4397
  # NORMAL-正常
4398
4398
  # CREATEFAILED-创建失败
4399
- # USING-使用中
4400
- # SYNCING-同步中
4399
+ # SYNCING-复制中
4401
4400
  # IMPORTING-导入中
4402
4401
  # IMPORTFAILED-导入失败
4403
4402
  # @type ImageState: String
@@ -7483,8 +7482,8 @@ module TencentCloud
7483
7482
 
7484
7483
  attr_accessor :InstanceIds, :ForceReboot, :StopType
7485
7484
  extend Gem::Deprecate
7486
- deprecate :ForceReboot, :none, 2025, 6
7487
- deprecate :ForceReboot=, :none, 2025, 6
7485
+ deprecate :ForceReboot, :none, 2025, 7
7486
+ deprecate :ForceReboot=, :none, 2025, 7
7488
7487
 
7489
7488
  def initialize(instanceids=nil, forcereboot=nil, stoptype=nil)
7490
7489
  @InstanceIds = instanceids
@@ -8554,10 +8553,12 @@ module TencentCloud
8554
8553
  # @type ChcIds: Array
8555
8554
  # @param DisableApiTermination: 实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>true:表示开启实例保护,不允许通过api接口删除实例</li><br><li>false:表示关闭实例保护,允许通过api接口删除实例</li><br><br>默认取值:false。
8556
8555
  # @type DisableApiTermination: Boolean
8556
+ # @param EnableJumboFrame: 实例是否开启巨型帧,取值范围:<br><li/> true:表示实例开启巨型帧,只有支持巨型帧的机型可设置为true。<br><li/>false:表示实例关闭巨型帧,只有支持巨型帧的机型可设置为false。<br> 支持巨型帧的实例规格: [实例规格](https://cloud.tencent.com/document/product/213/11518)
8557
+ # @type EnableJumboFrame: Boolean
8557
8558
 
8558
- attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :Placement, :InstanceType, :ImageId, :SystemDisk, :DataDisks, :VirtualPrivateCloud, :InternetAccessible, :InstanceCount, :InstanceName, :LoginSettings, :SecurityGroupIds, :EnhancedService, :ClientToken, :HostName, :ActionTimer, :DisasterRecoverGroupIds, :TagSpecification, :InstanceMarketOptions, :UserData, :Metadata, :DryRun, :CpuTopology, :CamRoleName, :HpcClusterId, :LaunchTemplate, :DedicatedClusterId, :ChcIds, :DisableApiTermination
8559
+ attr_accessor :InstanceChargeType, :InstanceChargePrepaid, :Placement, :InstanceType, :ImageId, :SystemDisk, :DataDisks, :VirtualPrivateCloud, :InternetAccessible, :InstanceCount, :InstanceName, :LoginSettings, :SecurityGroupIds, :EnhancedService, :ClientToken, :HostName, :ActionTimer, :DisasterRecoverGroupIds, :TagSpecification, :InstanceMarketOptions, :UserData, :Metadata, :DryRun, :CpuTopology, :CamRoleName, :HpcClusterId, :LaunchTemplate, :DedicatedClusterId, :ChcIds, :DisableApiTermination, :EnableJumboFrame
8559
8560
 
8560
- 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, metadata=nil, dryrun=nil, cputopology=nil, camrolename=nil, hpcclusterid=nil, launchtemplate=nil, dedicatedclusterid=nil, chcids=nil, disableapitermination=nil)
8561
+ 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, metadata=nil, dryrun=nil, cputopology=nil, camrolename=nil, hpcclusterid=nil, launchtemplate=nil, dedicatedclusterid=nil, chcids=nil, disableapitermination=nil, enablejumboframe=nil)
8561
8562
  @InstanceChargeType = instancechargetype
8562
8563
  @InstanceChargePrepaid = instancechargeprepaid
8563
8564
  @Placement = placement
@@ -8588,6 +8589,7 @@ module TencentCloud
8588
8589
  @DedicatedClusterId = dedicatedclusterid
8589
8590
  @ChcIds = chcids
8590
8591
  @DisableApiTermination = disableapitermination
8592
+ @EnableJumboFrame = enablejumboframe
8591
8593
  end
8592
8594
 
8593
8595
  def deserialize(params)
@@ -8671,6 +8673,7 @@ module TencentCloud
8671
8673
  @DedicatedClusterId = params['DedicatedClusterId']
8672
8674
  @ChcIds = params['ChcIds']
8673
8675
  @DisableApiTermination = params['DisableApiTermination']
8676
+ @EnableJumboFrame = params['EnableJumboFrame']
8674
8677
  end
8675
8678
  end
8676
8679
 
@@ -8868,8 +8871,8 @@ module TencentCloud
8868
8871
 
8869
8872
  attr_accessor :InstanceIds, :ForceStop, :StopType, :StoppedMode
8870
8873
  extend Gem::Deprecate
8871
- deprecate :ForceStop, :none, 2025, 6
8872
- deprecate :ForceStop=, :none, 2025, 6
8874
+ deprecate :ForceStop, :none, 2025, 7
8875
+ deprecate :ForceStop=, :none, 2025, 7
8873
8876
 
8874
8877
  def initialize(instanceids=nil, forcestop=nil, stoptype=nil, stoppedmode=nil)
8875
8878
  @InstanceIds = instanceids
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.1088
4
+ version: 3.0.1092
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-24 00:00:00.000000000 Z
11
+ date: 2025-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common