tencentcloud-sdk-cdn 3.0.561 → 3.0.563

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180606/models.rb +17 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84a2767bfa6cb33d920efa11610bfa3e3fbb9a19
4
- data.tar.gz: 362b92f262885afc1210d2f710c5dd1c5f4fac4e
3
+ metadata.gz: d5d105fdbe1b69a0d4473c72a4059625b4f0aca6
4
+ data.tar.gz: 0ab03ca552e052a27b0f5e05598d529b3295bf5f
5
5
  SHA512:
6
- metadata.gz: 8054fb18c454714ae040a5461c7b5b112ec255f6866c9760172a7ecb286ae734c63f6c3da61f9f6a07f74af32cb11be1731e605bbb936b5782b78282f6f58d07
7
- data.tar.gz: cc58bac2a872acd420bb8d31103f0225fd35f164f0510f10989a56d4cab5c2f041b2bd6400d74b63e3c4e1e540abf1a57b5c7f06d6714e66feb3031ec47b000d
6
+ metadata.gz: 10fbb70a631f33b09857bef68d79804b0128df220346742766e992d6246bb8ffb8d8c7d349255af0d7617057482ca07ba5aaba9d8b4d4175bb713614c63971f0
7
+ data.tar.gz: bd8ce20e45dc58370f90f394bab2cae79a66fedba996022c2411ab88e70310a9684b841b144f9a29cfe6c467c0e56260bdfb9e706caf23efe41e91eb01a5df48
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.561
1
+ 3.0.563
@@ -4993,27 +4993,35 @@ module TencentCloud
4993
4993
  # @param Area: 指定服务地域查询
4994
4994
  # mainland:境内计费方式查询
4995
4995
  # overseas:境外计费方式查询
4996
- # 未填充时默认为 mainland
4996
+ # global:全球计费方式查询
4997
+ # 未填充时,默认为 mainland
4997
4998
  # @type Area: String
4998
4999
  # @param Product: 指定查询的产品数据,可选为cdn或者ecdn,默认为cdn
4999
5000
  # @type Product: String
5001
+ # @param Type: 指定资源包查询
5002
+ # flux:流量包
5003
+ # https:HTTPS请求包
5004
+ # 未填充时,默认为 flux
5005
+ # @type Type: String
5000
5006
 
5001
- attr_accessor :Area, :Product
5007
+ attr_accessor :Area, :Product, :Type
5002
5008
 
5003
- def initialize(area=nil, product=nil)
5009
+ def initialize(area=nil, product=nil, type=nil)
5004
5010
  @Area = area
5005
5011
  @Product = product
5012
+ @Type = type
5006
5013
  end
5007
5014
 
5008
5015
  def deserialize(params)
5009
5016
  @Area = params['Area']
5010
5017
  @Product = params['Product']
5018
+ @Type = params['Type']
5011
5019
  end
5012
5020
  end
5013
5021
 
5014
5022
  # DescribePayType返回参数结构体
5015
5023
  class DescribePayTypeResponse < TencentCloud::Common::AbstractModel
5016
- # @param PayType: 计费类型:
5024
+ # @param PayType: 计费类型
5017
5025
  # flux:流量计费
5018
5026
  # bandwidth:带宽计费
5019
5027
  # request:请求数计费
@@ -5021,22 +5029,23 @@ module TencentCloud
5021
5029
  # bandwidth_sep:动静分离带宽计费
5022
5030
  # 日结计费方式切换时,若当日产生消耗,则此字段表示第二天即将生效的计费方式,若未产生消耗,则表示已经生效的计费方式。
5023
5031
  # @type PayType: String
5024
- # @param BillingCycle: 计费周期:
5032
+ # @param BillingCycle: 计费周期
5025
5033
  # day:日结计费
5026
5034
  # month:月结计费
5027
5035
  # hour:小时结计费
5028
5036
  # @type BillingCycle: String
5029
- # @param StatType: monthMax:日峰值月平均,月结模式
5037
+ # @param StatType: 统计类型
5038
+ # monthMax:日峰值月平均,月结模式
5030
5039
  # day95:日 95 带宽,月结模式
5031
5040
  # month95:月95带宽,月结模式
5032
5041
  # sum:总流量/总请求数,日结或月结模式
5033
5042
  # max:峰值带宽,日结模式
5034
5043
  # @type StatType: String
5035
- # @param RegionType: 境外计费类型:
5044
+ # @param RegionType: 计费区域
5036
5045
  # all:全地区统一计费
5037
5046
  # multiple:分地区计费
5038
5047
  # @type RegionType: String
5039
- # @param CurrentPayType: 当前生效计费类型:
5048
+ # @param CurrentPayType: 当前生效计费类型
5040
5049
  # flux:流量计费
5041
5050
  # bandwidth:带宽计费
5042
5051
  # request:请求数计费
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: 3.0.561
4
+ version: 3.0.563
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-04-27 00:00:00.000000000 Z
11
+ date: 2023-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common