tencentcloud-sdk-lighthouse 3.0.831 → 3.0.832
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 +8 -8
- 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: c1eb0e5459509a9d1bd5db8e9877a1790e4a50dd
|
|
4
|
+
data.tar.gz: e38fdd7a311af9de77e7c05e098d949cb09067bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb421c7e8e087fb3eff19e18bc0d35966eff3bc5b2300e191e78f9e4c37df3ee9e278fd998644be38f5de4a3f2a6d883032e2ed04d52c1ca4e5e17d731e0c9aa
|
|
7
|
+
data.tar.gz: 4bbeeec50bf1231e1914e6aacc06815917eeed289ee1573aebfc617099a32c802f4a112ef3fbfd0b3878af7ba43e9c3f59bf7117b82edf40f7102671bc04b5d2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.832
|
data/lib/v20200324/models.rb
CHANGED
|
@@ -138,7 +138,7 @@ module TencentCloud
|
|
|
138
138
|
|
|
139
139
|
# AssociateInstancesKeyPairs请求参数结构体
|
|
140
140
|
class AssociateInstancesKeyPairsRequest < TencentCloud::Common::AbstractModel
|
|
141
|
-
# @param KeyIds: 密钥对 ID
|
|
141
|
+
# @param KeyIds: 密钥对 ID 列表,每次请求批量密钥对的上限为 100。可通过[DescribeKeyPairs](https://cloud.tencent.com/document/api/1207/55540)接口返回值中的KeyId获取。
|
|
142
142
|
# @type KeyIds: Array
|
|
143
143
|
# @param InstanceIds: 实例 ID 列表。每次请求批量实例的上限为 100。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)接口返回值中的InstanceId获取。
|
|
144
144
|
# @type InstanceIds: Array
|
|
@@ -174,7 +174,7 @@ module TencentCloud
|
|
|
174
174
|
|
|
175
175
|
# AttachCcn请求参数结构体
|
|
176
176
|
class AttachCcnRequest < TencentCloud::Common::AbstractModel
|
|
177
|
-
# @param CcnId: 云联网实例ID
|
|
177
|
+
# @param CcnId: 云联网实例ID。可通过[DescribeCcnAttachedInstances](https://cloud.tencent.com/document/product/1207/58797)接口返回值中的CcnId获取。
|
|
178
178
|
# @type CcnId: String
|
|
179
179
|
|
|
180
180
|
attr_accessor :CcnId
|
|
@@ -1408,7 +1408,7 @@ module TencentCloud
|
|
|
1408
1408
|
|
|
1409
1409
|
# DeleteKeyPairs请求参数结构体
|
|
1410
1410
|
class DeleteKeyPairsRequest < TencentCloud::Common::AbstractModel
|
|
1411
|
-
# @param KeyIds: 密钥对 ID 列表,每次请求批量密钥对的上限为 10
|
|
1411
|
+
# @param KeyIds: 密钥对 ID 列表,每次请求批量密钥对的上限为 10。可通过[DescribeKeyPairs](https://cloud.tencent.com/document/api/1207/55540)接口返回值中的KeyId获取。
|
|
1412
1412
|
# @type KeyIds: Array
|
|
1413
1413
|
|
|
1414
1414
|
attr_accessor :KeyIds
|
|
@@ -3093,7 +3093,7 @@ module TencentCloud
|
|
|
3093
3093
|
|
|
3094
3094
|
# DescribeInstances请求参数结构体
|
|
3095
3095
|
class DescribeInstancesRequest < TencentCloud::Common::AbstractModel
|
|
3096
|
-
# @param InstanceIds: 实例 ID 列表。每次请求批量实例的上限为 100
|
|
3096
|
+
# @param InstanceIds: 实例 ID 列表。每次请求批量实例的上限为 100。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)接口返回值中的InstanceId获取。
|
|
3097
3097
|
# @type InstanceIds: Array
|
|
3098
3098
|
# @param Filters: 过滤器列表。
|
|
3099
3099
|
# <li>instance-name</li>按照【实例名称】进行过滤。
|
|
@@ -3294,7 +3294,7 @@ module TencentCloud
|
|
|
3294
3294
|
|
|
3295
3295
|
# DescribeKeyPairs请求参数结构体
|
|
3296
3296
|
class DescribeKeyPairsRequest < TencentCloud::Common::AbstractModel
|
|
3297
|
-
# @param KeyIds: 密钥对 ID
|
|
3297
|
+
# @param KeyIds: 密钥对 ID 列表,每次请求批量密钥对的上限为 100。
|
|
3298
3298
|
# @type KeyIds: Array
|
|
3299
3299
|
# @param Offset: 偏移量,默认为 0。
|
|
3300
3300
|
# @type Offset: Integer
|
|
@@ -3909,7 +3909,7 @@ module TencentCloud
|
|
|
3909
3909
|
|
|
3910
3910
|
# DisassociateInstancesKeyPairs请求参数结构体
|
|
3911
3911
|
class DisassociateInstancesKeyPairsRequest < TencentCloud::Common::AbstractModel
|
|
3912
|
-
# @param KeyIds: 密钥对 ID
|
|
3912
|
+
# @param KeyIds: 密钥对 ID 列表,每次请求批量密钥对的上限为 100。可通过[DescribeKeyPairs](https://cloud.tencent.com/document/api/1207/55540)接口返回值中的KeyId获取。
|
|
3913
3913
|
# @type KeyIds: Array
|
|
3914
3914
|
# @param InstanceIds: 实例 ID 列表。每次请求批量实例的上限为 100。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)接口返回值中的InstanceId获取。
|
|
3915
3915
|
# @type InstanceIds: Array
|
|
@@ -6660,9 +6660,9 @@ module TencentCloud
|
|
|
6660
6660
|
|
|
6661
6661
|
# ReplaceFirewallTemplateRule请求参数结构体
|
|
6662
6662
|
class ReplaceFirewallTemplateRuleRequest < TencentCloud::Common::AbstractModel
|
|
6663
|
-
# @param TemplateId: 防火墙模板ID
|
|
6663
|
+
# @param TemplateId: 防火墙模板ID。可通过 [DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874) 的返回值 TemplateSet 获取。
|
|
6664
6664
|
# @type TemplateId: String
|
|
6665
|
-
# @param TemplateRuleId: 防火墙模板规则ID
|
|
6665
|
+
# @param TemplateRuleId: 防火墙模板规则ID。可通过 [DescribeFirewallTemplateRules](https://cloud.tencent.com/document/product/1207/96875) 的返回值 TemplateRuleSet 获取。
|
|
6666
6666
|
# @type TemplateRuleId: String
|
|
6667
6667
|
# @param TemplateRule: 替换后的防火墙模板规则。
|
|
6668
6668
|
# @type TemplateRule: :class:`Tencentcloud::Lighthouse.v20200324.models.FirewallRule`
|
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: 3.0.
|
|
4
|
+
version: 3.0.832
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-05-
|
|
11
|
+
date: 2024-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|