tencentcloud-sdk-sslpod 3.0.590 → 3.0.591
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/v20190605/models.rb +28 -28
- 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: a3c34e29530835c26ea363ea6a50ff56885ef828
|
|
4
|
+
data.tar.gz: 57b959be08396b996d30c13bc69c505f7be80343
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea304932c5bdda51e6cba0c68a34b312b85c1d79a1997a72212191763f4b142ba123535dc8e4436fdc24c64e9b4b069f32b3baa59d23aeff4dfdec6458e91598
|
|
7
|
+
data.tar.gz: c7d4db053d25d71e091aecb1d5e6d1c7bca4b8b46315ae16c604f7507be2f7d4ea35a34990c1ef2a5e405d3faf8ff2f06dc209c7d936b47e74caa159a50ffe58
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20190605/models.rb
CHANGED
|
@@ -44,7 +44,7 @@ module TencentCloud
|
|
|
44
44
|
# @type CertType: String
|
|
45
45
|
|
|
46
46
|
attr_accessor :Hash, :CN, :SANs, :KeyAlgo, :Issuer, :BeginTime, :EndTime, :Days, :Brand, :TrustStatus, :CertType
|
|
47
|
-
|
|
47
|
+
|
|
48
48
|
def initialize(hash=nil, cn=nil, sans=nil, keyalgo=nil, issuer=nil, begintime=nil, endtime=nil, days=nil, brand=nil, truststatus=nil, certtype=nil)
|
|
49
49
|
@Hash = hash
|
|
50
50
|
@CN = cn
|
|
@@ -82,7 +82,7 @@ module TencentCloud
|
|
|
82
82
|
# @type Children: Array
|
|
83
83
|
|
|
84
84
|
attr_accessor :Name, :Children
|
|
85
|
-
|
|
85
|
+
|
|
86
86
|
def initialize(name=nil, children=nil)
|
|
87
87
|
@Name = name
|
|
88
88
|
@Children = children
|
|
@@ -109,7 +109,7 @@ module TencentCloud
|
|
|
109
109
|
# @type Value: Integer
|
|
110
110
|
|
|
111
111
|
attr_accessor :Name, :Value
|
|
112
|
-
|
|
112
|
+
|
|
113
113
|
def initialize(name=nil, value=nil)
|
|
114
114
|
@Name = name
|
|
115
115
|
@Value = value
|
|
@@ -137,7 +137,7 @@ module TencentCloud
|
|
|
137
137
|
# @type Tags: String
|
|
138
138
|
|
|
139
139
|
attr_accessor :ServerType, :Domain, :Port, :IP, :Notice, :Tags
|
|
140
|
-
|
|
140
|
+
|
|
141
141
|
def initialize(servertype=nil, domain=nil, port=nil, ip=nil, notice=nil, tags=nil)
|
|
142
142
|
@ServerType = servertype
|
|
143
143
|
@Domain = domain
|
|
@@ -163,7 +163,7 @@ module TencentCloud
|
|
|
163
163
|
# @type RequestId: String
|
|
164
164
|
|
|
165
165
|
attr_accessor :RequestId
|
|
166
|
-
|
|
166
|
+
|
|
167
167
|
def initialize(requestid=nil)
|
|
168
168
|
@RequestId = requestid
|
|
169
169
|
end
|
|
@@ -189,7 +189,7 @@ module TencentCloud
|
|
|
189
189
|
# @type ComplianceHistogram: Array
|
|
190
190
|
|
|
191
191
|
attr_accessor :SecurityLevelPie, :CertBrandsPie, :CertValidTimePie, :CertTypePie, :SSLBugsLoopholeHistogram, :ComplianceHistogram
|
|
192
|
-
|
|
192
|
+
|
|
193
193
|
def initialize(securitylevelpie=nil, certbrandspie=nil, certvalidtimepie=nil, certtypepie=nil, sslbugsloopholehistogram=nil, compliancehistogram=nil)
|
|
194
194
|
@SecurityLevelPie = securitylevelpie
|
|
195
195
|
@CertBrandsPie = certbrandspie
|
|
@@ -257,7 +257,7 @@ module TencentCloud
|
|
|
257
257
|
# @type DomainId: Integer
|
|
258
258
|
|
|
259
259
|
attr_accessor :DomainId
|
|
260
|
-
|
|
260
|
+
|
|
261
261
|
def initialize(domainid=nil)
|
|
262
262
|
@DomainId = domainid
|
|
263
263
|
end
|
|
@@ -273,7 +273,7 @@ module TencentCloud
|
|
|
273
273
|
# @type RequestId: String
|
|
274
274
|
|
|
275
275
|
attr_accessor :RequestId
|
|
276
|
-
|
|
276
|
+
|
|
277
277
|
def initialize(requestid=nil)
|
|
278
278
|
@RequestId = requestid
|
|
279
279
|
end
|
|
@@ -286,7 +286,7 @@ module TencentCloud
|
|
|
286
286
|
# DescribeDashboard请求参数结构体
|
|
287
287
|
class DescribeDashboardRequest < TencentCloud::Common::AbstractModel
|
|
288
288
|
|
|
289
|
-
|
|
289
|
+
|
|
290
290
|
def initialize()
|
|
291
291
|
end
|
|
292
292
|
|
|
@@ -303,7 +303,7 @@ module TencentCloud
|
|
|
303
303
|
# @type RequestId: String
|
|
304
304
|
|
|
305
305
|
attr_accessor :Data, :RequestId
|
|
306
|
-
|
|
306
|
+
|
|
307
307
|
def initialize(data=nil, requestid=nil)
|
|
308
308
|
@Data = data
|
|
309
309
|
@RequestId = requestid
|
|
@@ -324,7 +324,7 @@ module TencentCloud
|
|
|
324
324
|
# @type DomainId: Integer
|
|
325
325
|
|
|
326
326
|
attr_accessor :DomainId
|
|
327
|
-
|
|
327
|
+
|
|
328
328
|
def initialize(domainid=nil)
|
|
329
329
|
@DomainId = domainid
|
|
330
330
|
end
|
|
@@ -342,7 +342,7 @@ module TencentCloud
|
|
|
342
342
|
# @type RequestId: String
|
|
343
343
|
|
|
344
344
|
attr_accessor :Data, :RequestId
|
|
345
|
-
|
|
345
|
+
|
|
346
346
|
def initialize(data=nil, requestid=nil)
|
|
347
347
|
@Data = data
|
|
348
348
|
@RequestId = requestid
|
|
@@ -364,7 +364,7 @@ module TencentCloud
|
|
|
364
364
|
# DescribeDomainTags请求参数结构体
|
|
365
365
|
class DescribeDomainTagsRequest < TencentCloud::Common::AbstractModel
|
|
366
366
|
|
|
367
|
-
|
|
367
|
+
|
|
368
368
|
def initialize()
|
|
369
369
|
end
|
|
370
370
|
|
|
@@ -380,7 +380,7 @@ module TencentCloud
|
|
|
380
380
|
# @type RequestId: String
|
|
381
381
|
|
|
382
382
|
attr_accessor :Data, :RequestId
|
|
383
|
-
|
|
383
|
+
|
|
384
384
|
def initialize(data=nil, requestid=nil)
|
|
385
385
|
@Data = data
|
|
386
386
|
@RequestId = requestid
|
|
@@ -409,7 +409,7 @@ module TencentCloud
|
|
|
409
409
|
# @type AllowMaxAddDomain: Integer
|
|
410
410
|
|
|
411
411
|
attr_accessor :Result, :SearchTotal, :Total, :AllowMonitoringCount, :CurrentMonitoringCount, :AllowMaxAddDomain
|
|
412
|
-
|
|
412
|
+
|
|
413
413
|
def initialize(result=nil, searchtotal=nil, total=nil, allowmonitoringcount=nil, currentmonitoringcount=nil, allowmaxadddomain=nil)
|
|
414
414
|
@Result = result
|
|
415
415
|
@SearchTotal = searchtotal
|
|
@@ -469,7 +469,7 @@ module TencentCloud
|
|
|
469
469
|
# @type Domain: String
|
|
470
470
|
|
|
471
471
|
attr_accessor :Offset, :Limit, :SearchType, :Tag, :Grade, :Brand, :Code, :Hash, :Item, :Status, :Domain
|
|
472
|
-
|
|
472
|
+
|
|
473
473
|
def initialize(offset=nil, limit=nil, searchtype=nil, tag=nil, grade=nil, brand=nil, code=nil, hash=nil, item=nil, status=nil, domain=nil)
|
|
474
474
|
@Offset = offset
|
|
475
475
|
@Limit = limit
|
|
@@ -507,7 +507,7 @@ module TencentCloud
|
|
|
507
507
|
# @type RequestId: String
|
|
508
508
|
|
|
509
509
|
attr_accessor :Data, :RequestId
|
|
510
|
-
|
|
510
|
+
|
|
511
511
|
def initialize(data=nil, requestid=nil)
|
|
512
512
|
@Data = data
|
|
513
513
|
@RequestId = requestid
|
|
@@ -525,7 +525,7 @@ module TencentCloud
|
|
|
525
525
|
# DescribeNoticeInfo请求参数结构体
|
|
526
526
|
class DescribeNoticeInfoRequest < TencentCloud::Common::AbstractModel
|
|
527
527
|
|
|
528
|
-
|
|
528
|
+
|
|
529
529
|
def initialize()
|
|
530
530
|
end
|
|
531
531
|
|
|
@@ -541,7 +541,7 @@ module TencentCloud
|
|
|
541
541
|
# @type RequestId: String
|
|
542
542
|
|
|
543
543
|
attr_accessor :Data, :RequestId
|
|
544
|
-
|
|
544
|
+
|
|
545
545
|
def initialize(data=nil, requestid=nil)
|
|
546
546
|
@Data = data
|
|
547
547
|
@RequestId = requestid
|
|
@@ -621,7 +621,7 @@ module TencentCloud
|
|
|
621
621
|
# @type Port: String
|
|
622
622
|
|
|
623
623
|
attr_accessor :Id, :Domain, :Ip, :AutoIP, :Grade, :Brand, :ServerType, :GradeCode, :Notice, :AccountDomainId, :Tags, :Status, :Port
|
|
624
|
-
|
|
624
|
+
|
|
625
625
|
def initialize(id=nil, domain=nil, ip=nil, autoip=nil, grade=nil, brand=nil, servertype=nil, gradecode=nil, notice=nil, accountdomainid=nil, tags=nil, status=nil, port=nil)
|
|
626
626
|
@Id = id
|
|
627
627
|
@Domain = domain
|
|
@@ -668,7 +668,7 @@ module TencentCloud
|
|
|
668
668
|
# @type Sent: Integer
|
|
669
669
|
|
|
670
670
|
attr_accessor :Type, :Total, :Sent
|
|
671
|
-
|
|
671
|
+
|
|
672
672
|
def initialize(type=nil, total=nil, sent=nil)
|
|
673
673
|
@Type = type
|
|
674
674
|
@Total = total
|
|
@@ -690,7 +690,7 @@ module TencentCloud
|
|
|
690
690
|
# @type Tags: String
|
|
691
691
|
|
|
692
692
|
attr_accessor :AccountDomainId, :Tags
|
|
693
|
-
|
|
693
|
+
|
|
694
694
|
def initialize(accountdomainid=nil, tags=nil)
|
|
695
695
|
@AccountDomainId = accountdomainid
|
|
696
696
|
@Tags = tags
|
|
@@ -708,7 +708,7 @@ module TencentCloud
|
|
|
708
708
|
# @type RequestId: String
|
|
709
709
|
|
|
710
710
|
attr_accessor :RequestId
|
|
711
|
-
|
|
711
|
+
|
|
712
712
|
def initialize(requestid=nil)
|
|
713
713
|
@RequestId = requestid
|
|
714
714
|
end
|
|
@@ -728,7 +728,7 @@ module TencentCloud
|
|
|
728
728
|
# @type LimitInfos: Array
|
|
729
729
|
|
|
730
730
|
attr_accessor :Id, :NoticeType, :LimitInfos
|
|
731
|
-
|
|
731
|
+
|
|
732
732
|
def initialize(id=nil, noticetype=nil, limitinfos=nil)
|
|
733
733
|
@Id = id
|
|
734
734
|
@NoticeType = noticetype
|
|
@@ -755,7 +755,7 @@ module TencentCloud
|
|
|
755
755
|
# @type DomainId: Integer
|
|
756
756
|
|
|
757
757
|
attr_accessor :DomainId
|
|
758
|
-
|
|
758
|
+
|
|
759
759
|
def initialize(domainid=nil)
|
|
760
760
|
@DomainId = domainid
|
|
761
761
|
end
|
|
@@ -771,7 +771,7 @@ module TencentCloud
|
|
|
771
771
|
# @type RequestId: String
|
|
772
772
|
|
|
773
773
|
attr_accessor :RequestId
|
|
774
|
-
|
|
774
|
+
|
|
775
775
|
def initialize(requestid=nil)
|
|
776
776
|
@RequestId = requestid
|
|
777
777
|
end
|
|
@@ -787,7 +787,7 @@ module TencentCloud
|
|
|
787
787
|
# @type Domain: String
|
|
788
788
|
|
|
789
789
|
attr_accessor :Domain
|
|
790
|
-
|
|
790
|
+
|
|
791
791
|
def initialize(domain=nil)
|
|
792
792
|
@Domain = domain
|
|
793
793
|
end
|
|
@@ -805,7 +805,7 @@ module TencentCloud
|
|
|
805
805
|
# @type RequestId: String
|
|
806
806
|
|
|
807
807
|
attr_accessor :Data, :RequestId
|
|
808
|
-
|
|
808
|
+
|
|
809
809
|
def initialize(data=nil, requestid=nil)
|
|
810
810
|
@Data = data
|
|
811
811
|
@RequestId = requestid
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-sslpod
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.591
|
|
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-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|