tencentcloud-sdk-teo 3.0.528 → 3.0.529
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220901/models.rb +30 -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: 602b69636779984f213b2e90377bbe7961d37df6
|
4
|
+
data.tar.gz: 9df96a87432572ae4f01c2b83a1552243886681e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65488f67c2ea0caea8994ee0838dcf13756f3a0b027ceaaa207bfae8c6ba9a5060710868783e476767e22e50d9ac2e9594d6c65952550784c6141d80d611dde5
|
7
|
+
data.tar.gz: 806155ca22789beed4a45b370cd7a7bbf39180129a7e6fca1d2a1be77fc14a95b739e48de69e3b00630fade83924afb4cc5b62e59c59dd1bbe0a793ffd98b1e8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.529
|
data/lib/v20220901/models.rb
CHANGED
@@ -57,10 +57,13 @@ module TencentCloud
|
|
57
57
|
# @type DomainStatus: String
|
58
58
|
# @param Cname: CNAME 地址。
|
59
59
|
# @type Cname: String
|
60
|
+
# @param IdentificationStatus: 加速域名归属权验证状态,取值有: <li>pending:待验证;</li> <li>finished:已完成验证。</li>
|
61
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
62
|
+
# @type IdentificationStatus: String
|
60
63
|
|
61
|
-
attr_accessor :OriginDetail, :CreatedOn, :DomainName, :ModifiedOn, :ZoneId, :DomainStatus, :Cname
|
64
|
+
attr_accessor :OriginDetail, :CreatedOn, :DomainName, :ModifiedOn, :ZoneId, :DomainStatus, :Cname, :IdentificationStatus
|
62
65
|
|
63
|
-
def initialize(origindetail=nil, createdon=nil, domainname=nil, modifiedon=nil, zoneid=nil, domainstatus=nil, cname=nil)
|
66
|
+
def initialize(origindetail=nil, createdon=nil, domainname=nil, modifiedon=nil, zoneid=nil, domainstatus=nil, cname=nil, identificationstatus=nil)
|
64
67
|
@OriginDetail = origindetail
|
65
68
|
@CreatedOn = createdon
|
66
69
|
@DomainName = domainname
|
@@ -68,6 +71,7 @@ module TencentCloud
|
|
68
71
|
@ZoneId = zoneid
|
69
72
|
@DomainStatus = domainstatus
|
70
73
|
@Cname = cname
|
74
|
+
@IdentificationStatus = identificationstatus
|
71
75
|
end
|
72
76
|
|
73
77
|
def deserialize(params)
|
@@ -81,6 +85,7 @@ module TencentCloud
|
|
81
85
|
@ZoneId = params['ZoneId']
|
82
86
|
@DomainStatus = params['DomainStatus']
|
83
87
|
@Cname = params['Cname']
|
88
|
+
@IdentificationStatus = params['IdentificationStatus']
|
84
89
|
end
|
85
90
|
end
|
86
91
|
|
@@ -6303,16 +6308,23 @@ module TencentCloud
|
|
6303
6308
|
# <li>none:不托管EdgeOne。</li>不填,默认取值为none。
|
6304
6309
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6305
6310
|
# @type ApplyType: String
|
6311
|
+
# @param CipherSuite: 密码套件,取值有:
|
6312
|
+
# <li>loose-v2023:提供最高的兼容性,安全性一般,支持 TLS 1.0-1.3 密码套件;</li>
|
6313
|
+
# <li>general-v2023:提供较高的兼容性,安全性中等,支持 TLS 1.2-1.3 密码套件;</li>
|
6314
|
+
# <li>strict-v2023:提供最高的安全性能,禁用所有含不安全隐患的加密套件,支持 TLS 1.2-1.3 密码套件。
|
6315
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6316
|
+
# @type CipherSuite: String
|
6306
6317
|
|
6307
|
-
attr_accessor :Http2, :OcspStapling, :TlsVersion, :Hsts, :CertInfo, :ApplyType
|
6318
|
+
attr_accessor :Http2, :OcspStapling, :TlsVersion, :Hsts, :CertInfo, :ApplyType, :CipherSuite
|
6308
6319
|
|
6309
|
-
def initialize(http2=nil, ocspstapling=nil, tlsversion=nil, hsts=nil, certinfo=nil, applytype=nil)
|
6320
|
+
def initialize(http2=nil, ocspstapling=nil, tlsversion=nil, hsts=nil, certinfo=nil, applytype=nil, ciphersuite=nil)
|
6310
6321
|
@Http2 = http2
|
6311
6322
|
@OcspStapling = ocspstapling
|
6312
6323
|
@TlsVersion = tlsversion
|
6313
6324
|
@Hsts = hsts
|
6314
6325
|
@CertInfo = certinfo
|
6315
6326
|
@ApplyType = applytype
|
6327
|
+
@CipherSuite = ciphersuite
|
6316
6328
|
end
|
6317
6329
|
|
6318
6330
|
def deserialize(params)
|
@@ -6332,6 +6344,7 @@ module TencentCloud
|
|
6332
6344
|
end
|
6333
6345
|
end
|
6334
6346
|
@ApplyType = params['ApplyType']
|
6347
|
+
@CipherSuite = params['CipherSuite']
|
6335
6348
|
end
|
6336
6349
|
end
|
6337
6350
|
|
@@ -6359,6 +6372,9 @@ module TencentCloud
|
|
6359
6372
|
class Identification < TencentCloud::Common::AbstractModel
|
6360
6373
|
# @param ZoneName: 站点名称。
|
6361
6374
|
# @type ZoneName: String
|
6375
|
+
# @param Domain: 验证子域名。验证站点时,该值为空。验证子域名是为具体子域名。
|
6376
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6377
|
+
# @type Domain: String
|
6362
6378
|
# @param Status: 验证状态,取值有:
|
6363
6379
|
# <li> pending:验证中;</li>
|
6364
6380
|
# <li> finished:验证完成。</li>
|
@@ -6371,10 +6387,11 @@ module TencentCloud
|
|
6371
6387
|
# @param FileAscription: 站点归属权校验:文件校验信息。
|
6372
6388
|
# @type FileAscription: :class:`Tencentcloud::Teo.v20220901.models.FileAscriptionInfo`
|
6373
6389
|
|
6374
|
-
attr_accessor :ZoneName, :Status, :Ascription, :OriginalNameServers, :FileAscription
|
6390
|
+
attr_accessor :ZoneName, :Domain, :Status, :Ascription, :OriginalNameServers, :FileAscription
|
6375
6391
|
|
6376
|
-
def initialize(zonename=nil, status=nil, ascription=nil, originalnameservers=nil, fileascription=nil)
|
6392
|
+
def initialize(zonename=nil, domain=nil, status=nil, ascription=nil, originalnameservers=nil, fileascription=nil)
|
6377
6393
|
@ZoneName = zonename
|
6394
|
+
@Domain = domain
|
6378
6395
|
@Status = status
|
6379
6396
|
@Ascription = ascription
|
6380
6397
|
@OriginalNameServers = originalnameservers
|
@@ -6383,6 +6400,7 @@ module TencentCloud
|
|
6383
6400
|
|
6384
6401
|
def deserialize(params)
|
6385
6402
|
@ZoneName = params['ZoneName']
|
6403
|
+
@Domain = params['Domain']
|
6386
6404
|
@Status = params['Status']
|
6387
6405
|
unless params['Ascription'].nil?
|
6388
6406
|
@Ascription = AscriptionInfo.new
|
@@ -6400,15 +6418,19 @@ module TencentCloud
|
|
6400
6418
|
class IdentifyZoneRequest < TencentCloud::Common::AbstractModel
|
6401
6419
|
# @param ZoneName: 站点名称。
|
6402
6420
|
# @type ZoneName: String
|
6421
|
+
# @param Domain: 站点下的子域名。如果验证站点下的子域名,则传该值,否则为空。
|
6422
|
+
# @type Domain: String
|
6403
6423
|
|
6404
|
-
attr_accessor :ZoneName
|
6424
|
+
attr_accessor :ZoneName, :Domain
|
6405
6425
|
|
6406
|
-
def initialize(zonename=nil)
|
6426
|
+
def initialize(zonename=nil, domain=nil)
|
6407
6427
|
@ZoneName = zonename
|
6428
|
+
@Domain = domain
|
6408
6429
|
end
|
6409
6430
|
|
6410
6431
|
def deserialize(params)
|
6411
6432
|
@ZoneName = params['ZoneName']
|
6433
|
+
@Domain = params['Domain']
|
6412
6434
|
end
|
6413
6435
|
end
|
6414
6436
|
|
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.529
|
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-03-
|
11
|
+
date: 2023-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|