tencentcloud-sdk-ssl 3.0.656 → 3.0.658
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/v20191205/models.rb +31 -4
- 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: 936d84683e9db2729c12a6770ecb6c078bb9e3c2
|
4
|
+
data.tar.gz: 0a8782e535d7066eda0f2ba6057703a5eeb4e164
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8c2fc9d4c0f2c87fc1b22dfb198e13ace2aae37faf5ab64a1f588aa13e1f1219fb9e90dc9e56382b0816beb937e5df12f776fc204ac2d917f35ff7adb571c2e
|
7
|
+
data.tar.gz: 6bb5564c3acae829b6e8ccc460b405429625883c771817011edee7386815e89c3615cee2de83a2886a696fb644bd38e81431db0a1d2ab1789f1cb8b10ac2ab86
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.658
|
data/lib/v20191205/models.rb
CHANGED
@@ -551,10 +551,19 @@ module TencentCloud
|
|
551
551
|
# @param AutoRenewFlag: 是否自动续费
|
552
552
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
553
553
|
# @type AutoRenewFlag: Integer
|
554
|
+
# @param HostingStatus: 托管状态,0,托管中,5,资源替换中, 10, 托管完成, -1未托管
|
555
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
556
|
+
# @type HostingStatus: Integer
|
557
|
+
# @param HostingCompleteTime: 托管完成时间
|
558
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
559
|
+
# @type HostingCompleteTime: String
|
560
|
+
# @param HostingRenewCertId: 托管新证书ID
|
561
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
562
|
+
# @type HostingRenewCertId: String
|
554
563
|
|
555
|
-
attr_accessor :OwnerUin, :ProjectId, :From, :PackageType, :CertificateType, :ProductZhName, :Domain, :Alias, :Status, :CertificateExtra, :VulnerabilityStatus, :StatusMsg, :VerifyType, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :CertificateId, :SubjectAltName, :PackageTypeName, :StatusName, :IsVip, :IsDv, :IsWildcard, :IsVulnerability, :RenewAble, :ProjectInfo, :BoundResource, :Deployable, :Tags, :IsIgnore, :IsSM, :EncryptAlgorithm, :CAEncryptAlgorithms, :CAEndTimes, :CACommonNames, :PreAuditInfo, :AutoRenewFlag
|
564
|
+
attr_accessor :OwnerUin, :ProjectId, :From, :PackageType, :CertificateType, :ProductZhName, :Domain, :Alias, :Status, :CertificateExtra, :VulnerabilityStatus, :StatusMsg, :VerifyType, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :CertificateId, :SubjectAltName, :PackageTypeName, :StatusName, :IsVip, :IsDv, :IsWildcard, :IsVulnerability, :RenewAble, :ProjectInfo, :BoundResource, :Deployable, :Tags, :IsIgnore, :IsSM, :EncryptAlgorithm, :CAEncryptAlgorithms, :CAEndTimes, :CACommonNames, :PreAuditInfo, :AutoRenewFlag, :HostingStatus, :HostingCompleteTime, :HostingRenewCertId
|
556
565
|
|
557
|
-
def initialize(owneruin=nil, projectid=nil, from=nil, packagetype=nil, certificatetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, certificateextra=nil, vulnerabilitystatus=nil, statusmsg=nil, verifytype=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, certificateid=nil, subjectaltname=nil, packagetypename=nil, statusname=nil, isvip=nil, isdv=nil, iswildcard=nil, isvulnerability=nil, renewable=nil, projectinfo=nil, boundresource=nil, deployable=nil, tags=nil, isignore=nil, issm=nil, encryptalgorithm=nil, caencryptalgorithms=nil, caendtimes=nil, cacommonnames=nil, preauditinfo=nil, autorenewflag=nil)
|
566
|
+
def initialize(owneruin=nil, projectid=nil, from=nil, packagetype=nil, certificatetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, certificateextra=nil, vulnerabilitystatus=nil, statusmsg=nil, verifytype=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, certificateid=nil, subjectaltname=nil, packagetypename=nil, statusname=nil, isvip=nil, isdv=nil, iswildcard=nil, isvulnerability=nil, renewable=nil, projectinfo=nil, boundresource=nil, deployable=nil, tags=nil, isignore=nil, issm=nil, encryptalgorithm=nil, caencryptalgorithms=nil, caendtimes=nil, cacommonnames=nil, preauditinfo=nil, autorenewflag=nil, hostingstatus=nil, hostingcompletetime=nil, hostingrenewcertid=nil)
|
558
567
|
@OwnerUin = owneruin
|
559
568
|
@ProjectId = projectid
|
560
569
|
@From = from
|
@@ -593,6 +602,9 @@ module TencentCloud
|
|
593
602
|
@CACommonNames = cacommonnames
|
594
603
|
@PreAuditInfo = preauditinfo
|
595
604
|
@AutoRenewFlag = autorenewflag
|
605
|
+
@HostingStatus = hostingstatus
|
606
|
+
@HostingCompleteTime = hostingcompletetime
|
607
|
+
@HostingRenewCertId = hostingrenewcertid
|
596
608
|
end
|
597
609
|
|
598
610
|
def deserialize(params)
|
@@ -650,6 +662,9 @@ module TencentCloud
|
|
650
662
|
@PreAuditInfo.deserialize(params['PreAuditInfo'])
|
651
663
|
end
|
652
664
|
@AutoRenewFlag = params['AutoRenewFlag']
|
665
|
+
@HostingStatus = params['HostingStatus']
|
666
|
+
@HostingCompleteTime = params['HostingCompleteTime']
|
667
|
+
@HostingRenewCertId = params['HostingRenewCertId']
|
653
668
|
end
|
654
669
|
end
|
655
670
|
|
@@ -3346,15 +3361,24 @@ module TencentCloud
|
|
3346
3361
|
# @type Filters: Array
|
3347
3362
|
# @param OldCertificateId: 已部署的证书ID
|
3348
3363
|
# @type OldCertificateId: String
|
3364
|
+
# @param Offset: 分页偏移量,从0开始。
|
3365
|
+
# @type Offset: Integer
|
3366
|
+
# @param Limit: 每页数量,默认10。
|
3367
|
+
# @type Limit: Integer
|
3368
|
+
# @param AsyncCache: 是否异步
|
3369
|
+
# @type AsyncCache: Integer
|
3349
3370
|
|
3350
|
-
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId
|
3371
|
+
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId, :Offset, :Limit, :AsyncCache
|
3351
3372
|
|
3352
|
-
def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil, oldcertificateid=nil)
|
3373
|
+
def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil, oldcertificateid=nil, offset=nil, limit=nil, asynccache=nil)
|
3353
3374
|
@CertificateId = certificateid
|
3354
3375
|
@ResourceType = resourcetype
|
3355
3376
|
@IsCache = iscache
|
3356
3377
|
@Filters = filters
|
3357
3378
|
@OldCertificateId = oldcertificateid
|
3379
|
+
@Offset = offset
|
3380
|
+
@Limit = limit
|
3381
|
+
@AsyncCache = asynccache
|
3358
3382
|
end
|
3359
3383
|
|
3360
3384
|
def deserialize(params)
|
@@ -3370,6 +3394,9 @@ module TencentCloud
|
|
3370
3394
|
end
|
3371
3395
|
end
|
3372
3396
|
@OldCertificateId = params['OldCertificateId']
|
3397
|
+
@Offset = params['Offset']
|
3398
|
+
@Limit = params['Limit']
|
3399
|
+
@AsyncCache = params['AsyncCache']
|
3373
3400
|
end
|
3374
3401
|
end
|
3375
3402
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ssl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.658
|
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-09-
|
11
|
+
date: 2023-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|