tencentcloud-sdk-vpc 3.0.1199 → 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 +28 -8
- metadata +3 -3
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
|
@@ -168,15 +168,18 @@ module TencentCloud
|
|
|
168
168
|
# @type ResourceType: String
|
|
169
169
|
# @param Protocol: 带宽包协议类型。当前支持'ipv4'和'ipv6'协议类型。
|
|
170
170
|
# @type Protocol: String
|
|
171
|
+
# @param InternetMaxBandwidthOut: 用于带宽包内添加IP资源时指定IP带宽值。<p>说明:当前功能处于内测中,如需使用,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</p>
|
|
172
|
+
# @type InternetMaxBandwidthOut: Integer
|
|
171
173
|
|
|
172
|
-
attr_accessor :ResourceIds, :BandwidthPackageId, :NetworkType, :ResourceType, :Protocol
|
|
174
|
+
attr_accessor :ResourceIds, :BandwidthPackageId, :NetworkType, :ResourceType, :Protocol, :InternetMaxBandwidthOut
|
|
173
175
|
|
|
174
|
-
def initialize(resourceids=nil, bandwidthpackageid=nil, networktype=nil, resourcetype=nil, protocol=nil)
|
|
176
|
+
def initialize(resourceids=nil, bandwidthpackageid=nil, networktype=nil, resourcetype=nil, protocol=nil, internetmaxbandwidthout=nil)
|
|
175
177
|
@ResourceIds = resourceids
|
|
176
178
|
@BandwidthPackageId = bandwidthpackageid
|
|
177
179
|
@NetworkType = networktype
|
|
178
180
|
@ResourceType = resourcetype
|
|
179
181
|
@Protocol = protocol
|
|
182
|
+
@InternetMaxBandwidthOut = internetmaxbandwidthout
|
|
180
183
|
end
|
|
181
184
|
|
|
182
185
|
def deserialize(params)
|
|
@@ -185,6 +188,7 @@ module TencentCloud
|
|
|
185
188
|
@NetworkType = params['NetworkType']
|
|
186
189
|
@ResourceType = params['ResourceType']
|
|
187
190
|
@Protocol = params['Protocol']
|
|
191
|
+
@InternetMaxBandwidthOut = params['InternetMaxBandwidthOut']
|
|
188
192
|
end
|
|
189
193
|
end
|
|
190
194
|
|
|
@@ -2186,6 +2190,8 @@ module TencentCloud
|
|
|
2186
2190
|
# @type QosLevel: String
|
|
2187
2191
|
# @param InstanceChargeType: 付费类型,PREPAID为预付费,POSTPAID为后付费。
|
|
2188
2192
|
# @type InstanceChargeType: String
|
|
2193
|
+
# @param InstanceMeteringType: 计量类型
|
|
2194
|
+
# @type InstanceMeteringType: String
|
|
2189
2195
|
# @param BandwidthLimitType: 限速类型,`INTER_REGION_LIMIT` 为地域间限速;`OUTER_REGION_LIMIT` 为地域出口限速。
|
|
2190
2196
|
# @type BandwidthLimitType: String
|
|
2191
2197
|
# @param TagSet: 标签键值对。
|
|
@@ -2221,9 +2227,9 @@ module TencentCloud
|
|
|
2221
2227
|
# @param PolicyBasedRoutingFlag: 是否支持策略路由
|
|
2222
2228
|
# @type PolicyBasedRoutingFlag: Boolean
|
|
2223
2229
|
|
|
2224
|
-
attr_accessor :CcnId, :CcnName, :CcnDescription, :InstanceCount, :CreateTime, :State, :QosLevel, :InstanceChargeType, :BandwidthLimitType, :TagSet, :RoutePriorityFlag, :RouteTableCount, :RouteTableFlag, :IsSecurityLock, :RouteBroadcastPolicyFlag, :RouteECMPFlag, :RouteOverlapFlag, :TrafficMarkingPolicyFlag, :RouteSelectPolicyFlag, :DirectConnectAccelerateChannelFlag, :Ipv6Flag, :MrtbAggregatePolicyFlag, :MrtbPolicyValueFlag, :RouteTablePolicyValueCommunityFlag, :PolicyBasedRoutingFlag
|
|
2230
|
+
attr_accessor :CcnId, :CcnName, :CcnDescription, :InstanceCount, :CreateTime, :State, :QosLevel, :InstanceChargeType, :InstanceMeteringType, :BandwidthLimitType, :TagSet, :RoutePriorityFlag, :RouteTableCount, :RouteTableFlag, :IsSecurityLock, :RouteBroadcastPolicyFlag, :RouteECMPFlag, :RouteOverlapFlag, :TrafficMarkingPolicyFlag, :RouteSelectPolicyFlag, :DirectConnectAccelerateChannelFlag, :Ipv6Flag, :MrtbAggregatePolicyFlag, :MrtbPolicyValueFlag, :RouteTablePolicyValueCommunityFlag, :PolicyBasedRoutingFlag
|
|
2225
2231
|
|
|
2226
|
-
def initialize(ccnid=nil, ccnname=nil, ccndescription=nil, instancecount=nil, createtime=nil, state=nil, qoslevel=nil, instancechargetype=nil, bandwidthlimittype=nil, tagset=nil, routepriorityflag=nil, routetablecount=nil, routetableflag=nil, issecuritylock=nil, routebroadcastpolicyflag=nil, routeecmpflag=nil, routeoverlapflag=nil, trafficmarkingpolicyflag=nil, routeselectpolicyflag=nil, directconnectacceleratechannelflag=nil, ipv6flag=nil, mrtbaggregatepolicyflag=nil, mrtbpolicyvalueflag=nil, routetablepolicyvaluecommunityflag=nil, policybasedroutingflag=nil)
|
|
2232
|
+
def initialize(ccnid=nil, ccnname=nil, ccndescription=nil, instancecount=nil, createtime=nil, state=nil, qoslevel=nil, instancechargetype=nil, instancemeteringtype=nil, bandwidthlimittype=nil, tagset=nil, routepriorityflag=nil, routetablecount=nil, routetableflag=nil, issecuritylock=nil, routebroadcastpolicyflag=nil, routeecmpflag=nil, routeoverlapflag=nil, trafficmarkingpolicyflag=nil, routeselectpolicyflag=nil, directconnectacceleratechannelflag=nil, ipv6flag=nil, mrtbaggregatepolicyflag=nil, mrtbpolicyvalueflag=nil, routetablepolicyvaluecommunityflag=nil, policybasedroutingflag=nil)
|
|
2227
2233
|
@CcnId = ccnid
|
|
2228
2234
|
@CcnName = ccnname
|
|
2229
2235
|
@CcnDescription = ccndescription
|
|
@@ -2232,6 +2238,7 @@ module TencentCloud
|
|
|
2232
2238
|
@State = state
|
|
2233
2239
|
@QosLevel = qoslevel
|
|
2234
2240
|
@InstanceChargeType = instancechargetype
|
|
2241
|
+
@InstanceMeteringType = instancemeteringtype
|
|
2235
2242
|
@BandwidthLimitType = bandwidthlimittype
|
|
2236
2243
|
@TagSet = tagset
|
|
2237
2244
|
@RoutePriorityFlag = routepriorityflag
|
|
@@ -2260,6 +2267,7 @@ module TencentCloud
|
|
|
2260
2267
|
@State = params['State']
|
|
2261
2268
|
@QosLevel = params['QosLevel']
|
|
2262
2269
|
@InstanceChargeType = params['InstanceChargeType']
|
|
2270
|
+
@InstanceMeteringType = params['InstanceMeteringType']
|
|
2263
2271
|
@BandwidthLimitType = params['BandwidthLimitType']
|
|
2264
2272
|
unless params['TagSet'].nil?
|
|
2265
2273
|
@TagSet = []
|
|
@@ -3868,18 +3876,21 @@ module TencentCloud
|
|
|
3868
3876
|
# @type QosLevel: String
|
|
3869
3877
|
# @param InstanceChargeType: 计费模式,`PREPAID`:表示预付费,即包年包月,`POSTPAID`:表示后付费,即按量计费。默认:`POSTPAID`。
|
|
3870
3878
|
# @type InstanceChargeType: String
|
|
3879
|
+
# @param InstanceMeteringType: 计量模式
|
|
3880
|
+
# @type InstanceMeteringType: String
|
|
3871
3881
|
# @param BandwidthLimitType: 限速类型,`OUTER_REGION_LIMIT`表示地域出口限速,`INTER_REGION_LIMIT`为地域间限速,默认为`OUTER_REGION_LIMIT`。预付费模式仅支持地域间限速,后付费模式支持地域间限速和地域出口限速。
|
|
3872
3882
|
# @type BandwidthLimitType: String
|
|
3873
3883
|
# @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
|
|
3874
3884
|
# @type Tags: Array
|
|
3875
3885
|
|
|
3876
|
-
attr_accessor :CcnName, :CcnDescription, :QosLevel, :InstanceChargeType, :BandwidthLimitType, :Tags
|
|
3886
|
+
attr_accessor :CcnName, :CcnDescription, :QosLevel, :InstanceChargeType, :InstanceMeteringType, :BandwidthLimitType, :Tags
|
|
3877
3887
|
|
|
3878
|
-
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)
|
|
3879
3889
|
@CcnName = ccnname
|
|
3880
3890
|
@CcnDescription = ccndescription
|
|
3881
3891
|
@QosLevel = qoslevel
|
|
3882
3892
|
@InstanceChargeType = instancechargetype
|
|
3893
|
+
@InstanceMeteringType = instancemeteringtype
|
|
3883
3894
|
@BandwidthLimitType = bandwidthlimittype
|
|
3884
3895
|
@Tags = tags
|
|
3885
3896
|
end
|
|
@@ -3889,6 +3900,7 @@ module TencentCloud
|
|
|
3889
3900
|
@CcnDescription = params['CcnDescription']
|
|
3890
3901
|
@QosLevel = params['QosLevel']
|
|
3891
3902
|
@InstanceChargeType = params['InstanceChargeType']
|
|
3903
|
+
@InstanceMeteringType = params['InstanceMeteringType']
|
|
3892
3904
|
@BandwidthLimitType = params['BandwidthLimitType']
|
|
3893
3905
|
unless params['Tags'].nil?
|
|
3894
3906
|
@Tags = []
|
|
@@ -25584,19 +25596,27 @@ module TencentCloud
|
|
|
25584
25596
|
# <li>Address:弹性公网IP</li>
|
|
25585
25597
|
# <li>LoadBalance:负载均衡</li>
|
|
25586
25598
|
# @type ResourceType: String
|
|
25599
|
+
# @param InternetMaxBandwidthOut: 用于移除带宽包内IP资源时指定IP的带宽值。<p>说明:当前功能处于内测中,如需使用,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</p>
|
|
25600
|
+
# @type InternetMaxBandwidthOut: Integer
|
|
25601
|
+
# @param InternetChargeType: 用于移除带宽包内IP资源时指定资源移除后的计费模式。<li>小时流量:TRAFFIC_POSTPAID_BY_HOUR;</li><li>小时带宽:BANDWIDTH_POSTPAID_BY_HOUR</li><p>说明:当前功能处于内测中,如需使用,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</p>
|
|
25602
|
+
# @type InternetChargeType: String
|
|
25587
25603
|
|
|
25588
|
-
attr_accessor :ResourceIds, :BandwidthPackageId, :ResourceType
|
|
25604
|
+
attr_accessor :ResourceIds, :BandwidthPackageId, :ResourceType, :InternetMaxBandwidthOut, :InternetChargeType
|
|
25589
25605
|
|
|
25590
|
-
def initialize(resourceids=nil, bandwidthpackageid=nil, resourcetype=nil)
|
|
25606
|
+
def initialize(resourceids=nil, bandwidthpackageid=nil, resourcetype=nil, internetmaxbandwidthout=nil, internetchargetype=nil)
|
|
25591
25607
|
@ResourceIds = resourceids
|
|
25592
25608
|
@BandwidthPackageId = bandwidthpackageid
|
|
25593
25609
|
@ResourceType = resourcetype
|
|
25610
|
+
@InternetMaxBandwidthOut = internetmaxbandwidthout
|
|
25611
|
+
@InternetChargeType = internetchargetype
|
|
25594
25612
|
end
|
|
25595
25613
|
|
|
25596
25614
|
def deserialize(params)
|
|
25597
25615
|
@ResourceIds = params['ResourceIds']
|
|
25598
25616
|
@BandwidthPackageId = params['BandwidthPackageId']
|
|
25599
25617
|
@ResourceType = params['ResourceType']
|
|
25618
|
+
@InternetMaxBandwidthOut = params['InternetMaxBandwidthOut']
|
|
25619
|
+
@InternetChargeType = params['InternetChargeType']
|
|
25600
25620
|
end
|
|
25601
25621
|
end
|
|
25602
25622
|
|
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
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
+
- lib/tencentcloud-sdk-vpc.rb
|
|
36
37
|
- lib/v20170312/client.rb
|
|
37
38
|
- lib/v20170312/models.rb
|
|
38
|
-
- lib/tencentcloud-sdk-vpc.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|