tencentcloud-sdk-ssl 3.0.655 → 3.0.657

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191205/models.rb +31 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 209c090f43342e1886c7b61ca35579078c1e2f21
4
- data.tar.gz: bcec2536d5858592e2357357409dd1ed5d965d4c
3
+ metadata.gz: b579aed332acc3ea4b79b0f3fcc4caa5ac0fd35d
4
+ data.tar.gz: 32e5650898e239d7c381704e516c0882bc68179a
5
5
  SHA512:
6
- metadata.gz: f40bf62fdc651208ec46a6a1e60630f65b35219cb4f6a139eb7332e7fb8004c43be9cba0a526e3f4cb68fa0f000fbdd5beb51c6dad46a3970b5a7035bee7b311
7
- data.tar.gz: 40536ee273d1497aff3a465d6d47a59fa4fdbbebd71554a2f6c61752686b69e99cf93b161013ea188f0e8c824c64677ee8b7e0fa21526228a46a13947e81a158
6
+ metadata.gz: c761d0fd2599fe7590f612876c5b3884fd3a741c136b2320172b520cc4030202400570fa60cd9342c57661ac02f507d6def351543d37e337f505071615f5b06b
7
+ data.tar.gz: 53792f5016dc7c9a4d66c5742058ef65f246cec49323ae8df8f696f1133e1a353e460f14d6fe5e41bc894f47dab0c2a9209b15d087517ce607cde55500aad822
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.655
1
+ 3.0.657
@@ -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.655
4
+ version: 3.0.657
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-08 00:00:00.000000000 Z
11
+ date: 2023-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common