tencentcloud-sdk-teo 3.0.1156 → 3.0.1158
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 +12 -8
- 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: 8ed7e43d8ed5fea4c5c7fabfd37ea35721bf1341
|
4
|
+
data.tar.gz: 5e5bbb6e8aaef230ffc557b055c3432439b2adbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b67bfbe1680b21afd4d0715fc9d2bce8714fa3c82a65865406ab43b806f3669a2c8892086f73f32aabd77ffa1604b5e32ca11d0dd5fe1d5ef2db5c555fe31002
|
7
|
+
data.tar.gz: 5f8d968f01f4de064f2cf14fde3f655ed3111b54e0f828391abec78e05d35b06471e5a31ef34128409feec963313cec2c29d0ec53002d3f602dabc883754d272
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1158
|
data/lib/v20220901/models.rb
CHANGED
@@ -231,7 +231,7 @@ module TencentCloud
|
|
231
231
|
|
232
232
|
# 加速域名所对应的证书信息。
|
233
233
|
class AccelerationDomainCertificate < TencentCloud::Common::AbstractModel
|
234
|
-
# @param Mode:
|
234
|
+
# @param Mode: 配置服务端证书的模式,取值有: <ul><li>disable:不配置服务端证书;</li> <li>eofreecert:通过自动验证申请免费证书并部署。验证方式详见:[申请免费证书支持的验证方式](https://cloud.tencent.com/document/product/1552/90437) - 在 NS 或者 DNSPod 托管接入模式下,仅支持自动验证的方式申请免费证书。 - 当免费证书申请失败时会导致证书部署失败,您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口获取申请失败原因。</li><li>eofreecert_manual:部署 DNS 委派验证或者文件验证申请的免费证书。在部署免费证书前,您需要触发<a href = 'https://tcloud4api.woa.com/document/product/1657/927322?!preview&!document=1'>申请免费证书</a>接口申请免费证书。在免费证书申请成功后,你可以通过该枚举值对免费证书进行部署;</li> <ul><li>注意:在对免费证书部署时,需要保证当前已存在申请成功的免费证书。您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口检查当前是否已存在申请成功的免费证书。</li> </ul> <li>sslcert:配置 SSL 托管服务端证书。</li></ul>
|
235
235
|
# @type Mode: String
|
236
236
|
# @param List: 服务端证书列表,相关证书部署在 EO 的入口侧。
|
237
237
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -11589,7 +11589,7 @@ module TencentCloud
|
|
11589
11589
|
end
|
11590
11590
|
end
|
11591
11591
|
|
11592
|
-
# CNAME
|
11592
|
+
# 站点 CNAME 模式接入验证归属权或域名申请免费证书时,使用 DNS 解析验证时所需的信息。
|
11593
11593
|
class DnsVerification < TencentCloud::Common::AbstractModel
|
11594
11594
|
# @param Subdomain: 主机记录。
|
11595
11595
|
# @type Subdomain: String
|
@@ -12379,9 +12379,9 @@ module TencentCloud
|
|
12379
12379
|
end
|
12380
12380
|
end
|
12381
12381
|
|
12382
|
-
# CNAME
|
12382
|
+
# 站点 CNAME 模式接入验证归属权或域名申请免费证书时,使用 HTTP 访问验证文件时所需的信息。
|
12383
12383
|
class FileVerification < TencentCloud::Common::AbstractModel
|
12384
|
-
# @param Path: EdgeOne 后台服务器将通过
|
12384
|
+
# @param Path: EdgeOne 后台服务器将通过 http://{Host}{URL Path} 的格式(例如 http://www.example.com/.well-known/teo-verification/z12h416twn.txt)获取文件验证信息。其中,本字段为您需要创建的 URL Path 部分,Host 为当前加速域名。
|
12385
12385
|
# @type Path: String
|
12386
12386
|
# @param Content: 验证文件的内容。该字段的内容需要您填写至 Path 字段返回的 txt 文件中。
|
12387
12387
|
# @type Content: String
|
@@ -15426,10 +15426,14 @@ module TencentCloud
|
|
15426
15426
|
# @param Hosts: 需要修改证书配置的加速域名。
|
15427
15427
|
# @type Hosts: Array
|
15428
15428
|
# @param Mode: 配置服务端证书的模式,取值有:
|
15429
|
-
# <li>disable:不配置服务端证书;</li>
|
15430
|
-
# <li>eofreecert
|
15431
|
-
|
15432
|
-
#
|
15429
|
+
# <ul><li>disable:不配置服务端证书;</li>
|
15430
|
+
# <li>eofreecert:通过自动验证申请免费证书并部署。验证方式详见:[申请免费证书支持的验证方式](https://cloud.tencent.com/document/product/1552/90437)
|
15431
|
+
|
15432
|
+
# - 在 NS 或者 DNSPod 托管接入模式下,仅支持自动验证的方式申请免费证书。
|
15433
|
+
# - 当免费证书申请失败时会导致证书部署失败,您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口获取申请失败原因。</li>
|
15434
|
+
# </ul><li>eofreecert_manual:部署 DNS 委派验证或者文件验证申请的免费证书。在部署免费证书前,您需要触发<a href = 'https://tcloud4api.woa.com/document/product/1657/927322?!preview&!document=1'>申请免费证书</a>接口申请免费证书。在免费证书申请成功后,你可以通过该枚举值对免费证书进行部署;</li>
|
15435
|
+
# <ul><li>注意:在对免费证书部署时,需要保证当前已存在申请成功的免费证书。您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口检查当前是否已存在申请成功的免费证书。</li>
|
15436
|
+
# </ul><li>sslcert:配置 SSL 托管服务端证书。</li>
|
15433
15437
|
# @type Mode: String
|
15434
15438
|
# @param ServerCertInfo: SSL 证书配置,本参数仅在 mode 为 sslcert 时生效,传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/ssl) 查看 CertId。
|
15435
15439
|
# @type ServerCertInfo: Array
|
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.1158
|
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-10-
|
11
|
+
date: 2025-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|