tencentcloud-sdk-cvm 1.0.275 → 1.0.276

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: 9cb20714c2a528763a92dac46510412c7534762f
4
- data.tar.gz: 95f60fdfd2dfd0a6868e68f144c7f81bef9e8edb
3
+ metadata.gz: 9e4ed8523b153bf1ed514ceee00ec21a17961187
4
+ data.tar.gz: b22f5972417056d4ffcf713040329a2f5987e638
5
5
  SHA512:
6
- metadata.gz: 4c5eee6f162233802932526de0cd971f5a1917efaba0e9bf146f1adf146c15a58e2bb4a13b359458fa75518921a3278f44dc7275468b7e0a3bf8e476dd92a6e9
7
- data.tar.gz: ae6a92fae5fbb440d61b0589d5b64f38a136dfbc4a340279abbbd10861f7494dca07c472bd08891fbf84a0bf78ccc2eb7ea5fa778b0ac1de27f8483b376198f0
6
+ metadata.gz: c654fc4f519bdb099bbb93be12187bf1215f54500b72cd497266d327b3eec694fb455fe5848c649b8c61b0aeb55d204327849f86686b9b2d68c92a0229d29545
7
+ data.tar.gz: 5230fb012e3d6bc7ea967c41545b816f3fe91886bf1f1e7258d38741fa2fc613e7ec41b47641ab6397675cd8405f2990d042a1fff417c209d02acf2609f357db
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.275
1
+ 1.0.276
@@ -3273,9 +3273,9 @@ module TencentCloud
3273
3273
  class InquiryPriceModifyInstancesChargeTypeRequest < TencentCloud::Common::AbstractModel
3274
3274
  # @param InstanceIds: 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
3275
3275
  # @type InstanceIds: Array
3276
- # @param InstanceChargeType: 实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月。
3276
+ # @param InstanceChargeType: 实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月。<br><li>POSTPAID_BY_HOUR:后付费,即按量付费。
3277
3277
  # @type InstanceChargeType: String
3278
- # @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的续费时长、是否设置自动续费等属性。
3278
+ # @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。<dx-alert infotype="explain" title="">若指定实例的付费模式为预付费则该参数必传。</dx-alert>
3279
3279
  # @type InstanceChargePrepaid: :class:`Tencentcloud::Cvm.v20170312.models.InstanceChargePrepaid`
3280
3280
 
3281
3281
  attr_accessor :InstanceIds, :InstanceChargeType, :InstanceChargePrepaid
@@ -5098,7 +5098,7 @@ module TencentCloud
5098
5098
  class ModifyInstancesChargeTypeRequest < TencentCloud::Common::AbstractModel
5099
5099
  # @param InstanceIds: 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
5100
5100
  # @type InstanceIds: Array
5101
- # @param InstanceChargeType: 实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月。
5101
+ # @param InstanceChargeType: 实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月。<br><li>POSTPAID_BY_HOUR:后付费,即按量付费。
5102
5102
  # @type InstanceChargeType: String
5103
5103
  # @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。<dx-alert infotype="explain" title="">若指定实例的付费模式为预付费则该参数必传。</dx-alert>
5104
5104
  # @type InstanceChargePrepaid: :class:`Tencentcloud::Cvm.v20170312.models.InstanceChargePrepaid`
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: 1.0.275
4
+ version: 1.0.276
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-03-11 00:00:00.000000000 Z
11
+ date: 2022-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common