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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 97714c17dfcf245cabcf9b33d9a2a8bceabed0fb
|
|
4
|
+
data.tar.gz: 2481d78421d7999b651914ea483c45a073b6f4dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbc6b17b6af151c31f76ac9686ced2e78d7ab546b9864e36a22084a642963d8e554116cfe4a2cca3060c2646e9a83f2801990d4b3686d7da69d7da1c7137a2c7
|
|
7
|
+
data.tar.gz: 4202cba9a01a7e3bfd0801bcd982dd9a7556fddedc6857ef3fcfc3a2bfdf4637d8a01fd08fbf38e2d58c732a60f1ac5cdecd6e8fa2361e95771f889880e77b49
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1202
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|