tencentcloud-sdk-ssl 3.0.798 → 3.0.799
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/v20191205/models.rb +8 -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: 78a011941457e0a4cc0d33a14ba8ebfcd4119d9a
|
|
4
|
+
data.tar.gz: 73a835158af084f7fe45656b78acc3c325243c41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a65599041cb86dddebebc0867ff6b6c18f887bcf6bebace90ce079ba4dc938f7d116831c907db4d2c2e3e67934c58a6be53b6f5213d8b2d865928670ee2768e
|
|
7
|
+
data.tar.gz: c8011d3782f044abd2b1274e57b49542692b6c5d67c8300e8e034fd63f36b5d70e89fc39b9b479e0a88316b0b078a1529cf6d00eb1abab9232922266db2fa9ba
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.799
|
data/lib/v20191205/models.rb
CHANGED
|
@@ -1470,14 +1470,17 @@ module TencentCloud
|
|
|
1470
1470
|
# 1: 域名https已开启。
|
|
1471
1471
|
# 0: 域名https已关闭。
|
|
1472
1472
|
# @type Status: Integer
|
|
1473
|
+
# @param IsCache: 是否查询缓存,1:是; 0:否, 默认为查询缓存,缓存半小时
|
|
1474
|
+
# @type IsCache: Integer
|
|
1473
1475
|
|
|
1474
|
-
attr_accessor :CertificateId, :InstanceIdList, :ResourceType, :Status
|
|
1476
|
+
attr_accessor :CertificateId, :InstanceIdList, :ResourceType, :Status, :IsCache
|
|
1475
1477
|
|
|
1476
|
-
def initialize(certificateid=nil, instanceidlist=nil, resourcetype=nil, status=nil)
|
|
1478
|
+
def initialize(certificateid=nil, instanceidlist=nil, resourcetype=nil, status=nil, iscache=nil)
|
|
1477
1479
|
@CertificateId = certificateid
|
|
1478
1480
|
@InstanceIdList = instanceidlist
|
|
1479
1481
|
@ResourceType = resourcetype
|
|
1480
1482
|
@Status = status
|
|
1483
|
+
@IsCache = iscache
|
|
1481
1484
|
end
|
|
1482
1485
|
|
|
1483
1486
|
def deserialize(params)
|
|
@@ -1485,6 +1488,7 @@ module TencentCloud
|
|
|
1485
1488
|
@InstanceIdList = params['InstanceIdList']
|
|
1486
1489
|
@ResourceType = params['ResourceType']
|
|
1487
1490
|
@Status = params['Status']
|
|
1491
|
+
@IsCache = params['IsCache']
|
|
1488
1492
|
end
|
|
1489
1493
|
end
|
|
1490
1494
|
|
|
@@ -6119,8 +6123,8 @@ module TencentCloud
|
|
|
6119
6123
|
|
|
6120
6124
|
attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
|
|
6121
6125
|
extend Gem::Deprecate
|
|
6122
|
-
deprecate :Regions, :none, 2024,
|
|
6123
|
-
deprecate :Regions=, :none, 2024,
|
|
6126
|
+
deprecate :Regions, :none, 2024, 4
|
|
6127
|
+
deprecate :Regions=, :none, 2024, 4
|
|
6124
6128
|
|
|
6125
6129
|
def initialize(oldcertificateid=nil, resourcetypes=nil, certificateid=nil, regions=nil, resourcetypesregions=nil, certificatepublickey=nil, certificateprivatekey=nil, expiringnotificationswitch=nil, repeatable=nil, allowdownload=nil, tags=nil, projectid=nil)
|
|
6126
6130
|
@OldCertificateId = oldcertificateid
|
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.799
|
|
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-04-
|
|
11
|
+
date: 2024-04-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|