tencentcloud-sdk-ssl 3.0.630 → 3.0.632

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d88e22bb5cc58f29ea58f55cd42e38d3dcaf9b81
4
- data.tar.gz: 6bef0d0eb3e65f3c747ee6135a931ab40da68b8f
3
+ metadata.gz: 1f91dcfc864eb258e309ab291c2ef616b1f55c80
4
+ data.tar.gz: 11eb6fcb4bfc49d6e35ee15df8cffe72dafa8c85
5
5
  SHA512:
6
- metadata.gz: 5072cd08870694fb5b7c98a9f7008229a95563d2293f5f50f38d182efa9739dfca387a1eb3ddeb36214375fabd2a62e9740a8a12566c1d1d33bf22ed2271103c
7
- data.tar.gz: e6f49b14ea6b371de31cb34819a88eaa521189c193e407755159c43e1bb6f84960e648a70674a7da9b1c35643277d815253addd4b3b47d48e0d562c14af7e017
6
+ metadata.gz: 5c83e0899d233aa9814f317aa8374a04a4f8d7ba86c7c7b5517aba268aaa4b359b98fe09c2011003f9be93707520fb1dd80e3526f8e24a6e428abb0620751e62
7
+ data.tar.gz: 9a51224d8f585ddf8a33844c1cfc888f5b7aedb661e2b8d82fd4907884707ddf7ecfd8cf531eb8d88f36eb7f4c00f85ea35a743a0d30e817ad7dcd9d34fe1e48
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.630
1
+ 3.0.632
@@ -1109,7 +1109,7 @@ module TencentCloud
1109
1109
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1110
1110
  end
1111
1111
 
1112
- # 一键更新旧证书资源
1112
+ # 一键更新旧证书资源,本接口为异步接口, 调用之后DeployRecordId为0表示任务进行中, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常
1113
1113
 
1114
1114
  # @param request: Request instance for UpdateCertificateInstance.
1115
1115
  # @type request: :class:`Tencentcloud::ssl::V20191205::UpdateCertificateInstanceRequest`
@@ -1282,10 +1282,19 @@ module TencentCloud
1282
1282
  # @param Port: 端口
1283
1283
  # 注意:此字段可能返回 null,表示取不到有效值。
1284
1284
  # @type Port: Integer
1285
+ # @param EnvId: TCB环境ID
1286
+ # 注意:此字段可能返回 null,表示取不到有效值。
1287
+ # @type EnvId: String
1288
+ # @param TCBType: 部署的TCB类型
1289
+ # 注意:此字段可能返回 null,表示取不到有效值。
1290
+ # @type TCBType: String
1291
+ # @param Region: 部署的TCB地域
1292
+ # 注意:此字段可能返回 null,表示取不到有效值。
1293
+ # @type Region: String
1285
1294
 
1286
- attr_accessor :Id, :CertId, :OldCertId, :InstanceId, :InstanceName, :ListenerId, :Domains, :Protocol, :Status, :ErrorMsg, :CreateTime, :UpdateTime, :ListenerName, :SniSwitch, :Bucket, :Namespace, :SecretName, :Port
1295
+ attr_accessor :Id, :CertId, :OldCertId, :InstanceId, :InstanceName, :ListenerId, :Domains, :Protocol, :Status, :ErrorMsg, :CreateTime, :UpdateTime, :ListenerName, :SniSwitch, :Bucket, :Namespace, :SecretName, :Port, :EnvId, :TCBType, :Region
1287
1296
 
1288
- def initialize(id=nil, certid=nil, oldcertid=nil, instanceid=nil, instancename=nil, listenerid=nil, domains=nil, protocol=nil, status=nil, errormsg=nil, createtime=nil, updatetime=nil, listenername=nil, sniswitch=nil, bucket=nil, namespace=nil, secretname=nil, port=nil)
1297
+ def initialize(id=nil, certid=nil, oldcertid=nil, instanceid=nil, instancename=nil, listenerid=nil, domains=nil, protocol=nil, status=nil, errormsg=nil, createtime=nil, updatetime=nil, listenername=nil, sniswitch=nil, bucket=nil, namespace=nil, secretname=nil, port=nil, envid=nil, tcbtype=nil, region=nil)
1289
1298
  @Id = id
1290
1299
  @CertId = certid
1291
1300
  @OldCertId = oldcertid
@@ -1304,6 +1313,9 @@ module TencentCloud
1304
1313
  @Namespace = namespace
1305
1314
  @SecretName = secretname
1306
1315
  @Port = port
1316
+ @EnvId = envid
1317
+ @TCBType = tcbtype
1318
+ @Region = region
1307
1319
  end
1308
1320
 
1309
1321
  def deserialize(params)
@@ -1325,6 +1337,9 @@ module TencentCloud
1325
1337
  @Namespace = params['Namespace']
1326
1338
  @SecretName = params['SecretName']
1327
1339
  @Port = params['Port']
