tencentcloud-sdk-lighthouse 3.0.960 → 3.0.961

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 51299bca79ccb48d549c39e74ba9099ddcb57984
4
- data.tar.gz: de76cbac87c586cb69d678ce110c97cec287a22e
3
+ metadata.gz: 20eeff6c14e8071650254c579bc81f1c69f12363
4
+ data.tar.gz: c52e29d1bc8b332c5bc50ad23a144a6e78e3a735
5
5
  SHA512:
6
- metadata.gz: c0640015eb1068b2e5612f324e96da2f22bd1a62f226572ed034d7409c7b409bfefff59246a342eb355330dd2816e22718780f196ff3c355a342a930ffccfbf6
7
- data.tar.gz: 3f27a0dc34fb4133f4923301d94234a73adf372b88b2f29193a2103cbe049aaed967d357f2a51a49113a950148c9b4aef42741ef939b9ddc7073ea8a2cc584a8
6
+ metadata.gz: b41e4324172eb0afe0eb8893890c5761801f426227d5b4c465d7338b6a7c85d5eaefecd55d417dc677f513a45e706a8b5ef52ccadd2ce9c6c2d2e4f1240dd9dc
7
+ data.tar.gz: 11b90adc1e7b4fdc119c5ec3da45e9c9c1de42bf3e0007f341a413b6ad16b7f46ec132b65ed294e721c3487354c81d0f7a2163cd88a3a1a296cea6fa91512b7d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.960
1
+ 3.0.961
@@ -4724,6 +4724,9 @@ module TencentCloud
4724
4724
  # @param TemplateRuleSet: 模板规则列表。
4725
4725
  # @type TemplateRuleSet: Array
4726
4726
  # @param ApplyState: 应用模板的执行状态。
4727
+
4728
+ # - SUCCESS:成功
4729
+ # - FAILED:失败
4727
4730
  # @type ApplyState: String
4728
4731
  # @param SuccessCount: 应用成功的实例数量。
4729
4732
  # @type SuccessCount: Integer
@@ -4778,6 +4781,9 @@ module TencentCloud
4778
4781
  # @param Instance: 实例标识信息。
4779
4782
  # @type Instance: :class:`Tencentcloud::Lighthouse.v20200324.models.InstanceIdentifier`
4780
4783
  # @param ApplyState: 防火墙模板应用状态。
4784
+
4785
+ # - SUCCESS:成功
4786
+ # - FAILED:失败
4781
4787
  # @type ApplyState: String
4782
4788
  # @param ErrorMessage: 防火墙模板应用错误信息。
4783
4789
  # @type ErrorMessage: String
@@ -4847,7 +4853,6 @@ module TencentCloud
4847
4853
  end
4848
4854
 
4849
4855
  # 描述通用资源配额信息。
4850
-
4851
4856
  class GeneralResourceQuota < TencentCloud::Common::AbstractModel
4852
4857
  # @param ResourceName: 资源名称。
4853
4858
  # @type ResourceName: String
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.960
4
+ version: 3.0.961
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-12-12 00:00:00.000000000 Z
11
+ date: 2024-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common