tencentcloud-sdk-cdn 1.0.290 → 1.0.291

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dac62afa3bcdc5019822d0c87b2e631999de4f90
4
- data.tar.gz: fff9134efc2b46dfbcdb976f81dc5843bbd04d9e
3
+ metadata.gz: 552be2b30af9f0108bf31ed8790916e831c1e0dd
4
+ data.tar.gz: 272455c8a283d9017e8fb480faf37bd3cc017d32
5
5
  SHA512:
6
- metadata.gz: ef0e0567dfd7a3327991aade396134fefdb08f904cfbb1273d5027b34cef9eb0b7869ff8fbaf52cbbbe721681063e61fad2fa6655c9ccb766f5ddf9afddfd209
7
- data.tar.gz: 54d91dc7122a26a7bd1cc028a6a3fb6efcfb9b98c7ea2f369500e9dfafc0d7f974f6c0548affb903f45757eadf4b998598e812d42fa505006d1af0ce7286c762
6
+ metadata.gz: 7631304330d54d599c42be897ba19834b3c5eb948dd84de3d3ef55e43142f5656dd7b9932df4ee891ae3fad81d7c44ab2d2e66292fd037419fc0d92f3b29fc1c
7
+ data.tar.gz: e25dfb76b4b57ba3015147d32f27e49770ad68f29fb7c18887f4df9c0463f6c981c5bc649c91bcf2e3a0d6d40cb4ea718c27ec1b63256935267a37138f086059
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.290
1
+ 1.0.291
@@ -1053,7 +1053,7 @@ module TencentCloud
1053
1053
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1054
1054
  end
1055
1055
 
1056
- # DescribeTrafficPackages 用于查询中国境内 CDN 流量包详情。
1056
+ # DescribeTrafficPackages 用于查询 CDN 流量包详情。
1057
1057
 
1058
1058
  # @param request: Request instance for DescribeTrafficPackages.
1059
1059
  # @type request: :class:`Tencentcloud::cdn::V20180606::DescribeTrafficPackagesRequest`
@@ -5662,17 +5662,27 @@ module TencentCloud
5662
5662
  # @type Offset: Integer
5663
5663
  # @param Limit: 分页查询记录个数,默认100,最大1000
5664
5664
  # @type Limit: Integer
5665
-
5666
- attr_accessor :Offset, :Limit
5667
-
5668
- def initialize(offset=nil, limit=nil)
5665
+ # @param SortBy: 流量包排序方式,支持以下值:
5666
+ # expireTimeDesc:默认值,按过期时间倒序
5667
+ # expireTimeAsc:按过期时间正序
5668
+ # createTimeDesc:按创建时间倒序
5669
+ # createTimeAsc:按创建时间正序
5670
+ # status:按状态排序,正常抵扣>未生效>已用尽>已过期
5671
+ # channel:按来源排序,主动购买>自动续订>CDN赠送
5672
+ # @type SortBy: String
5673
+
5674
+ attr_accessor :Offset, :Limit, :SortBy
5675
+
5676
+ def initialize(offset=nil, limit=nil, sortby=nil)
5669
5677
  @Offset = offset
5670
5678
  @Limit = limit
5679
+ @SortBy = sortby
5671
5680
  end
5672
5681
 
5673
5682
  def deserialize(params)
5674
5683
  @Offset = params['Offset']
5675
5684
  @Limit = params['Limit']
5685
+ @SortBy = params['SortBy']
5676
5686
  end
5677
5687
  end
5678
5688
 
@@ -5686,16 +5696,19 @@ module TencentCloud
5686
5696
  # @type ExpiringCount: Integer
5687
5697
  # @param EnabledCount: 有效流量包个数
5688
5698
  # @type EnabledCount: Integer
5699
+ # @param PaidCount: 付费流量包个数
5700
+ # @type PaidCount: Integer
5689
5701
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5690
5702
  # @type RequestId: String
5691
5703
 
5692
- attr_accessor :TotalCount, :TrafficPackages, :ExpiringCount, :EnabledCount, :RequestId
5704
+ attr_accessor :TotalCount, :TrafficPackages, :ExpiringCount, :EnabledCount, :PaidCount, :RequestId
5693
5705
 
5694
- def initialize(totalcount=nil, trafficpackages=nil, expiringcount=nil, enabledcount=nil, requestid=nil)
5706
+ def initialize(totalcount=nil, trafficpackages=nil, expiringcount=nil, enabledcount=nil, paidcount=nil, requestid=nil)
5695
5707
  @TotalCount = totalcount
5696
5708
  @TrafficPackages = trafficpackages
5697
5709
  @ExpiringCount = expiringcount
5698
5710
  @EnabledCount = enabledcount
5711
+ @PaidCount = paidcount
5699
5712
  @RequestId = requestid
5700
5713
  end
5701
5714
 
@@ -5711,6 +5724,7 @@ module TencentCloud
5711
5724
  end
5712
5725
  @ExpiringCount = params['ExpiringCount']
5713
5726
  @EnabledCount = params['EnabledCount']
5727
+ @PaidCount = params['PaidCount']
5714
5728
  @RequestId = params['RequestId']
5715
5729
  end
5716
5730
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.290
4
+ version: 1.0.291
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-06 00:00:00.000000000 Z
11
+ date: 2022-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common