tencentcloud-sdk-ssl 3.0.977 → 3.0.978

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: 736d345dbedd6e96cbaf53fba3a5ff38598cd311
4
- data.tar.gz: 47cff3f9342851ba84d9fc500895fda4492ac7b4
3
+ metadata.gz: 288419f6d8ce484e1ab2eb3aad5c4d5aa01b7837
4
+ data.tar.gz: b1c3afcfac402c75c54fdd914e1c921a1fe3ce9b
5
5
  SHA512:
6
- metadata.gz: 012b6faaf28f67be76a01555c9fdbb5dfae960abe0ca4afdbd52d85597867d91d6bdebb33a0668715f534f3148239f93396991fe5a9225644b21a411d475d12b
7
- data.tar.gz: 666e06c2b9bfe174a2bff111f4fbc531a5b916744cb4ebaff836ad9827135faffe50440795565c7ab32665ed5bcd8ec58eed8d4b2029f10327452bbcd313d222
6
+ metadata.gz: ae0f90de10a7757a69a40d4d45edee814ed654f374e8eac43012b26bf54fb0d1b7a59d9c8e7528c5a7e0ad129ca75dfed86fd3d78d55623a9fc436a1ce6f8514
7
+ data.tar.gz: c7da72740b6faa7a94a8b90908723f18d2a7c8e8876d8d38519251d3cab8c3f2e369da682b276561ea15fb63d4eab9facee8aae9c52e9814e737b730637222ba
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.977
1
+ 3.0.978
@@ -341,7 +341,14 @@ module TencentCloud
341
341
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
342
342
  end
343
343
 
344
- # 证书部署到云资源实例列表
344
+ # 证书部署到云资源实例列表,本接口只会创建部署任务, 部署任务结果可通过DescribeHostDeployRecordDetail查询。本接口创建部署任务时,会校验证书和部署实例的匹配关系,存在不匹配的则会创建部署任务失败。以下为匹配关系校验规则:
345
+ # - 若待部署的证书和传入实例域名的当前绑定的证书一致, 则不会创建成功
346
+ # - 若待部署的证书和传入域名不匹配, 则不会创建成功
347
+ # - 若部署clb实例时, 7层监听器下无规则,则不会创建成功
348
+ # - 若部署clb实例时, 7层监听器未开启SNI,该监听器下存在任一域名和证书不匹配, 则不会创建成功
349
+ # - 若部署clb实例是,监听器规则为正则表示式, 则不会创建成功
350
+
351
+ # <dx-alert infotype="explain" title="">一个证书ID,相同的资源类型,只能创建一个部署任务,必须等部署任务执行完成,才能创建新的部署任务</dx-alert>
345
352
 
346
353
  # @param request: Request instance for DeployCertificateInstance.
347
354
  # @type request: :class:`Tencentcloud::ssl::V20191205::DeployCertificateInstanceRequest`
@@ -1777,9 +1777,36 @@ module TencentCloud
1777
1777
  class DeployCertificateInstanceRequest < TencentCloud::Common::AbstractModel
1778
1778
  # @param CertificateId: 待部署的证书ID
1779
1779
  # @type CertificateId: String
1780
- # @param InstanceIdList: 需要部署实例列表
1780
+ # @param InstanceIdList: 证书部署的实例列表,不同云资源类型如下
1781
+ # - clb:若监听器开启了SNI,则需要指定到域名LoadBalancerId|ListenerId|Domain,例:["lb-bid2fs4g|lbl-a8af11gs|tencent.com"],若监听器未开启SNI或者为四层监听器,则指定到监听器,例:["lb-bid2fs4g|lbl-1c6rp5eo"]
1782
+ # - cdn:Domain|计费开关,例:["cdn2.tencent.com|off", "cdn.tencent.com|on"]
1783
+ # - ddos:InsId|Domain|VirtualPort,例:["bgpip-000001ms|tencent.com|443"]
1784
+ # - live:Domain,例:["live1.tencent.com", "live2.tencent.com"]
1785
+ # - vod:Domain, 例:["vod1.tencent.com", "vod2.tencent.com"]
1786
+ # - waf:Domain, 例:["waf1.tencent.com", "waf2.tencent.com"]
1787
+ # - apigateway:ServiceId|Domain, 例:["service-8sk7cqmd|apigw1.tencent.com", "service-8sk7cqmd|apigw2.ninghhuang.online"]
1788
+ # - teo:Domain, 例:["edgeone1.tencent.com", "edgeone2.tencent.com"]
1789
+ # - tke:ClusterId|NameSpace|SecretName, 例:["cls-42sa0ae0|default|test-tencent"]
1790
+ # - cos:Region#Bucket#Domain, 例:["ap-hongkong#ssl-server-1251810746#tencent.com"]
1791
+ # - lighthouse:Region|InstanceId|Domain, 例:["ap-shanghai|lhins-nh7lql34|tencent.com"]
1792
+ # - tse:GatewayId|CertificateId, 例:["gateway-s1da9151|fa61bc05-cc54-4eea-c932-24de52577372"]
1793
+ # - tcb:Type|Region|EnvId|Domain, 例:["AccessService|ap-shanghai|ceshi-4s5h0ymg11c839c7|tencent.com"]
1781
1794
  # @type InstanceIdList: Array
1782
- # @param ResourceType: 部署的云资源类型,如clb,cos
1795
+ # @param ResourceType: 证书部署云资源支持的云资源类型:
1796
+ # - clb
1797
+ # - cdn
1798
+ # - ddos
1799
+ # - live
1800
+ # - vod
1801
+ # - waf
1802
+ # - apigateway
1803
+ # - teo
1804
+ # - tke
1805
+ # - cos
1806
+ # - lighthouse
1807
+ # - tse
1808
+ # - tcb
1809
+ # <dx-alert infotype="explain" title="">当云资源类型传入clb、waf、apigateway、cos、lighthouse、tke、tse、tcb 时,公共参数Region必传。</dx-alert>
1783
1810
  # @type ResourceType: String
1784
1811
  # @param Status: 部署云资源状态:
1785
1812
  # 云直播:
@@ -1787,7 +1814,7 @@ module TencentCloud
1787
1814
  # 1: 域名https已开启。
1788
1815
  # 0: 域名https已关闭。
1789
1816
  # @type Status: Integer
1790
- # @param IsCache: 是否查询缓存,1:是; 0:否, 默认为查询缓存,缓存半小时
1817
+ # @param IsCache: 是否查询缓存,1:是; 0:否, 默认为查询缓存,默认缓存半小时
1791
1818
  # @type IsCache: Integer
1792
1819
 
1793
1820
  attr_accessor :CertificateId, :InstanceIdList, :ResourceType, :Status, :IsCache
@@ -1814,7 +1841,7 @@ module TencentCloud
1814
1841
  # @param DeployRecordId: 云资源部署任务ID
1815
1842
  # 注意:此字段可能返回 null,表示取不到有效值。
1816
1843
  # @type DeployRecordId: Integer
1817
- # @param DeployStatus: 部署状态,1表示部署成功,0表示部署失败
1844
+ # @param DeployStatus: 部署任务创建状态;1表示创建成功; 0表示当前存在部署中的任务,未创建新的部署任务;返回值DeployRecordId为部署中的任务ID
1818
1845
  # @type DeployStatus: Integer
1819
1846
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1820
1847
  # @type RequestId: String
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.977
4
+ version: 3.0.978
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-07 00:00:00.000000000 Z
11
+ date: 2025-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common