tencentcloud-sdk-vpc 3.0.1074 → 3.0.1080

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 +10 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 74ba3abaf4b1eb70aacc1a8fccde513dfb938df4
4
- data.tar.gz: 7e69548ddfc9d365186164d150e7678089618b7d
3
+ metadata.gz: 35900c15072b0c5f37de5cafddad2667b1523cf0
4
+ data.tar.gz: 78a0ee754aba7b95b3536aa7d36eda53e54edea3
5
5
  SHA512:
6
- metadata.gz: ee29346492cd0bed2951c629b4cb4ed524d4d65400402380f8182413a9042e41b97a87125c5a93c626e8e71a40c3566b0f87012b06a640ce2ebe3fc41d6322c3
7
- data.tar.gz: a5e81bbed979acd902e2f635840edfe2d9d882aacf243356ce655e6bb3df74071143ff0afe985166ddd3b07f90e59a4b784e9aa62bf36d01d6c9db57e445536e
6
+ metadata.gz: 15054735e7199b48fc75b451bb1e422a15eedfc80ca72f34e604853dca173c0276169ae81c7d011ee5e686131017ce0d50ac02ca10565ce2f6f58afd9a67d5f5
7
+ data.tar.gz: c5fa083616cc1f95822a40953aa4e2ad9fc2a6602217da57af758528a052c9845aaeacd04c23bfe9b6d81f14886b9249f82bf912d01890f799d087efc6b5c835
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1080
@@ -6247,7 +6247,6 @@ module TencentCloud
6247
6247
  # <li>51200: 50TB流量,有效期一个月</li>
6248
6248
  # <li>60: 60GB流量,有效期半年</li>
6249
6249
  # <li>300: 300GB流量,有效期半年</li>
6250
- # <li>600: 600GB流量,有效期半年</li>
6251
6250
  # <li>3072: 3TB流量,有效期半年</li>
6252
6251
  # <li>6144: 6TB流量,有效期半年</li>
6253
6252
  # <li>30720: 30TB流量,有效期半年</li>
@@ -6256,17 +6255,23 @@ module TencentCloud
6256
6255
  # @type TrafficAmount: Integer
6257
6256
  # @param TrafficPackageCount: 流量包数量,可选范围 1~20。
6258
6257
  # @type TrafficPackageCount: Integer
6258
+ # @param DeductType: 抵扣类型,默认为 FULL_TIME,可选值:
6259
+ # <li>FULL_TIME: 全时流量包</li>
6260
+ # <li>IDLE_TIME: 闲时流量包</li>
6261
+ # @type DeductType: String
6259
6262
 
6260
- attr_accessor :TrafficAmount, :TrafficPackageCount
6263
+ attr_accessor :TrafficAmount, :TrafficPackageCount, :DeductType
6261
6264
 
6262
- def initialize(trafficamount=nil, trafficpackagecount=nil)
6265
+ def initialize(trafficamount=nil, trafficpackagecount=nil, deducttype=nil)
6263
6266
  @TrafficAmount = trafficamount
6264
6267
  @TrafficPackageCount = trafficpackagecount
6268
+ @DeductType = deducttype
6265
6269
  end
6266
6270
 
6267
6271
  def deserialize(params)
6268
6272
  @TrafficAmount = params['TrafficAmount']
6269
6273
  @TrafficPackageCount = params['TrafficPackageCount']
6274
+ @DeductType = params['DeductType']
6270
6275
  end
6271
6276
  end
6272
6277
 
@@ -12273,9 +12278,9 @@ module TencentCloud
12273
12278
  # @type NatGatewayId: String
12274
12279
  # @param VpcId: vpc的唯一标识
12275
12280
  # @type VpcId: String
12276
- # @param Limit: 0200之间
12281
+ # @param Limit: 查询NAT网关绑定的路由数量,可选值0-200,默认为10
12277
12282
  # @type Limit: Integer
12278
- # @param Offset: 大于0
12283
+ # @param Offset: 数据偏移量,默认为0
12279
12284
  # @type Offset: Integer
12280
12285
 
12281
12286
  attr_accessor :NatGatewayId, :VpcId, :Limit, :Offset
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1074
4
+ version: 3.0.1080
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-04 00:00:00.000000000 Z
11
+ date: 2025-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common