tencentcloud-sdk-teo 3.0.720 → 3.0.721
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/v20220901/models.rb +68 -28
- 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: 697b917ae93871fe2c31e2136e87c0612412f5d9
|
|
4
|
+
data.tar.gz: 9a23f493b0c3e2e3187d2daccb7b11f55a68a0a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b873ee3e1f324f26e04ca67e808654424f957dee9ec58d21936333700d953330ac66343347816e013380a0c4d38612ea78805600b0410eb56f95eb4831d4afb8
|
|
7
|
+
data.tar.gz: f8afe5b0aef389ece0dc897533d56332149407fe3abf183d3998f833335fcbdf585c2bc13756dc9020fd420fbe9e0274c3190bd288d31a3924ecbf048058f296
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.721
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -1434,8 +1434,8 @@ module TencentCloud
|
|
|
1434
1434
|
|
|
1435
1435
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
|
1436
1436
|
extend Gem::Deprecate
|
|
1437
|
-
deprecate :IgnoreCacheControl, :none, 2023,
|
|
1438
|
-
deprecate :IgnoreCacheControl=, :none, 2023,
|
|
1437
|
+
deprecate :IgnoreCacheControl, :none, 2023, 12
|
|
1438
|
+
deprecate :IgnoreCacheControl=, :none, 2023, 12
|
|
1439
1439
|
|
|
1440
1440
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
|
1441
1441
|
@Switch = switch
|
|
@@ -2379,8 +2379,8 @@ module TencentCloud
|
|
|
2379
2379
|
|
|
2380
2380
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl
|
|
2381
2381
|
extend Gem::Deprecate
|
|
2382
|
-
deprecate :EncodeUrl, :none, 2023,
|
|
2383
|
-
deprecate :EncodeUrl=, :none, 2023,
|
|
2382
|
+
deprecate :EncodeUrl, :none, 2023, 12
|
|
2383
|
+
deprecate :EncodeUrl=, :none, 2023, 12
|
|
2384
2384
|
|
|
2385
2385
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil)
|
|
2386
2386
|
@ZoneId = zoneid
|
|
@@ -2612,10 +2612,10 @@ module TencentCloud
|
|
|
2612
2612
|
|
|
2613
2613
|
attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
|
|
2614
2614
|
extend Gem::Deprecate
|
|
2615
|
-
deprecate :AllowDuplicates, :none, 2023,
|
|
2616
|
-
deprecate :AllowDuplicates=, :none, 2023,
|
|
2617
|
-
deprecate :JumpStart, :none, 2023,
|
|
2618
|
-
deprecate :JumpStart=, :none, 2023,
|
|
2615
|
+
deprecate :AllowDuplicates, :none, 2023, 12
|
|
2616
|
+
deprecate :AllowDuplicates=, :none, 2023, 12
|
|
2617
|
+
deprecate :JumpStart, :none, 2023, 12
|
|
2618
|
+
deprecate :JumpStart=, :none, 2023, 12
|
|
2619
2619
|
|
|
2620
2620
|
def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
|
|
2621
2621
|
@Type = type
|
|
@@ -3307,6 +3307,9 @@ module TencentCloud
|
|
|
3307
3307
|
# <li>backup-origin: 按照备用源站地址进行过滤;</li>
|
|
3308
3308
|
# <li>domain-cname:按照 CNAME 进行过滤;</li>
|
|
3309
3309
|
# <li>share-cname:按照共享 CNAME 进行过滤;</li>
|
|
3310
|
+
# <li>vodeo-sub-app-id:按照【 vodeo 子应用 ID】进行过滤;</li>
|
|
3311
|
+
# <li>vodeo-distribution-range:按照【 vodeo 分发范围】进行过滤;</li>
|
|
3312
|
+
# <li>vodeo-bucket-id:按照【vodeo 存储桶 ID】进行过滤;</li>
|
|
3310
3313
|
# @type Filters: Array
|
|
3311
3314
|
# @param Order: 可根据该字段对返回结果进行排序,取值有:
|
|
3312
3315
|
# <li>created_on:加速域名创建时间;</li>
|
|
@@ -7422,8 +7425,8 @@ module TencentCloud
|
|
|
7422
7425
|
|
|
7423
7426
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType
|
|
7424
7427
|
extend Gem::Deprecate
|
|
7425
|
-
deprecate :ApplyType, :none, 2023,
|
|
7426
|
-
deprecate :ApplyType=, :none, 2023,
|
|
7428
|
+
deprecate :ApplyType, :none, 2023, 12
|
|
7429
|
+
deprecate :ApplyType=, :none, 2023, 12
|
|
7427
7430
|
|
|
7428
7431
|
def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil)
|
|
7429
7432
|
@ZoneId = zoneid
|
|
@@ -8092,31 +8095,45 @@ module TencentCloud
|
|
|
8092
8095
|
# 加速域名源站信息。
|
|
8093
8096
|
class OriginDetail < TencentCloud::Common::AbstractModel
|
|
8094
8097
|
# @param OriginType: 源站类型,取值有:
|
|
8095
|
-
# <li>IP_DOMAIN:IPV4、IPV6或域名类型源站;</li>
|
|
8096
|
-
# <li>COS
|
|
8097
|
-
# <li>
|
|
8098
|
-
# <li>
|
|
8098
|
+
# <li>IP_DOMAIN:IPV4、IPV6 或域名类型源站;</li>
|
|
8099
|
+
# <li>COS:腾讯云 COS 对象存储源站;</li>
|
|
8100
|
+
# <li>AWS_S3:AWS S3 对象存储源站;</li>
|
|
8101
|
+
# <li>ORIGIN_GROUP:源站组类型源站;</li>
|
|
8102
|
+
# <li>VODEO:云点播(混合云版);</li>
|
|
8103
|
+
# <li>SPACE:源站卸载,当前仅白名单开放;</li>
|
|
8104
|
+
# <li>LB:负载均衡,当前仅白名单开放。</li>
|
|
8099
8105
|
# @type OriginType: String
|
|
8100
|
-
# @param Origin:
|
|
8106
|
+
# @param Origin: 源站地址,根据 OriginType 的取值分为以下情况:
|
|
8107
|
+
# <li>当 OriginType = IP_DOMAIN 时,该参数为 IPv4、IPv6 地址或域名;</li>
|
|
8108
|
+
# <li>当 OriginType = COS 时,该参数为 COS 桶的访问域名;</li>
|
|
8109
|
+
# <li>当 OriginType = AWS_S3,该参数为 S3 桶的访问域名;</li>
|
|
8110
|
+
# <li>当 OriginType = ORIGIN_GROUP 时,该参数为源站组 ID;</li>
|
|
8111
|
+
# <li>当 OriginType = VODEO 时,如果 VodeoDistributionRange = ALL,则该参数为 "all-buckets-in-vodeo-application";如果 VodeoDistributionRange = Bucket,则该参数为对应存储桶域名。</li>
|
|
8101
8112
|
# @type Origin: String
|
|
8102
|
-
# @param BackupOrigin: 备用源站组ID
|
|
8113
|
+
# @param BackupOrigin: 备用源站组 ID,该参数仅在 OriginType = ORIGIN_GROUP 且配置了备源站组时会生效。
|
|
8103
8114
|
# @type BackupOrigin: String
|
|
8104
|
-
# @param OriginGroupName: 主源源站组名称,当OriginType
|
|
8115
|
+
# @param OriginGroupName: 主源源站组名称,当 OriginType = ORIGIN_GROUP 时该参数会返回值。
|
|
8105
8116
|
# @type OriginGroupName: String
|
|
8106
|
-
# @param BackOriginGroupName:
|
|
8117
|
+
# @param BackOriginGroupName: 备用源站组名称,该参数仅当 OriginType = ORIGIN_GROUP 且配置了备用源站组时会生效。
|
|
8107
8118
|
# @type BackOriginGroupName: String
|
|
8108
|
-
# @param PrivateAccess:
|
|
8119
|
+
# @param PrivateAccess: 指定是否允许访问私有对象存储源站,该参数仅当源站类型 OriginType = COS 或 AWS_S3 时会生效,取值有:
|
|
8109
8120
|
# <li>on:使用私有鉴权;</li>
|
|
8110
8121
|
# <li>off:不使用私有鉴权。</li>
|
|
8111
8122
|
# 不填写,默认值为off。
|
|
8112
8123
|
# @type PrivateAccess: String
|
|
8113
|
-
# @param PrivateParameters:
|
|
8124
|
+
# @param PrivateParameters: 私有鉴权使用参数,该参数仅当源站类型 PrivateAccess = on 时会生效。
|
|
8114
8125
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8115
8126
|
# @type PrivateParameters: Array
|
|
8127
|
+
# @param VodeoSubAppId: MO 子应用 ID
|
|
8128
|
+
# @type VodeoSubAppId: Integer
|
|
8129
|
+
# @param VodeoDistributionRange: MO 分发范围,取值有: <li>All:全部</li> <li>Bucket:存储桶</li>
|
|
8130
|
+
# @type VodeoDistributionRange: String
|
|
8131
|
+
# @param VodeoBucketId: MO 存储桶 ID,分发范围(DistributionRange)为存储桶(Bucket)时必填
|
|
8132
|
+
# @type VodeoBucketId: String
|
|
8116
8133
|
|
|
8117
|
-
attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters
|
|
8134
|
+
attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId
|
|
8118
8135
|
|
|
8119
|
-
def initialize(origintype=nil, origin=nil, backuporigin=nil, origingroupname=nil, backorigingroupname=nil, privateaccess=nil, privateparameters=nil)
|
|
8136
|
+
def initialize(origintype=nil, origin=nil, backuporigin=nil, origingroupname=nil, backorigingroupname=nil, privateaccess=nil, privateparameters=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil)
|
|
8120
8137
|
@OriginType = origintype
|
|
8121
8138
|
@Origin = origin
|
|
8122
8139
|
@BackupOrigin = backuporigin
|
|
@@ -8124,6 +8141,9 @@ module TencentCloud
|
|
|
8124
8141
|
@BackOriginGroupName = backorigingroupname
|
|
8125
8142
|
@PrivateAccess = privateaccess
|
|
8126
8143
|
@PrivateParameters = privateparameters
|
|
8144
|
+
@VodeoSubAppId = vodeosubappid
|
|
8145
|
+
@VodeoDistributionRange = vodeodistributionrange
|
|
8146
|
+
@VodeoBucketId = vodeobucketid
|
|
8127
8147
|
end
|
|
8128
8148
|
|
|
8129
8149
|
def deserialize(params)
|
|
@@ -8141,6 +8161,9 @@ module TencentCloud
|
|
|
8141
8161
|
@PrivateParameters << privateparameter_tmp
|
|
8142
8162
|
end
|
|
8143
8163
|
end
|
|
8164
|
+
@VodeoSubAppId = params['VodeoSubAppId']
|
|
8165
|
+
@VodeoDistributionRange = params['VodeoDistributionRange']
|
|
8166
|
+
@VodeoBucketId = params['VodeoBucketId']
|
|
8144
8167
|
end
|
|
8145
8168
|
end
|
|
8146
8169
|
|
|
@@ -8253,15 +8276,24 @@ module TencentCloud
|
|
|
8253
8276
|
# @type PrivateAccess: String
|
|
8254
8277
|
# @param PrivateParameters: 私有鉴权使用参数,当源站类型 PrivateAccess=on 时有效。
|
|
8255
8278
|
# @type PrivateParameters: Array
|
|
8279
|
+
# @param VodeoSubAppId: MO 子应用 ID
|
|
8280
|
+
# @type VodeoSubAppId: Integer
|
|
8281
|
+
# @param VodeoDistributionRange: MO 分发范围,取值有: <li>All:全部</li> <li>Bucket:存储桶</li>
|
|
8282
|
+
# @type VodeoDistributionRange: String
|
|
8283
|
+
# @param VodeoBucketId: MO 存储桶 ID,分发范围(DistributionRange)为存储桶(Bucket)时必填
|
|
8284
|
+
# @type VodeoBucketId: String
|
|
8256
8285
|
|
|
8257
|
-
attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters
|
|
8286
|
+
attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId
|
|
8258
8287
|
|
|
8259
|
-
def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil)
|
|
8288
|
+
def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil)
|
|
8260
8289
|
@OriginType = origintype
|
|
8261
8290
|
@Origin = origin
|
|
8262
8291
|
@BackupOrigin = backuporigin
|
|
8263
8292
|
@PrivateAccess = privateaccess
|
|
8264
8293
|
@PrivateParameters = privateparameters
|
|
8294
|
+
@VodeoSubAppId = vodeosubappid
|
|
8295
|
+
@VodeoDistributionRange = vodeodistributionrange
|
|
8296
|
+
@VodeoBucketId = vodeobucketid
|
|
8265
8297
|
end
|
|
8266
8298
|
|
|
8267
8299
|
def deserialize(params)
|
|
@@ -8277,6 +8309,9 @@ module TencentCloud
|
|
|
8277
8309
|
@PrivateParameters << privateparameter_tmp
|
|
8278
8310
|
end
|
|
8279
8311
|
end
|
|
8312
|
+
@VodeoSubAppId = params['VodeoSubAppId']
|
|
8313
|
+
@VodeoDistributionRange = params['VodeoDistributionRange']
|
|
8314
|
+
@VodeoBucketId = params['VodeoBucketId']
|
|
8280
8315
|
end
|
|
8281
8316
|
end
|
|
8282
8317
|
|
|
@@ -8979,10 +9014,13 @@ module TencentCloud
|
|
|
8979
9014
|
# @param ZoneNumber: 当前资源绑定的站点数量。
|
|
8980
9015
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8981
9016
|
# @type ZoneNumber: Integer
|
|
9017
|
+
# @param Type: 资源标记类型,取值有:
|
|
9018
|
+
# <li>vodeo:vodeo资源。</li>
|
|
9019
|
+
# @type Type: String
|
|
8982
9020
|
|
|
8983
|
-
attr_accessor :Id, :PayMode, :CreateTime, :EnableTime, :ExpireTime, :Status, :Sv, :AutoRenewFlag, :PlanId, :Area, :Group, :ZoneNumber
|
|
9021
|
+
attr_accessor :Id, :PayMode, :CreateTime, :EnableTime, :ExpireTime, :Status, :Sv, :AutoRenewFlag, :PlanId, :Area, :Group, :ZoneNumber, :Type
|
|
8984
9022
|
|
|
8985
|
-
def initialize(id=nil, paymode=nil, createtime=nil, enabletime=nil, expiretime=nil, status=nil, sv=nil, autorenewflag=nil, planid=nil, area=nil, group=nil, zonenumber=nil)
|
|
9023
|
+
def initialize(id=nil, paymode=nil, createtime=nil, enabletime=nil, expiretime=nil, status=nil, sv=nil, autorenewflag=nil, planid=nil, area=nil, group=nil, zonenumber=nil, type=nil)
|
|
8986
9024
|
@Id = id
|
|
8987
9025
|
@PayMode = paymode
|
|
8988
9026
|
@CreateTime = createtime
|
|
@@ -8995,6 +9033,7 @@ module TencentCloud
|
|
|
8995
9033
|
@Area = area
|
|
8996
9034
|
@Group = group
|
|
8997
9035
|
@ZoneNumber = zonenumber
|
|
9036
|
+
@Type = type
|
|
8998
9037
|
end
|
|
8999
9038
|
|
|
9000
9039
|
def deserialize(params)
|
|
@@ -9017,6 +9056,7 @@ module TencentCloud
|
|
|
9017
9056
|
@Area = params['Area']
|
|
9018
9057
|
@Group = params['Group']
|
|
9019
9058
|
@ZoneNumber = params['ZoneNumber']
|
|
9059
|
+
@Type = params['Type']
|
|
9020
9060
|
end
|
|
9021
9061
|
end
|
|
9022
9062
|
|
|
@@ -9228,8 +9268,8 @@ module TencentCloud
|
|
|
9228
9268
|
|
|
9229
9269
|
attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
|
|
9230
9270
|
extend Gem::Deprecate
|
|
9231
|
-
deprecate :IgnoreNameCase, :none, 2023,
|
|
9232
|
-
deprecate :IgnoreNameCase=, :none, 2023,
|
|
9271
|
+
deprecate :IgnoreNameCase, :none, 2023, 12
|
|
9272
|
+
deprecate :IgnoreNameCase=, :none, 2023, 12
|
|
9233
9273
|
|
|
9234
9274
|
def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
|
|
9235
9275
|
@Operator = operator
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-teo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.721
|
|
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-12-
|
|
11
|
+
date: 2023-12-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|