tencentcloud-sdk-monitor 3.0.744 → 3.0.745

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c7d9077cb1a5987721e47afac3f5e020503ab47
4
- data.tar.gz: e4d0ab15acf2d6483408052d4ea81581ffe6efc3
3
+ metadata.gz: edbd3c11973f32b07dacd2c4a90d6c2db8b9b8f5
4
+ data.tar.gz: 6ba9e3e37c7a4ae71637215db6853011473bd4a0
5
5
  SHA512:
6
- metadata.gz: 1a25038fedb8f6db349328fb91e8f910a4bcb768ba8d40535469461a6cdab8f58f568f148507cbb36fe69d47304b31335c4fb79f5c079cf8e2f601a1d201906f
7
- data.tar.gz: fd159c5983ea91d3de57b9b4401b04927f1adbad318fd86b178e85416685a493f37e770500a27b5736d7704a1d5d448fb376ab52da4f351620eb552b8d9e5a9b
6
+ metadata.gz: 137c5416d88104e6d7c27059005b3d538cd6d85d43a82050794bb9025c178940eafb30a51731ac5b4b581340790d7d935b54d364a7567286e0cd2e2a3aa184a8
7
+ data.tar.gz: 548a8c1b59b5230de0fc07b516b8d3006460bb3c519da014d2df5a68e0990e63710d0ec8b5f7af67af92fc3472baed172351f8e609e2099c4d0d7c82c691244f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.744
1
+ 3.0.745
@@ -1788,16 +1788,19 @@ module TencentCloud
1788
1788
  # @type GrafanaInitPassword: String
1789
1789
  # @param TagSpecification: 标签
1790
1790
  # @type TagSpecification: Array
1791
+ # @param AutoVoucher: 是否自动选择代金券,默认为 false
1792
+ # @type AutoVoucher: Boolean
1791
1793
 
1792
- attr_accessor :InstanceName, :VpcId, :SubnetIds, :EnableInternet, :GrafanaInitPassword, :TagSpecification
1794
+ attr_accessor :InstanceName, :VpcId, :SubnetIds, :EnableInternet, :GrafanaInitPassword, :TagSpecification, :AutoVoucher
1793
1795
 
1794
- def initialize(instancename=nil, vpcid=nil, subnetids=nil, enableinternet=nil, grafanainitpassword=nil, tagspecification=nil)
1796
+ def initialize(instancename=nil, vpcid=nil, subnetids=nil, enableinternet=nil, grafanainitpassword=nil, tagspecification=nil, autovoucher=nil)
1795
1797
  @InstanceName = instancename
1796
1798
  @VpcId = vpcid
1797
1799
  @SubnetIds = subnetids
1798
1800
  @EnableInternet = enableinternet
1799
1801
  @GrafanaInitPassword = grafanainitpassword
1800
1802
  @TagSpecification = tagspecification
1803
+ @AutoVoucher = autovoucher
1801
1804
  end
1802
1805
 
1803
1806
  def deserialize(params)
@@ -1814,6 +1817,7 @@ module TencentCloud
1814
1817
  @TagSpecification << prometheustag_tmp
1815
1818
  end
1816
1819
  end
1820
+ @AutoVoucher = params['AutoVoucher']
1817
1821
  end
1818
1822
  end
1819
1823
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.744
4
+ version: 3.0.745
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-01-08 00:00:00.000000000 Z
11
+ date: 2024-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common