tencentcloud-sdk-monitor 3.0.744 → 3.0.746

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: 71a03606b2ea4a2d12d9a986e746b78ae85b9b1c
4
+ data.tar.gz: 468e91764d9af8c9080705372e8b4634cf811f4a
5
5
  SHA512:
6
- metadata.gz: 1a25038fedb8f6db349328fb91e8f910a4bcb768ba8d40535469461a6cdab8f58f568f148507cbb36fe69d47304b31335c4fb79f5c079cf8e2f601a1d201906f
7
- data.tar.gz: fd159c5983ea91d3de57b9b4401b04927f1adbad318fd86b178e85416685a493f37e770500a27b5736d7704a1d5d448fb376ab52da4f351620eb552b8d9e5a9b
6
+ metadata.gz: 995d186ab12bcbd86dac08fe8b95428fd89fd1843b84d64b5709bb2fadccdc7ac43fb734c36baae927b66b1e8174f021bdbb6203a4cb00afa06b9e088c53d253
7
+ data.tar.gz: 0e138635633e855ef25fdfe34a46b8b2bad7b88e4be84f1cbf6723da82aaf0e271a2e18743b84bc356504bdbb2822044d0de86111759b7dfc8b1b309245caee3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.744
1
+ 3.0.746
@@ -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.746
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-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common