1340
+ @EnvId = params['EnvId']
1341
+ @TCBType = params['TCBType']
1342
+ @Region = params['Region']
1328
1343
  end
1329
1344
  end
1330
1345
 
@@ -1992,10 +2007,12 @@ module TencentCloud
1992
2007
  # @type IsSM: Integer
1993
2008
  # @param FilterExpiring: 筛选证书是否即将过期,传1是筛选,0不筛选
1994
2009
  # @type FilterExpiring: Integer
2010
+ # @param Hostable: 是否可托管,可选值:1 = 可托管,0 = 不可托管。
2011
+ # @type Hostable: Integer
1995
2012
 
1996
- attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource, :IsSM, :FilterExpiring
2013
+ attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource, :IsSM, :FilterExpiring, :Hostable
1997
2014
 
1998
- def initialize(offset=nil, limit=nil, searchkey=nil, certificatetype=nil, projectid=nil, expirationsort=nil, certificatestatus=nil, deployable=nil, upload=nil, renew=nil, filtersource=nil, issm=nil, filterexpiring=nil)
2015
+ def initialize(offset=nil, limit=nil, searchkey=nil, certificatetype=nil, projectid=nil, expirationsort=nil, certificatestatus=nil, deployable=nil, upload=nil, renew=nil, filtersource=nil, issm=nil, filterexpiring=nil, hostable=nil)
1999
2016
  @Offset = offset
2000
2017
  @Limit = limit
2001
2018
  @SearchKey = searchkey
@@ -2009,6 +2026,7 @@ module TencentCloud
2009
2026
  @FilterSource = filtersource
2010
2027
  @IsSM = issm
2011
2028
  @FilterExpiring = filterexpiring
2029
+ @Hostable = hostable
2012
2030
  end
2013
2031
 
2014
2032
  def deserialize(params)
@@ -2025,6 +2043,7 @@ module TencentCloud
2025
2043
  @FilterSource = params['FilterSource']
2026
2044
  @IsSM = params['IsSM']
2027
2045
  @FilterExpiring = params['FilterExpiring']
2046
+ @Hostable = params['Hostable']
2028
2047
  end
2029
2048
  end
2030
2049
 
@@ -2580,7 +2599,7 @@ module TencentCloud
2580
2599
 
2581
2600
  # DescribeHostDeployRecordDetail请求参数结构体
2582
2601
  class DescribeHostDeployRecordDetailRequest < TencentCloud::Common::AbstractModel
2583
- # @param DeployRecordId: 待部署的证书ID
2602
+ # @param DeployRecordId: 部署记录ID
2584
2603
  # @type DeployRecordId: String
2585
2604
  # @param Offset: 分页偏移量,从0开始。
2586
2605
  # @type Offset: Integer
@@ -3014,7 +3033,7 @@ module TencentCloud
3014
3033
 
3015
3034
  # DescribeHostUpdateRecordDetail请求参数结构体
3016
3035
  class DescribeHostUpdateRecordDetailRequest < TencentCloud::Common::AbstractModel
3017
- # @param DeployRecordId: 待部署的证书ID
3036
+ # @param DeployRecordId: 一键更新记录ID
3018
3037
  # @type DeployRecordId: String
3019
3038
  # @param Limit: 每页数量,默认10。
3020
3039
  # @type Limit: String
@@ -4911,7 +4930,7 @@ module TencentCloud
4911
4930
  # @type CertificateId: String
4912
4931
  # @param OldCertificateId: 一键更新原证书ID
4913
4932
  # @type OldCertificateId: String
4914
- # @param ResourceTypes: 需要部署的资源类型
4933
+ # @param ResourceTypes: 需要部署的资源类型,参数值可选:clb、cdn、waf、live、ddos、teo、apigateway、vod、tke、tcb
4915
4934
  # @type ResourceTypes: Array
4916
4935
  # @param Regions: 需要部署的地域列表(废弃)
4917
4936
  # @type Regions: Array
@@ -4919,6 +4938,9 @@ module TencentCloud
4919
4938
  # @type ResourceTypesRegions: Array
4920
4939
 
4921
4940
  attr_accessor :CertificateId, :OldCertificateId, :ResourceTypes, :Regions, :ResourceTypesRegions
4941
+ extend Gem::Deprecate
4942
+ deprecate :Regions, :none, 2023, 8
4943
+ deprecate :Regions=, :none, 2023, 8
4922
4944
 
4923
4945
  def initialize(certificateid=nil, oldcertificateid=nil, resourcetypes=nil, regions=nil, resourcetypesregions=nil)
4924
4946
  @CertificateId = certificateid
@@ -5096,10 +5118,16 @@ module TencentCloud
5096
5118
  # @param SecretName: secret名称(TKE专用)
5097
5119
  # 注意:此字段可能返回 null,表示取不到有效值。
5098
5120
  # @type SecretName: String
5121
+ # @param EnvId: 环境ID
5122
+ # 注意:此字段可能返回 null,表示取不到有效值。
5123
+ # @type EnvId: String
5124
+ # @param TCBType: TCB部署类型
5125
+ # 注意:此字段可能返回 null,表示取不到有效值。
5126
+ # @type TCBType: String
5099
5127
 
