tencentcloud-sdk-cvm 3.0.440 → 3.0.441

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: 3ca259dfbd7d62e2d0f42b0d85805fa31b6a10ab
4
- data.tar.gz: 2e13c100bcaa061894154e839ab910e9e45e3d1e
3
+ metadata.gz: ad01e57528dee30ccc8aa78d61ec59e1b05b4dd6
4
+ data.tar.gz: 70857e7688a74f1d6523ffab5740f01b3a2d18e0
5
5
  SHA512:
6
- metadata.gz: 8e1734082aba91fbe0382b554f7a805c02d7377bdcc8e770479a0b57cc155512c38d3d90b643726ca9acf37cf948d328fe49f7ebcdaa87663bb3b4a1091f0377
7
- data.tar.gz: 3f2c8e5153390091bef420586ba713b7b2ac33bc57aa5ee04d855c5a96a48deaf736cdb2b483134388f2855a6ef66fb5677a3d209983a1852e4ddcc4c0eb3024
6
+ metadata.gz: 4f5af76636235e2c8a8e330d438f507fbcfe95d41b5a91cc39145e5acd38ea3de950eec2126a14b67395f5cf76b637bc817093c0cbc7fe6696d1afbc168370ab
7
+ data.tar.gz: e9d0e86ae7f7d0a7c8637402f3db3ad619105564c3d2e6767fcfdb299236011bacbda55ec71e99e9c239581db1a5c4710178ffcd2ce5a1ac78461846de79d30c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.440
1
+ 3.0.441
@@ -1391,7 +1391,6 @@ module TencentCloud
1391
1391
 
1392
1392
  # * 目前只支持[系统盘类型](https://cloud.tencent.com/document/product/213/15753#SystemDisk)是`CLOUD_BASIC`、`CLOUD_PREMIUM`、`CLOUD_SSD`类型的实例使用该接口进行调整机型询价。
1393
1393
  # * 目前不支持[CDH](https://cloud.tencent.com/document/product/416)实例使用该接口调整机型询价。
1394
- # * 对于包年包月实例,使用该接口会涉及扣费,请确保账户余额充足。可通过[`DescribeAccountBalance`](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
1395
1394
 
1396
1395
  # @param request: Request instance for InquiryPriceResetInstancesType.
1397
1396
  # @type request: :class:`Tencentcloud::cvm::V20170312::InquiryPriceResetInstancesTypeRequest`
@@ -3170,7 +3170,7 @@ module TencentCloud
3170
3170
  # @type SecurityService: :class:`Tencentcloud::Cvm.v20170312.models.RunSecurityServiceEnabled`
3171
3171
  # @param MonitorService: 开启云监控服务。若不指定该参数,则默认开启云监控服务。
3172
3172
  # @type MonitorService: :class:`Tencentcloud::Cvm.v20170312.models.RunMonitorServiceEnabled`
3173
- # @param AutomationService: 开启云自动化助手服务。若不指定该参数,则默认不开启云自动化助手服务。
3173
+ # @param AutomationService: 开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,则公共镜像默认开启云自动化助手服务,其他镜像默认不开启云自动化助手服务。
3174
3174
  # @type AutomationService: :class:`Tencentcloud::Cvm.v20170312.models.RunAutomationServiceEnabled`
3175
3175
 
3176
3176
  attr_accessor :SecurityService, :MonitorService, :AutomationService
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.440
4
+ version: 3.0.441
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2022-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common