tencentcloud-sdk-vpc 3.0.1201 → 3.0.1202

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: 7c3fae70ab3dff3bfa866ad2d021e1fb87775dde
4
- data.tar.gz: a8f68d1544f77b0d1741b4e432dcb124735ed119
3
+ metadata.gz: 97714c17dfcf245cabcf9b33d9a2a8bceabed0fb
4
+ data.tar.gz: 2481d78421d7999b651914ea483c45a073b6f4dd
5
5
  SHA512:
6
- metadata.gz: 69bb35abc563f02b143fb97f12cec54dedcb6932f49519137357522cf3abd8e985ebb58d7b2e596e07f77e629bc599374a055611ad2bb6701b110b6369091e68
7
- data.tar.gz: 5dc2110da970e43701b4c3c65d8db73b1140157f90a3e0598ee694883533990aa1ba6430b33ff65e6830da16e657f6d342c58b6ad561d58c369d836d0530065a
6
+ metadata.gz: cbc6b17b6af151c31f76ac9686ced2e78d7ab546b9864e36a22084a642963d8e554116cfe4a2cca3060c2646e9a83f2801990d4b3686d7da69d7da1c7137a2c7
7
+ data.tar.gz: 4202cba9a01a7e3bfd0801bcd982dd9a7556fddedc6857ef3fcfc3a2bfdf4637d8a01fd08fbf38e2d58c732a60f1ac5cdecd6e8fa2361e95771f889880e77b49
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1201
1
+ 3.0.1202
@@ -3876,18 +3876,21 @@ module TencentCloud
3876
3876
  # @type QosLevel: String
3877
3877
  # @param InstanceChargeType: 计费模式,`PREPAID`:表示预付费,即包年包月,`POSTPAID`:表示后付费,即按量计费。默认:`POSTPAID`。
3878
3878
  # @type InstanceChargeType: String
3879
+ # @param InstanceMeteringType: 计量模式
3880
+ # @type InstanceMeteringType: String
3879
3881
  # @param BandwidthLimitType: 限速类型,`OUTER_REGION_LIMIT`表示地域出口限速,`INTER_REGION_LIMIT`为地域间限速,默认为`OUTER_REGION_LIMIT`。预付费模式仅支持地域间限速,后付费模式支持地域间限速和地域出口限速。
3880
3882
  # @type BandwidthLimitType: String
3881
3883
  # @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
3882
3884
  # @type Tags: Array
3883
3885
 
3884
- attr_accessor :CcnName, :CcnDescription, :QosLevel, :InstanceChargeType, :BandwidthLimitType, :Tags
3886
+ attr_accessor :CcnName, :CcnDescription, :QosLevel, :InstanceChargeType, :InstanceMeteringType, :BandwidthLimitType, :Tags
3885
3887
 
3886
- def initialize(ccnname=nil, ccndescription=nil, qoslevel=nil, instancechargetype=nil, bandwidthlimittype=nil, tags=nil)
3888
+ def initialize(ccnname=nil, ccndescription=nil, qoslevel=nil, instancechargetype=nil, instancemeteringtype=nil, bandwidthlimittype=nil, tags=nil)
3887
3889
  @CcnName = ccnname
3888
3890
  @CcnDescription = ccndescription
3889
3891
  @QosLevel = qoslevel
3890
3892
  @InstanceChargeType = instancechargetype
3893
+ @InstanceMeteringType = instancemeteringtype
3891
3894
  @BandwidthLimitType = bandwidthlimittype
3892
3895
  @Tags = tags
3893
3896
  end
@@ -3897,6 +3900,7 @@ module TencentCloud
3897
3900
  @CcnDescription = params['CcnDescription']
3898
3901
  @QosLevel = params['QosLevel']
3899
3902
  @InstanceChargeType = params['InstanceChargeType']
3903
+ @InstanceMeteringType = params['InstanceMeteringType']
3900
3904
  @BandwidthLimitType = params['BandwidthLimitType']
3901
3905
  unless params['Tags'].nil?
3902
3906
  @Tags = []
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.1201
4
+ version: 3.0.1202
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-13 00:00:00.000000000 Z
11
+ date: 2026-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common