tencentcloud-sdk-teo 3.0.1149 → 3.0.1153
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 +66 -64
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1964a55d177baaaf54c517ee72611f34849ff64
|
4
|
+
data.tar.gz: 118e066f5b96b2fdac750e3d10aa90d9b8bb7ede
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fccaf31f11c10d3c5023d848171f279b655d8fc2013adb94666941883fb6bc961d17dc65e9d2e7046839440f549654a0edfef2be576a8921d422b0d08a0b3f9f
|
7
|
+
data.tar.gz: b10a9f31aad1cb7d3233a791d6e751c6f6b1b4f8f923327635eefdd731c83dcb78c001976e9ff6d78b92d28179d820808bb40b55a564b6d568661efc2b3b7aae
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1153
|
data/lib/v20220901/models.rb
CHANGED
@@ -142,88 +142,90 @@ module TencentCloud
|
|
142
142
|
# <li>process:部署中;</li>
|
143
143
|
# <li>offline:已停用;</li>
|
144
144
|
# <li>forbidden:已封禁;</li>
|
145
|
-
# <li>init
|
145
|
+
# <li>init:未生效,待激活站点。</li>
|
146
146
|
# @type DomainStatus: String
|
147
|
+
# @param Cname: CNAME 地址。
|
148
|
+
# @type Cname: String
|
149
|
+
# @param IPv6Status: IPv6 状态,取值有:
|
150
|
+
# <li>follow:遵循站点IPv6配置;</li>
|
151
|
+
# <li>on:开启状态;</li>
|
152
|
+
# <li>off:关闭状态。</li>
|
153
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
154
|
+
# @type IPv6Status: String
|
155
|
+
# @param IdentificationStatus: 加速域名归属权验证状态,取值有:
|
156
|
+
# <li>pending:待验证;</li>
|
157
|
+
# <li>finished:已完成验证。</li>
|
158
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
159
|
+
# @type IdentificationStatus: String
|
160
|
+
# @param OwnershipVerification: 加速域名需进行归属权验证才能继续提供服务时,该对象会携带对应验证方式所需要的信息。
|
161
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
162
|
+
# @type OwnershipVerification: :class:`Tencentcloud::Teo.v20220901.models.OwnershipVerification`
|
147
163
|
# @param OriginDetail: 源站信息。
|
148
164
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
149
165
|
# @type OriginDetail: :class:`Tencentcloud::Teo.v20220901.models.OriginDetail`
|
150
166
|
# @param OriginProtocol: 回源协议,取值有:
|
151
|
-
# <li>FOLLOW
|
152
|
-
# <li>HTTP
|
153
|
-
# <li>HTTPS
|
167
|
+
# <li>FOLLOW:协议跟随;</li>
|
168
|
+
# <li>HTTP:HTTP协议回源;</li>
|
169
|
+
# <li>HTTPS:HTTPS协议回源。</li>
|
154
170
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
155
171
|
# @type OriginProtocol: String
|
156
|
-
# @param
|
157
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
158
|
-
# @type Certificate: :class:`Tencentcloud::Teo.v20220901.models.AccelerationDomainCertificate`
|
159
|
-
# @param HttpOriginPort: HTTP回源端口。
|
172
|
+
# @param HttpOriginPort: HTTP 回源端口。
|
160
173
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
161
174
|
# @type HttpOriginPort: Integer
|
162
|
-
# @param HttpsOriginPort: HTTPS回源端口。
|
175
|
+
# @param HttpsOriginPort: HTTPS 回源端口。
|
163
176
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
164
177
|
# @type HttpsOriginPort: Integer
|
165
|
-
# @param
|
166
|
-
# <li>follow:遵循站点IPv6配置;</li>
|
167
|
-
# <li>on:开启状态;</li>
|
168
|
-
# <li>off:关闭状态。</li>
|
169
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
170
|
-
# @type IPv6Status: String
|
171
|
-
# @param Cname: CNAME 地址。
|
172
|
-
# @type Cname: String
|
173
|
-
# @param IdentificationStatus: 加速域名归属权验证状态,取值有: <li>pending:待验证;</li> <li>finished:已完成验证。</li>
|
178
|
+
# @param Certificate: 加速域名证书信息。
|
174
179
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
175
|
-
# @type
|
180
|
+
# @type Certificate: :class:`Tencentcloud::Teo.v20220901.models.AccelerationDomainCertificate`
|
176
181
|
# @param CreatedOn: 创建时间。
|
177
182
|
# @type CreatedOn: String
|
178
183
|
# @param ModifiedOn: 修改时间。
|
179
184
|
# @type ModifiedOn: String
|
180
|
-
# @param OwnershipVerification: 当域名需要进行归属权验证才能继续提供服务时,该对象会携带对应验证方式所需要的信息。
|
181
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
182
|
-
# @type OwnershipVerification: :class:`Tencentcloud::Teo.v20220901.models.OwnershipVerification`
|
183
185
|
|
184
|
-
attr_accessor :ZoneId, :DomainName, :DomainStatus, :
|
186
|
+
attr_accessor :ZoneId, :DomainName, :DomainStatus, :Cname, :IPv6Status, :IdentificationStatus, :OwnershipVerification, :OriginDetail, :OriginProtocol, :HttpOriginPort, :HttpsOriginPort, :Certificate, :CreatedOn, :ModifiedOn
|
185
187
|
|
186
|
-
def initialize(zoneid=nil, domainname=nil, domainstatus=nil,
|
188
|
+
def initialize(zoneid=nil, domainname=nil, domainstatus=nil, cname=nil, ipv6status=nil, identificationstatus=nil, ownershipverification=nil, origindetail=nil, originprotocol=nil, httporiginport=nil, httpsoriginport=nil, certificate=nil, createdon=nil, modifiedon=nil)
|
187
189
|
@ZoneId = zoneid
|
188
190
|
@DomainName = domainname
|
189
191
|
@DomainStatus = domainstatus
|
192
|
+
@Cname = cname
|
193
|
+
@IPv6Status = ipv6status
|
194
|
+
@IdentificationStatus = identificationstatus
|
195
|
+
@OwnershipVerification = ownershipverification
|
190
196
|
@OriginDetail = origindetail
|
191
197
|
@OriginProtocol = originprotocol
|
192
|
-
@Certificate = certificate
|
193
198
|
@HttpOriginPort = httporiginport
|
194
199
|
@HttpsOriginPort = httpsoriginport
|
195
|
-
@
|
196
|
-
@Cname = cname
|
197
|
-
@IdentificationStatus = identificationstatus
|
200
|
+
@Certificate = certificate
|
198
201
|
@CreatedOn = createdon
|
199
202
|
@ModifiedOn = modifiedon
|
200
|
-
@OwnershipVerification = ownershipverification
|
201
203
|
end
|
202
204
|
|
203
205
|
def deserialize(params)
|
204
206
|
@ZoneId = params['ZoneId']
|
205
207
|
@DomainName = params['DomainName']
|
206
208
|
@DomainStatus = params['DomainStatus']
|
209
|
+
@Cname = params['Cname']
|
210
|
+
@IPv6Status = params['IPv6Status']
|
211
|
+
@IdentificationStatus = params['IdentificationStatus']
|
212
|
+
unless params['OwnershipVerification'].nil?
|
213
|
+
@OwnershipVerification = OwnershipVerification.new
|
214
|
+
@OwnershipVerification.deserialize(params['OwnershipVerification'])
|
215
|
+
end
|
207
216
|
unless params['OriginDetail'].nil?
|
208
217
|
@OriginDetail = OriginDetail.new
|
209
218
|
@OriginDetail.deserialize(params['OriginDetail'])
|
210
219
|
end
|
211
220
|
@OriginProtocol = params['OriginProtocol']
|
221
|
+
@HttpOriginPort = params['HttpOriginPort']
|
222
|
+
@HttpsOriginPort = params['HttpsOriginPort']
|
212
223
|
unless params['Certificate'].nil?
|
213
224
|
@Certificate = AccelerationDomainCertificate.new
|
214
225
|
@Certificate.deserialize(params['Certificate'])
|
215
226
|
end
|
216
|
-
@HttpOriginPort = params['HttpOriginPort']
|
217
|
-
@HttpsOriginPort = params['HttpsOriginPort']
|
218
|
-
@IPv6Status = params['IPv6Status']
|
219
|
-
@Cname = params['Cname']
|
220
|
-
@IdentificationStatus = params['IdentificationStatus']
|
221
227
|
@CreatedOn = params['CreatedOn']
|
222
228
|
@ModifiedOn = params['ModifiedOn']
|
223
|
-
unless params['OwnershipVerification'].nil?
|
224
|
-
@OwnershipVerification = OwnershipVerification.new
|
225
|
-
@OwnershipVerification.deserialize(params['OwnershipVerification'])
|
226
|
-
end
|
227
229
|
end
|
228
230
|
end
|
229
231
|
|
@@ -1884,8 +1886,8 @@ module TencentCloud
|
|
1884
1886
|
|
1885
1887
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
1886
1888
|
extend Gem::Deprecate
|
1887
|
-
deprecate :IgnoreCacheControl, :none, 2025,
|
1888
|
-
deprecate :IgnoreCacheControl=, :none, 2025,
|
1889
|
+
deprecate :IgnoreCacheControl, :none, 2025, 10
|
1890
|
+
deprecate :IgnoreCacheControl=, :none, 2025, 10
|
1889
1891
|
|
1890
1892
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
1891
1893
|
@Switch = switch
|
@@ -4374,8 +4376,8 @@ module TencentCloud
|
|
4374
4376
|
|
4375
4377
|
attr_accessor :ZoneId, :Targets, :EncodeUrl, :Headers, :PrefetchMediaSegments
|
4376
4378
|
extend Gem::Deprecate
|
4377
|
-
deprecate :EncodeUrl, :none, 2025,
|
4378
|
-
deprecate :EncodeUrl=, :none, 2025,
|
4379
|
+
deprecate :EncodeUrl, :none, 2025, 10
|
4380
|
+
deprecate :EncodeUrl=, :none, 2025, 10
|
4379
4381
|
|
4380
4382
|
def initialize(zoneid=nil, targets=nil, encodeurl=nil, headers=nil, prefetchmediasegments=nil)
|
4381
4383
|
@ZoneId = zoneid
|
@@ -4457,8 +4459,8 @@ module TencentCloud
|
|
4457
4459
|
|
4458
4460
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
|
4459
4461
|
extend Gem::Deprecate
|
4460
|
-
deprecate :EncodeUrl, :none, 2025,
|
4461
|
-
deprecate :EncodeUrl=, :none, 2025,
|
4462
|
+
deprecate :EncodeUrl, :none, 2025, 10
|
4463
|
+
deprecate :EncodeUrl=, :none, 2025, 10
|
4462
4464
|
|
4463
4465
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
|
4464
4466
|
@ZoneId = zoneid
|
@@ -5067,10 +5069,10 @@ module TencentCloud
|
|
5067
5069
|
|
5068
5070
|
attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
|
5069
5071
|
extend Gem::Deprecate
|
5070
|
-
deprecate :AllowDuplicates, :none, 2025,
|
5071
|
-
deprecate :AllowDuplicates=, :none, 2025,
|
5072
|
-
deprecate :JumpStart, :none, 2025,
|
5073
|
-
deprecate :JumpStart=, :none, 2025,
|
5072
|
+
deprecate :AllowDuplicates, :none, 2025, 10
|
5073
|
+
deprecate :AllowDuplicates=, :none, 2025, 10
|
5074
|
+
deprecate :JumpStart, :none, 2025, 10
|
5075
|
+
deprecate :JumpStart=, :none, 2025, 10
|
5074
5076
|
|
5075
5077
|
def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
|
5076
5078
|
@Type = type
|
@@ -15312,8 +15314,8 @@ module TencentCloud
|
|
15312
15314
|
|
15313
15315
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo, :UpstreamCertInfo
|
15314
15316
|
extend Gem::Deprecate
|
15315
|
-
deprecate :ApplyType, :none, 2025,
|
15316
|
-
deprecate :ApplyType=, :none, 2025,
|
15317
|
+
deprecate :ApplyType, :none, 2025, 10
|
15318
|
+
deprecate :ApplyType=, :none, 2025, 10
|
15317
15319
|
|
15318
15320
|
def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil, upstreamcertinfo=nil)
|
15319
15321
|
@ZoneId = zoneid
|
@@ -17500,12 +17502,12 @@ module TencentCloud
|
|
17500
17502
|
|
17501
17503
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
|
17502
17504
|
extend Gem::Deprecate
|
17503
|
-
deprecate :VodeoSubAppId, :none, 2025,
|
17504
|
-
deprecate :VodeoSubAppId=, :none, 2025,
|
17505
|
-
deprecate :VodeoDistributionRange, :none, 2025,
|
17506
|
-
deprecate :VodeoDistributionRange=, :none, 2025,
|
17507
|
-
deprecate :VodeoBucketId, :none, 2025,
|
17508
|
-
deprecate :VodeoBucketId=, :none, 2025,
|
17505
|
+
deprecate :VodeoSubAppId, :none, 2025, 10
|
17506
|
+
deprecate :VodeoSubAppId=, :none, 2025, 10
|
17507
|
+
deprecate :VodeoDistributionRange, :none, 2025, 10
|
17508
|
+
deprecate :VodeoDistributionRange=, :none, 2025, 10
|
17509
|
+
deprecate :VodeoBucketId, :none, 2025, 10
|
17510
|
+
deprecate :VodeoBucketId=, :none, 2025, 10
|
17509
17511
|
|
17510
17512
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, origingroupname=nil, backorigingroupname=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
|
17511
17513
|
@OriginType = origintype
|
@@ -17810,12 +17812,12 @@ module TencentCloud
|
|
17810
17812
|
|
17811
17813
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
|
17812
17814
|
extend Gem::Deprecate
|
17813
|
-
deprecate :VodeoSubAppId, :none, 2025,
|
17814
|
-
deprecate :VodeoSubAppId=, :none, 2025,
|
17815
|
-
deprecate :VodeoDistributionRange, :none, 2025,
|
17816
|
-
deprecate :VodeoDistributionRange=, :none, 2025,
|
17817
|
-
deprecate :VodeoBucketId, :none, 2025,
|
17818
|
-
deprecate :VodeoBucketId=, :none, 2025,
|
17815
|
+
deprecate :VodeoSubAppId, :none, 2025, 10
|
17816
|
+
deprecate :VodeoSubAppId=, :none, 2025, 10
|
17817
|
+
deprecate :VodeoDistributionRange, :none, 2025, 10
|
17818
|
+
deprecate :VodeoDistributionRange=, :none, 2025, 10
|
17819
|
+
deprecate :VodeoBucketId, :none, 2025, 10
|
17820
|
+
deprecate :VodeoBucketId=, :none, 2025, 10
|
17819
17821
|
|
17820
17822
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
|
17821
17823
|
@OriginType = origintype
|
@@ -19504,8 +19506,8 @@ module TencentCloud
|
|
19504
19506
|
|
19505
19507
|
attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
|
19506
19508
|
extend Gem::Deprecate
|
19507
|
-
deprecate :IgnoreNameCase, :none, 2025,
|
19508
|
-
deprecate :IgnoreNameCase=, :none, 2025,
|
19509
|
+
deprecate :IgnoreNameCase, :none, 2025, 10
|
19510
|
+
deprecate :IgnoreNameCase=, :none, 2025, 10
|
19509
19511
|
|
19510
19512
|
def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
|
19511
19513
|
@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.1153
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,11 +33,11 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/
|
36
|
+
- lib/tencentcloud-sdk-teo.rb
|
37
37
|
- lib/v20220901/models.rb
|
38
|
-
- lib/
|
38
|
+
- lib/v20220901/client.rb
|
39
39
|
- lib/v20220106/models.rb
|
40
|
-
- lib/
|
40
|
+
- lib/v20220106/client.rb
|
41
41
|
- lib/VERSION
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
43
43
|
licenses:
|