tencentcloud-sdk-vpc 3.0.506 → 3.0.507
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/client.rb +2 -2
- data/lib/v20170312/models.rb +61 -12
- 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: c11e07b9f44c3b279baed4696fe150a5284946e3
|
4
|
+
data.tar.gz: 1ecb98fdf52fc274960aad091b43e0f63bb60de0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71d11f46c860e7488bb38f421ec9484c9e1325d17ae86e16d80d085ac124ae0be443d5c0a2811405131b6f9ce6be96a69aba25f5ad02a4c054c47fcaa9d3327d
|
7
|
+
data.tar.gz: 2ceff3cf6047c65abc8dc92449449bbb91377984b3b9aec62fcbb9c16650a470fa9ab1ebdf70abc4e3aa2f5e980a41602aa0795a63c1317290b99952f28a8017
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.507
|
data/lib/v20170312/client.rb
CHANGED
@@ -3009,7 +3009,7 @@ module TencentCloud
|
|
3009
3009
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3010
3010
|
end
|
3011
3011
|
|
3012
|
-
# 本接口(DescribeCcnRegionBandwidthLimits
|
3012
|
+
# 本接口(DescribeCcnRegionBandwidthLimits)用于查询云联网各地域出带宽上限,该接口只返回已关联网络实例包含的地域。
|
3013
3013
|
|
3014
3014
|
# @param request: Request instance for DescribeCcnRegionBandwidthLimits.
|
3015
3015
|
# @type request: :class:`Tencentcloud::vpc::V20170312::DescribeCcnRegionBandwidthLimitsRequest`
|
@@ -3156,7 +3156,7 @@ module TencentCloud
|
|
3156
3156
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3157
3157
|
end
|
3158
3158
|
|
3159
|
-
#
|
3159
|
+
# 本接口(DescribeCrossBorderFlowMonitor)用于查询跨境带宽监控数据,该接口目前只提供给服务商联通使用。
|
3160
3160
|
|
3161
3161
|
# @param request: Request instance for DescribeCrossBorderFlowMonitor.
|
3162
3162
|
# @type request: :class:`Tencentcloud::vpc::V20170312::DescribeCrossBorderFlowMonitorRequest`
|
data/lib/v20170312/models.rb
CHANGED
@@ -1856,6 +1856,17 @@ module TencentCloud
|
|
1856
1856
|
end
|
1857
1857
|
end
|
1858
1858
|
|
1859
|
+
# 云联网实例对象,该对象特用于运营端使用,不建议给租户的接口中提供该复杂类型。
|
1860
|
+
class CcnInstanceInfo < TencentCloud::Common::AbstractModel
|
1861
|
+
|
1862
|
+
|
1863
|
+
def initialize()
|
1864
|
+
end
|
1865
|
+
|
1866
|
+
def deserialize(params)
|
1867
|
+
end
|
1868
|
+
end
|
1869
|
+
|
1859
1870
|
# 云联网(CCN)地域出带宽上限
|
1860
1871
|
class CcnRegionBandwidthLimit < TencentCloud::Common::AbstractModel
|
1861
1872
|
# @param Region: 地域,例如:ap-guangzhou
|
@@ -7070,7 +7081,7 @@ module TencentCloud
|
|
7070
7081
|
|
7071
7082
|
# DescribeCcnRegionBandwidthLimits请求参数结构体
|
7072
7083
|
class DescribeCcnRegionBandwidthLimitsRequest < TencentCloud::Common::AbstractModel
|
7073
|
-
# @param CcnId: CCN实例ID
|
7084
|
+
# @param CcnId: CCN实例ID,形如:ccn-f49l6u0z。
|
7074
7085
|
# @type CcnId: String
|
7075
7086
|
|
7076
7087
|
attr_accessor :CcnId
|
@@ -7475,19 +7486,19 @@ module TencentCloud
|
|
7475
7486
|
|
7476
7487
|
# DescribeCrossBorderFlowMonitor请求参数结构体
|
7477
7488
|
class DescribeCrossBorderFlowMonitorRequest < TencentCloud::Common::AbstractModel
|
7478
|
-
# @param SourceRegion:
|
7489
|
+
# @param SourceRegion: 源地域。
|
7479
7490
|
# @type SourceRegion: String
|
7480
|
-
# @param DestinationRegion:
|
7491
|
+
# @param DestinationRegion: 目的地域。
|
7481
7492
|
# @type DestinationRegion: String
|
7482
|
-
# @param CcnId: 云联网
|
7493
|
+
# @param CcnId: 云联网ID。
|
7483
7494
|
# @type CcnId: String
|
7484
|
-
# @param CcnUin:
|
7495
|
+
# @param CcnUin: 云联网所属账号。
|
7485
7496
|
# @type CcnUin: String
|
7486
|
-
# @param Period:
|
7497
|
+
# @param Period: 时间粒度。
|
7487
7498
|
# @type Period: Integer
|
7488
|
-
# @param StartTime:
|
7499
|
+
# @param StartTime: 开始时间。
|
7489
7500
|
# @type StartTime: String
|
7490
|
-
# @param EndTime:
|
7501
|
+
# @param EndTime: 结束时间。
|
7491
7502
|
# @type EndTime: String
|
7492
7503
|
|
7493
7504
|
attr_accessor :SourceRegion, :DestinationRegion, :CcnId, :CcnUin, :Period, :StartTime, :EndTime
|
@@ -10242,27 +10253,65 @@ module TencentCloud
|
|
10242
10253
|
|
10243
10254
|
# DescribeTenantCcns请求参数结构体
|
10244
10255
|
class DescribeTenantCcnsRequest < TencentCloud::Common::AbstractModel
|
10256
|
+
# @param Filters: 过滤条件,目前`value`值个数只支持一个,允许可支持的字段有:
|
10257
|
+
# <li>`ccn-ids` 云联网ID数组,值形如:`["ccn-12345678"]`</li>
|
10258
|
+
# <li>`user-account-id` 用户账号ID,值形如:`["12345678"]`</li><li>`is-security-lock` 是否锁定,值形如:`["true"]`</li>
|
10259
|
+
# @type Filters: Array
|
10260
|
+
# @param Offset: 偏移量,默认0。
|
10261
|
+
# @type Offset: Integer
|
10262
|
+
# @param Limit: 单页返回数据量,可选值0到100之间的整数,默认20。
|
10263
|
+
# @type Limit: Integer
|
10245
10264
|
|
10265
|
+
attr_accessor :Filters, :Offset, :Limit
|
10246
10266
|
|
10247
|
-
def initialize()
|
10267
|
+
def initialize(filters=nil, offset=nil, limit=nil)
|
10268
|
+
@Filters = filters
|
10269
|
+
@Offset = offset
|
10270
|
+
@Limit = limit
|
10248
10271
|
end
|
10249
10272
|
|
10250
10273
|
def deserialize(params)
|
10274
|
+
unless params['Filters'].nil?
|
10275
|
+
@Filters = []
|
10276
|
+
params['Filters'].each do |i|
|
10277
|
+
filter_tmp = Filter.new
|
10278
|
+
filter_tmp.deserialize(i)
|
10279
|
+
@Filters << filter_tmp
|
10280
|
+
end
|
10281
|
+
end
|
10282
|
+
@Offset = params['Offset']
|
10283
|
+
@Limit = params['Limit']
|
10251
10284
|
end
|
10252
10285
|
end
|
10253
10286
|
|
10254
10287
|
# DescribeTenantCcns返回参数结构体
|
10255
10288
|
class DescribeTenantCcnsResponse < TencentCloud::Common::AbstractModel
|
10289
|
+
# @param CcnSet: 云联网(CCN)对象。
|
10290
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10291
|
+
# @type CcnSet: Array
|
10292
|
+
# @param TotalCount: 符合条件的对象总数。
|
10293
|
+
# @type TotalCount: Integer
|
10256
10294
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
10257
10295
|
# @type RequestId: String
|
10258
10296
|
|
10259
|
-
attr_accessor :RequestId
|
10297
|
+
attr_accessor :CcnSet, :TotalCount, :RequestId
|
10260
10298
|
|
10261
|
-
def initialize(requestid=nil)
|
10299
|
+
def initialize(ccnset=nil, totalcount=nil, requestid=nil)
|
10300
|
+
@CcnSet = ccnset
|
10301
|
+
@TotalCount = totalcount
|
10262
10302
|
@RequestId = requestid
|
10263
10303
|
end
|
10264
10304
|
|
10265
10305
|
def deserialize(params)
|
10306
|
+
unless params['CcnSet'].nil?
|
10307
|
+
@CcnSet = []
|
10308
|
+
params['CcnSet'].each do |i|
|
10309
|
+
ccninstanceinfo_tmp = CcnInstanceInfo.new
|
10310
|
+
ccninstanceinfo_tmp.deserialize(i)
|
10311
|
+
@CcnSet << ccninstanceinfo_tmp
|
10312
|
+
end
|
10313
|
+
end
|
10314
|
+
@TotalCount = params['TotalCount']
|
10266
10315
|
@RequestId = params['RequestId']
|
10267
10316
|
end
|
10268
10317
|
end
|
@@ -18585,7 +18634,7 @@ module TencentCloud
|
|
18585
18634
|
|
18586
18635
|
# SetCcnRegionBandwidthLimits请求参数结构体
|
18587
18636
|
class SetCcnRegionBandwidthLimitsRequest < TencentCloud::Common::AbstractModel
|
18588
|
-
# @param CcnId: CCN实例ID
|
18637
|
+
# @param CcnId: CCN实例ID,形如:ccn-f49l6u0z。
|
18589
18638
|
# @type CcnId: String
|
18590
18639
|
# @param CcnRegionBandwidthLimits: 云联网(CCN)各地域出带宽上限。
|
18591
18640
|
# @type CcnRegionBandwidthLimits: Array
|
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.507
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|