tencentcloud-sdk-vpc 3.0.1199 → 3.0.1201
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 +22 -6
- 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: 7c3fae70ab3dff3bfa866ad2d021e1fb87775dde
|
|
4
|
+
data.tar.gz: a8f68d1544f77b0d1741b4e432dcb124735ed119
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69bb35abc563f02b143fb97f12cec54dedcb6932f49519137357522cf3abd8e985ebb58d7b2e596e07f77e629bc599374a055611ad2bb6701b110b6369091e68
|
|
7
|
+
data.tar.gz: 5dc2110da970e43701b4c3c65d8db73b1140157f90a3e0598ee694883533990aa1ba6430b33ff65e6830da16e657f6d342c58b6ad561d58c369d836d0530065a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1201
|
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 = []
|
|
@@ -25584,19 +25592,27 @@ module TencentCloud
|
|
|
25584
25592
|
# <li>Address:弹性公网IP</li>
|
|
25585
25593
|
# <li>LoadBalance:负载均衡</li>
|
|
25586
25594
|
# @type ResourceType: String
|
|
25595
|
+
# @param InternetMaxBandwidthOut: 用于移除带宽包内IP资源时指定IP的带宽值。<p>说明:当前功能处于内测中,如需使用,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</p>
|
|
25596
|
+
# @type InternetMaxBandwidthOut: Integer
|
|
25597
|
+
# @param InternetChargeType: 用于移除带宽包内IP资源时指定资源移除后的计费模式。<li>小时流量:TRAFFIC_POSTPAID_BY_HOUR;</li><li>小时带宽:BANDWIDTH_POSTPAID_BY_HOUR</li><p>说明:当前功能处于内测中,如需使用,请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</p>
|
|
25598
|
+
# @type InternetChargeType: String
|
|
25587
25599
|
|
|
25588
|
-
attr_accessor :ResourceIds, :BandwidthPackageId, :ResourceType
|
|
25600
|
+
attr_accessor :ResourceIds, :BandwidthPackageId, :ResourceType, :InternetMaxBandwidthOut, :InternetChargeType
|
|
25589
25601
|
|
|
25590
|
-
def initialize(resourceids=nil, bandwidthpackageid=nil, resourcetype=nil)
|
|
25602
|
+
def initialize(resourceids=nil, bandwidthpackageid=nil, resourcetype=nil, internetmaxbandwidthout=nil, internetchargetype=nil)
|
|
25591
25603
|
@ResourceIds = resourceids
|
|
25592
25604
|
@BandwidthPackageId = bandwidthpackageid
|
|
25593
25605
|
@ResourceType = resourcetype
|
|
25606
|
+
@InternetMaxBandwidthOut = internetmaxbandwidthout
|
|
25607
|
+
@InternetChargeType = internetchargetype
|
|
25594
25608
|
end
|
|
25595
25609
|
|
|
25596
25610
|
def deserialize(params)
|
|
25597
25611
|
@ResourceIds = params['ResourceIds']
|
|
25598
25612
|
@BandwidthPackageId = params['BandwidthPackageId']
|
|
25599
25613
|
@ResourceType = params['ResourceType']
|
|
25614
|
+
@InternetMaxBandwidthOut = params['InternetMaxBandwidthOut']
|
|
25615
|
+
@InternetChargeType = params['InternetChargeType']
|
|
25600
25616
|
end
|
|
25601
25617
|
end
|
|
25602
25618
|
|
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.1201
|
|
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-13 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:
|