tencentcloud-sdk-vod 3.0.445 → 3.0.447
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 +11 -5
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26ba39745b1a7d188616684ffa4b420ff7011b84
|
4
|
+
data.tar.gz: e842fc1c41bcc173ad0c6617460056be2cdfec3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2a925e563083a87c9c27c960a9f7470435267410e7e49c19978b59dc10a05e26859610bf3c6d2a72e73a2c40757190d52bbe141c12d211e76531fd8fe7b4fad
|
7
|
+
data.tar.gz: f206f72d9abc91a31461eca2406556070e66d2840d2f28f6f4069a09472abfe3c1e86783a1f66f22c71e959c0a3ece261d4051f22e67fd23c633ad5134b240f8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.447
|
data/lib/v20180717/models.rb
CHANGED
@@ -19809,24 +19809,29 @@ module TencentCloud
|
|
19809
19809
|
|
19810
19810
|
# 存储地域信息
|
19811
19811
|
class StorageRegionInfo < TencentCloud::Common::AbstractModel
|
19812
|
-
# @param Region:
|
19812
|
+
# @param Region: 存储地域。
|
19813
19813
|
# @type Region: String
|
19814
|
-
# @param Description:
|
19814
|
+
# @param Description: 存储地域描述信息。
|
19815
19815
|
# @type Description: String
|
19816
19816
|
# @param Status: 状态,是否开通,取值有:
|
19817
19817
|
# <li>opened:已经开通。</li>
|
19818
19818
|
# <li>unopened:未开通。</li>
|
19819
19819
|
# @type Status: String
|
19820
|
-
# @param IsDefault: 是否默认的存储地域,true:是;false
|
19820
|
+
# @param IsDefault: 是否默认的存储地域,true:是;false:否。
|
19821
19821
|
# @type IsDefault: Boolean
|
19822
|
+
# @param Area: 存储区域,取值有:
|
19823
|
+
# <li>Chinese Mainland:中国境内(不包含港澳台)。</li>
|
19824
|
+
# <li>Outside Chinese Mainland:中国境外。</li>
|
19825
|
+
# @type Area: String
|
19822
19826
|
|
19823
|
-
attr_accessor :Region, :Description, :Status, :IsDefault
|
19827
|
+
attr_accessor :Region, :Description, :Status, :IsDefault, :Area
|
19824
19828
|
|
19825
|
-
def initialize(region=nil, description=nil, status=nil, isdefault=nil)
|
19829
|
+
def initialize(region=nil, description=nil, status=nil, isdefault=nil, area=nil)
|
19826
19830
|
@Region = region
|
19827
19831
|
@Description = description
|
19828
19832
|
@Status = status
|
19829
19833
|
@IsDefault = isdefault
|
19834
|
+
@Area = area
|
19830
19835
|
end
|
19831
19836
|
|
19832
19837
|
def deserialize(params)
|
@@ -19834,6 +19839,7 @@ module TencentCloud
|
|
19834
19839
|
@Description = params['Description']
|
19835
19840
|
@Status = params['Status']
|
19836
19841
|
@IsDefault = params['IsDefault']
|
19842
|
+
@Area = params['Area']
|
19837
19843
|
end
|
19838
19844
|
end
|
19839
19845
|
|
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.447
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '3.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '3.0'
|
27
27
|
description: Tencent Cloud Ruby SDK is the official software development kit, which
|
28
28
|
allows Ruby developers to write software that makes use of Tencent Cloud service
|
29
29
|
VOD.
|