5100
- attr_accessor :Id, :CertId, :OldCertId, :Domains, :ResourceType, :Region, :Status, :ErrorMsg, :CreateTime, :UpdateTime, :InstanceId, :InstanceName, :ListenerId, :ListenerName, :Protocol, :SniSwitch, :Bucket, :Port, :Namespace, :SecretName
5128
+ attr_accessor :Id, :CertId, :OldCertId, :Domains, :ResourceType, :Region, :Status, :ErrorMsg, :CreateTime, :UpdateTime, :InstanceId, :InstanceName, :ListenerId, :ListenerName, :Protocol, :SniSwitch, :Bucket, :Port, :Namespace, :SecretName, :EnvId, :TCBType
5101
5129
 
5102
- def initialize(id=nil, certid=nil, oldcertid=nil, domains=nil, resourcetype=nil, region=nil, status=nil, errormsg=nil, createtime=nil, updatetime=nil, instanceid=nil, instancename=nil, listenerid=nil, listenername=nil, protocol=nil, sniswitch=nil, bucket=nil, port=nil, namespace=nil, secretname=nil)
5130
+ def initialize(id=nil, certid=nil, oldcertid=nil, domains=nil, resourcetype=nil, region=nil, status=nil, errormsg=nil, createtime=nil, updatetime=nil, instanceid=nil, instancename=nil, listenerid=nil, listenername=nil, protocol=nil, sniswitch=nil, bucket=nil, port=nil, namespace=nil, secretname=nil, envid=nil, tcbtype=nil)
5103
5131
  @Id = id
5104
5132
  @CertId = certid
5105
5133
  @OldCertId = oldcertid
@@ -5120,6 +5148,8 @@ module TencentCloud
5120
5148
  @Port = port
5121
5149
  @Namespace = namespace
5122
5150
  @SecretName = secretname
5151
+ @EnvId = envid
5152
+ @TCBType = tcbtype
5123
5153
  end
5124
5154
 
5125
5155
  def deserialize(params)
@@ -5143,6 +5173,8 @@ module TencentCloud
5143
5173
  @Port = params['Port']
5144
5174
  @Namespace = params['Namespace']
5145
5175
  @SecretName = params['SecretName']
5176
+ @EnvId = params['EnvId']
5177
+ @TCBType = params['TCBType']
5146
5178
  end
5147
5179
  end
5148
5180
 
@@ -5236,18 +5268,21 @@ module TencentCloud
5236
5268
  # @type ProjectId: Integer
5237
5269
  # @param CertificateUse: 证书用途/证书来源。“CLB,CDN,WAF,LIVE,DDOS”
5238
5270
  # @type CertificateUse: String
5271
+ # @param Tags: 标签列表
5272
+ # @type Tags: Array
5239
5273
  # @param Repeatable: 相同的证书是否允许重复上传
5240
5274
  # @type Repeatable: Boolean
5241
5275
 
5242
- attr_accessor :CertificatePublicKey, :CertificatePrivateKey, :CertificateType, :Alias, :ProjectId, :CertificateUse, :Repeatable
5276
+ attr_accessor :CertificatePublicKey, :CertificatePrivateKey, :CertificateType, :Alias, :ProjectId, :CertificateUse, :Tags, :Repeatable
5243
5277
 
5244
- def initialize(certificatepublickey=nil, certificateprivatekey=nil, certificatetype=nil, _alias=nil, projectid=nil, certificateuse=nil, repeatable=nil)
5278
+ def initialize(certificatepublickey=nil, certificateprivatekey=nil, certificatetype=nil, _alias=nil, projectid=nil, certificateuse=nil, tags=nil, repeatable=nil)
5245
5279
  @CertificatePublicKey = certificatepublickey
5246
5280
  @CertificatePrivateKey = certificateprivatekey
5247
5281
  @CertificateType = certificatetype
5248
5282
  @Alias = _alias
5249
5283
  @ProjectId = projectid
5250
5284
  @CertificateUse = certificateuse
5285
+ @Tags = tags
5251
5286
  @Repeatable = repeatable
5252
5287
  end
5253
5288
 
@@ -5258,6 +5293,14 @@ module TencentCloud
5258
5293
  @Alias = params['Alias']
5259
5294
  @ProjectId = params['ProjectId']
5260
5295
  @CertificateUse = params['CertificateUse']
5296
+ unless params['Tags'].nil?
5297
+ @Tags = []
5298
+ params['Tags'].each do |i|
5299
+ tags_tmp = Tags.new
5300
+ tags_tmp.deserialize(i)
5301
+ @Tags << tags_tmp
5302
+ end
5303
+ end
5261
5304
  @Repeatable = params['Repeatable']
5262
5305
  end
5263
5306
  end
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.630
4
+ version: 3.0.632
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-08-07 00:00:00.000000000 Z
11
+ date: 2023-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common