tencentcloud-sdk-vod 3.0.445 → 3.0.446
Sign up to get free protection for your applications and to get access to all the features.
- 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: 3284591e39718d2a5b923c13ff12872f41c4170d
|
4
|
+
data.tar.gz: ef8a7b3fd62ac1fa688eb66a6493d0baa18a51ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6547221b5f5972481a16b0712b3347c0d45a4607304e3e7cbc0a4d5e231aa392f547bf21e95ab73901eeea941a2ce39375e4a0e9e467c9b6e47bc600cd48387
|
7
|
+
data.tar.gz: 603db45a08ddd80838a180cbd25335240cf0ee9907ded9f3a3ccf176496f7bf12ee5a350acbbdc957d3a4bb058040abde051fbc8efeda6f3184466b53f6ca92f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.446
|
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.446
|
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-07 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.
|