tencentcloud-sdk-monitor 3.0.743 → 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: f140419c23138fd5a21b18080ce7b83ca4117a92
4
- data.tar.gz: be75d91d02f1be78df9d8835bf2d341d3ab247af
3
+ metadata.gz: edbd3c11973f32b07dacd2c4a90d6c2db8b9b8f5
4
+ data.tar.gz: 6ba9e3e37c7a4ae71637215db6853011473bd4a0
5
5
  SHA512:
6
- metadata.gz: 89b9c56b45046c88e90fb77c0dc0629581177db01f544ec2e3e1525e351f3cf54de92d6b4511fc9dc7a378d06f0726411d841412488378cca47b705d6d91340e
7
- data.tar.gz: ac5e53265f38bb1c5daf9102d6cd0ac28701a833a6b580c32f721ee5f65d02b345ab81b9764e4b20c1d46352b2b3971ac692a3d0b7bea4d4139855486b007fec
6
+ metadata.gz: 137c5416d88104e6d7c27059005b3d538cd6d85d43a82050794bb9025c178940eafb30a51731ac5b4b581340790d7d935b54d364a7567286e0cd2e2a3aa184a8
7
+ data.tar.gz: 548a8c1b59b5230de0fc07b516b8d3006460bb3c519da014d2df5a68e0990e63710d0ec8b5f7af67af92fc3472baed172351f8e609e2099c4d0d7c82c691244f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.743
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.743
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-07 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