tencentcloud-sdk-lighthouse 1.0.292 → 1.0.293
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/v20200324/models.rb +12 -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: 6d42032dbf70faca0164d95cdb90ae33d31df594
|
|
4
|
+
data.tar.gz: 7b13989d6e682e7be4efe1b88cf23f90675cc96b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e544e50d4fc2b881ecc33c9065f6b0df9f5935147ed8cbd1d32f60ec645751131c581a6faac5e3a418bd549b8fd9eac5716b1180c302805c1f58ec20c32e4424
|
|
7
|
+
data.tar.gz: 369040e37383f1b8693e9edbd402a22df289eec330b591c86a94f20be5c6ab1c6070fe2a10d749ec582ab705804508ce59213ddbe37caf666a60caa7c77a677e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.293
|
data/lib/v20200324/models.rb
CHANGED
|
@@ -1632,7 +1632,18 @@ module TencentCloud
|
|
|
1632
1632
|
|
|
1633
1633
|
# DescribeGeneralResourceQuotas请求参数结构体
|
|
1634
1634
|
class DescribeGeneralResourceQuotasRequest < TencentCloud::Common::AbstractModel
|
|
1635
|
-
# @param ResourceNames:
|
|
1635
|
+
# @param ResourceNames: 资源名列表,可取值:
|
|
1636
|
+
# - GENERAL_BUNDLE_INSTANCE 通用型套餐实例
|
|
1637
|
+
# - STORAGE_BUNDLE_INSTANCE 存储型套餐实例
|
|
1638
|
+
# - ENTERPRISE_BUNDLE_INSTANCE 企业型套餐实例
|
|
1639
|
+
# - EXCLUSIVE_BUNDLE_INSTANCE 专属型套餐实例
|
|
1640
|
+
# - BEFAST_BUNDLE_INSTANCE 蜂驰型套餐实例
|
|
1641
|
+
# - USER_KEY_PAIR 密钥对
|
|
1642
|
+
# - SNAPSHOT 快照
|
|
1643
|
+
# - BLUEPRINT 自定义镜像
|
|
1644
|
+
# - FREE_BLUEPRINT 免费自定义镜像
|
|
1645
|
+
# - DATA_DISK 数据盘
|
|
1646
|
+
# - FIREWALL_RULE 防火墙规则
|
|
1636
1647
|
# @type ResourceNames: Array
|
|
1637
1648
|
|
|
1638
1649
|
attr_accessor :ResourceNames
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-lighthouse
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.293
|
|
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-04-
|
|
11
|
+
date: 2022-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|