tencentcloud-sdk-cdn 3.0.561 → 3.0.564
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/v20180606/models.rb +24 -10
- 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: 4a91dad28f2d34baad573a97faef7de365bd248f
|
4
|
+
data.tar.gz: bb636808aa518d68938ae3be214745c115b2960d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a3fd17d2d795cddeabcea9b829bab448f913bf760144abc36c65f6fbda10e6a093286f0b835bdb221ca9677e66fd46787b55c747d87cf8e3cf939f97992e6e1
|
7
|
+
data.tar.gz: c707e87df63b38d8b9d1445ed630500244fed14c2de892d3f1bdb0b449346fa520e865d2aa6eadfd2de3d7ace129f04ab9211b8981e5de717487f5a46874d974
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.564
|
data/lib/v20180606/models.rb
CHANGED
@@ -4993,27 +4993,35 @@ module TencentCloud
|
|
4993
4993
|
# @param Area: 指定服务地域查询
|
4994
4994
|
# mainland:境内计费方式查询
|
4995
4995
|
# overseas:境外计费方式查询
|
4996
|
-
#
|
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:
|
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:请求数计费
|
@@ -8003,10 +8012,13 @@ module TencentCloud
|
|
8003
8012
|
# 2:用完续订
|
8004
8013
|
# 3:到期或用完续订
|
8005
8014
|
# @type ExtensionMode: Integer
|
8015
|
+
# @param AutoExtension: HTTPS请求包是否自动续订
|
8016
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8017
|
+
# @type AutoExtension: Boolean
|
8006
8018
|
|
8007
|
-
attr_accessor :Id, :Type, :Size, :SizeUsed, :Status, :CreateTime, :EnableTime, :ExpireTime, :Channel, :LifeTimeMonth, :RefundAvailable, :ConfigId, :TrueEnableTime, :TrueExpireTime, :Area, :ContractExtension, :ExtensionAvailable, :ExtensionMode
|
8019
|
+
attr_accessor :Id, :Type, :Size, :SizeUsed, :Status, :CreateTime, :EnableTime, :ExpireTime, :Channel, :LifeTimeMonth, :RefundAvailable, :ConfigId, :TrueEnableTime, :TrueExpireTime, :Area, :ContractExtension, :ExtensionAvailable, :ExtensionMode, :AutoExtension
|
8008
8020
|
|
8009
|
-
def initialize(id=nil, type=nil, size=nil, sizeused=nil, status=nil, createtime=nil, enabletime=nil, expiretime=nil, channel=nil, lifetimemonth=nil, refundavailable=nil, configid=nil, trueenabletime=nil, trueexpiretime=nil, area=nil, contractextension=nil, extensionavailable=nil, extensionmode=nil)
|
8021
|
+
def initialize(id=nil, type=nil, size=nil, sizeused=nil, status=nil, createtime=nil, enabletime=nil, expiretime=nil, channel=nil, lifetimemonth=nil, refundavailable=nil, configid=nil, trueenabletime=nil, trueexpiretime=nil, area=nil, contractextension=nil, extensionavailable=nil, extensionmode=nil, autoextension=nil)
|
8010
8022
|
@Id = id
|
8011
8023
|
@Type = type
|
8012
8024
|
@Size = size
|
@@ -8025,6 +8037,7 @@ module TencentCloud
|
|
8025
8037
|
@ContractExtension = contractextension
|
8026
8038
|
@ExtensionAvailable = extensionavailable
|
8027
8039
|
@ExtensionMode = extensionmode
|
8040
|
+
@AutoExtension = autoextension
|
8028
8041
|
end
|
8029
8042
|
|
8030
8043
|
def deserialize(params)
|
@@ -8046,6 +8059,7 @@ module TencentCloud
|
|
8046
8059
|
@ContractExtension = params['ContractExtension']
|
8047
8060
|
@ExtensionAvailable = params['ExtensionAvailable']
|
8048
8061
|
@ExtensionMode = params['ExtensionMode']
|
8062
|
+
@AutoExtension = params['AutoExtension']
|
8049
8063
|
end
|
8050
8064
|
end
|
8051
8065
|
|
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.
|
4
|
+
version: 3.0.564
|
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-
|
11
|
+
date: 2023-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|