tencentcloud-sdk-ssl 3.0.807 → 3.0.808
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 +22 -6
- 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: 703d56ffc91afc9f1e7ef4c25d6c4b21b801a2cc
|
4
|
+
data.tar.gz: d21422f333c1d543ee4c390e7d9298a67960940b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a14d01e4ddce209ca173fafa8f6efd83125c5c31bed231e0ddcdd6d1d877949798d34e76e4a353aba4ac1b94e27d069b943651a286752ca2c65ddf7466d822e2
|
7
|
+
data.tar.gz: 3734a0eca156e8c95866665b7360fc6dc15327ce5444c76c1c83816ddbe309f0f3ac6ce85e8a0da5decca15ebafcf7fb8fb5cd8ab34855d33ab8930077eb1836
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.808
|
data/lib/v20191205/models.rb
CHANGED
@@ -3134,25 +3134,36 @@ module TencentCloud
|
|
3134
3134
|
class DescribeHostCosInstanceListRequest < TencentCloud::Common::AbstractModel
|
3135
3135
|
# @param CertificateId: 待部署的证书ID
|
3136
3136
|
# @type CertificateId: String
|
3137
|
-
# @param ResourceType: 部署资源类型 cos
|
3138
|
-
# @type ResourceType: String
|
3139
3137
|
# @param IsCache: 是否查询缓存,1:是; 0:否, 默认为查询缓存,缓存半小时
|
3140
3138
|
# @type IsCache: Integer
|
3141
3139
|
# @param Filters: 过滤参数列表
|
3142
3140
|
# @type Filters: Array
|
3141
|
+
# @param ResourceType: 部署资源类型 cos
|
3142
|
+
# @type ResourceType: String
|
3143
|
+
# @param OldCertificateId: 原证书ID
|
3144
|
+
# @type OldCertificateId: String
|
3145
|
+
# @param Offset: 分页偏移量,从0开始。
|
3146
|
+
# @type Offset: Integer
|
3147
|
+
# @param Limit: 每页数量,默认10。
|
3148
|
+
# @type Limit: Integer
|
3149
|
+
# @param AsyncCache: 是否异步
|
3150
|
+
# @type AsyncCache: Integer
|
3143
3151
|
|
3144
|
-
attr_accessor :CertificateId, :ResourceType, :
|
3152
|
+
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId, :Offset, :Limit, :AsyncCache
|
3145
3153
|
|
3146
|
-
def initialize(certificateid=nil, resourcetype=nil,
|
3154
|
+
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil, offset=nil, limit=nil, asynccache=nil)
|
3147
3155
|
@CertificateId = certificateid
|
3148
|
-
@ResourceType = resourcetype
|
3149
3156
|
@IsCache = iscache
|
3150
3157
|
@Filters = filters
|
3158
|
+
@ResourceType = resourcetype
|
3159
|
+
@OldCertificateId = oldcertificateid
|
3160
|
+
@Offset = offset
|
3161
|
+
@Limit = limit
|
3162
|
+
@AsyncCache = asynccache
|
3151
3163
|
end
|
3152
3164
|
|
3153
3165
|
def deserialize(params)
|
3154
3166
|
@CertificateId = params['CertificateId']
|
3155
|
-
@ResourceType = params['ResourceType']
|
3156
3167
|
@IsCache = params['IsCache']
|
3157
3168
|
unless params['Filters'].nil?
|
3158
3169
|
@Filters = []
|
@@ -3162,6 +3173,11 @@ module TencentCloud
|
|
3162
3173
|
@Filters << filter_tmp
|
3163
3174
|
end
|
3164
3175
|
end
|
3176
|
+
@ResourceType = params['ResourceType']
|
3177
|
+
@OldCertificateId = params['OldCertificateId']
|
3178
|
+
@Offset = params['Offset']
|
3179
|
+
@Limit = params['Limit']
|
3180
|
+
@AsyncCache = params['AsyncCache']
|
3165
3181
|
end
|
3166
3182
|
end
|
3167
3183
|
|
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.808
|
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-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|