tencentcloud-sdk-teo 3.0.930 → 3.0.931
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 +6 -6
- 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: 788b5675b97edcf3820df46c493ced28213172a9
|
|
4
|
+
data.tar.gz: 55b43eee09e7cf4ee3e3e5df48d80b4b4720ba85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 574ea8d23db1af77eff282b28e4cedd71f6d9ac035c0c413dd475d1a3af741d8cc8f1871d2a8df645d1674df8dbc7b79af575fcd1a98ce218df2b5e8133e8b96
|
|
7
|
+
data.tar.gz: a0d6b9668ed29a4069425f79940c265a42e13c815655f338ebce198aaf517632d92537a9377babaaf94d283244a93fcdf8acaa38d89c8f40e47f54681eaf4300
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.931
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -1640,7 +1640,7 @@ module TencentCloud
|
|
|
1640
1640
|
|
|
1641
1641
|
# https 证书配置。
|
|
1642
1642
|
class CertificateInfo < TencentCloud::Common::AbstractModel
|
|
1643
|
-
# @param CertId: 证书 ID。
|
|
1643
|
+
# @param CertId: 证书 ID。来源于 SSL 侧,您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/ssl) 查看 CertId。
|
|
1644
1644
|
# @type CertId: String
|
|
1645
1645
|
# @param Alias: 证书备注名。
|
|
1646
1646
|
# @type Alias: String
|
|
@@ -9905,15 +9905,14 @@ module TencentCloud
|
|
|
9905
9905
|
# <li>sslcert:配置 SSL 托管服务端证书;</li>
|
|
9906
9906
|
# 不填写表示服务端证书保持原有配置。
|
|
9907
9907
|
# @type Mode: String
|
|
9908
|
-
# @param ServerCertInfo: SSL 证书配置,本参数仅在 mode 为 sslcert 时生效,传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/
|
|
9908
|
+
# @param ServerCertInfo: SSL 证书配置,本参数仅在 mode 为 sslcert 时生效,传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/ssl) 查看 CertId。
|
|
9909
9909
|
# @type ServerCertInfo: Array
|
|
9910
9910
|
# @param ApplyType: 托管类型,取值有:
|
|
9911
9911
|
# <li>none:不托管EO;</li>
|
|
9912
9912
|
# <li>apply:托管EO</li>
|
|
9913
9913
|
# 不填,默认取值为none。
|
|
9914
9914
|
# @type ApplyType: String
|
|
9915
|
-
# @param ClientCertInfo:
|
|
9916
|
-
# 不填写表示边缘双向认证保持原有配置。
|
|
9915
|
+
# @param ClientCertInfo: 在边缘双向认证场景下,该字段为客户端的 CA 证书,部署在 EO 的入口侧,用于客户端对 EO 节点进行认证。不填写表示保持原有配置。
|
|
9917
9916
|
# @type ClientCertInfo: :class:`Tencentcloud::Teo.v20220901.models.MutualTLS`
|
|
9918
9917
|
|
|
9919
9918
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo
|
|
@@ -10815,7 +10814,7 @@ module TencentCloud
|
|
|
10815
10814
|
# <li>off:关闭。</li>
|
|
10816
10815
|
# @type Switch: String
|
|
10817
10816
|
# @param CertInfos: 双向认证证书列表。
|
|
10818
|
-
# 注意:MutualTLS 在 ModifyHostsCertificate 作为入参使用时,该参数传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/
|
|
10817
|
+
# 注意:MutualTLS 在 ModifyHostsCertificate 作为入参使用时,该参数传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/ssl) 查看 CertId。
|
|
10819
10818
|
# @type CertInfos: Array
|
|
10820
10819
|
|
|
10821
10820
|
attr_accessor :Switch, :CertInfos
|
|
@@ -12860,7 +12859,8 @@ module TencentCloud
|
|
|
12860
12859
|
|
|
12861
12860
|
# https 服务端证书配置
|
|
12862
12861
|
class ServerCertInfo < TencentCloud::Common::AbstractModel
|
|
12863
|
-
# @param CertId: 服务器证书 ID。
|
|
12862
|
+
# @param CertId: 服务器证书 ID。来源于 SSL 侧,您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/ssl) 查看 CertId。
|
|
12863
|
+
|
|
12864
12864
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12865
12865
|
# @type CertId: String
|
|
12866
12866
|
# @param Alias: 证书备注名。
|
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.931
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-10-
|
|
11
|
+
date: 2024-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|