tencentcloud-sdk-vod 3.0.715 → 3.0.716
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/v20180717/models.rb +20 -1
- 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: 7e31fb0383508f9b9c05dc02f8b1427b7b1e8afa
|
|
4
|
+
data.tar.gz: 545a55106288cb9263d6bb989f99ccc0558d83e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a445b87cb9d6fddd831bd0d7314167fad95c44d6a111b7e9116b9ef85a2e14346e3ee2751f3cdc168d9fd2fc934fec8761877a7f60b5f8460443e99288f6d5c2
|
|
7
|
+
data.tar.gz: 88f6828bd807caf12fdecbaa43d062c2a63b33ef0cb74db32ac2e91752d1e07c7b7e2b05c750e75b816ae866aa132dbaef24107329c565227b641cf1361abb9a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.716
|
data/lib/v20180717/models.rb
CHANGED
|
@@ -24366,12 +24366,31 @@ module TencentCloud
|
|
|
24366
24366
|
|
|
24367
24367
|
# SetVodDomainCertificate请求参数结构体
|
|
24368
24368
|
class SetVodDomainCertificateRequest < TencentCloud::Common::AbstractModel
|
|
24369
|
+
# @param Domain: 域名。
|
|
24370
|
+
# @type Domain: String
|
|
24371
|
+
# @param Operation: 本次接口调用的操作类型,可选值:
|
|
24372
|
+
# <li>Set:设置域名的 HTTPS 所需证书;</li>
|
|
24373
|
+
# <li>Clear: 清空域名 HTTPS 配置,清空后该域名无法支持 HTTPS 访问。</li>
|
|
24374
|
+
# @type Operation: String
|
|
24375
|
+
# @param SubAppId: <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
|
|
24376
|
+
# @type SubAppId: Integer
|
|
24377
|
+
# @param CertID: [腾讯云SSL](/document/product/400/7572) 上传的证书 ID。清空域名 HTTPS 配置时无需填写该字段。
|
|
24378
|
+
# @type CertID: String
|
|
24369
24379
|
|
|
24380
|
+
attr_accessor :Domain, :Operation, :SubAppId, :CertID
|
|
24370
24381
|
|
|
24371
|
-
def initialize()
|
|
24382
|
+
def initialize(domain=nil, operation=nil, subappid=nil, certid=nil)
|
|
24383
|
+
@Domain = domain
|
|
24384
|
+
@Operation = operation
|
|
24385
|
+
@SubAppId = subappid
|
|
24386
|
+
@CertID = certid
|
|
24372
24387
|
end
|
|
24373
24388
|
|
|
24374
24389
|
def deserialize(params)
|
|
24390
|
+
@Domain = params['Domain']
|
|
24391
|
+
@Operation = params['Operation']
|
|
24392
|
+
@SubAppId = params['SubAppId']
|
|
24393
|
+
@CertID = params['CertID']
|
|
24375
24394
|
end
|
|
24376
24395
|
end
|
|
24377
24396
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-vod
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.716
|
|
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-11-
|
|
11
|
+
date: 2023-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|