tencentcloud-sdk-cdwpg 3.0.791 → 3.0.792

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: 362d5fc7ad54c24aaa3242674d41d5a5f074b826
4
- data.tar.gz: a4a38e048d012624a20507dc1205c8525ec260da
3
+ metadata.gz: 4464d167d40e8a5078cec7db1c9b42870ac5c950
4
+ data.tar.gz: d72907de45f36b9e5f775924d4a48613972cae5a
5
5
  SHA512:
6
- metadata.gz: f6fcca31f27189e691bd232a9876ef22e7282fe94bdefe7d5cdef0f0cb3c695808afafada6d6d7b31ff5d69e88f1eb714ac29dd7cd1e733e55e449fbc388f4f0
7
- data.tar.gz: 99108d0962e40b8fd5974904c9cc8922fe99eafb629f519f04d9fe77ba7969a7de390051f43afd064b8f32da227b5b82182d527ab77d435f09b37649ef5dd98f
6
+ metadata.gz: 8d138ecd0acb530f59a9d43b277bd1946fc89e4f0c1e18b67fe0e9cab4a1ff2724959feac5ef6a9644803e1e5d46cc09c8cf51b6c1295b220443715cf7b00bb2
7
+ data.tar.gz: 2c63494a72ccb5b62482d4f8734f5a9e51e44d0b0b74f8837a6fedc51b73425bc6db782618fc0807b00a0bc3bf4f104ef08ae00b9602efc59428ce8c42822514
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.791
1
+ 3.0.792
@@ -123,10 +123,12 @@ module TencentCloud
123
123
  # @type Resources: Array
124
124
  # @param Tags: 标签列表
125
125
  # @type Tags: :class:`Tencentcloud::Cdwpg.v20201230.models.Tag`
126
+ # @param ProductVersion: 版本
127
+ # @type ProductVersion: String
126
128
 
127
- attr_accessor :InstanceName, :Zone, :UserVPCId, :UserSubnetId, :ChargeProperties, :AdminPassword, :Resources, :Tags
129
+ attr_accessor :InstanceName, :Zone, :UserVPCId, :UserSubnetId, :ChargeProperties, :AdminPassword, :Resources, :Tags, :ProductVersion
128
130
 
129
- def initialize(instancename=nil, zone=nil, uservpcid=nil, usersubnetid=nil, chargeproperties=nil, adminpassword=nil, resources=nil, tags=nil)
131
+ def initialize(instancename=nil, zone=nil, uservpcid=nil, usersubnetid=nil, chargeproperties=nil, adminpassword=nil, resources=nil, tags=nil, productversion=nil)
130
132
  @InstanceName = instancename
131
133
  @Zone = zone
132
134
  @UserVPCId = uservpcid
@@ -135,6 +137,7 @@ module TencentCloud
135
137
  @AdminPassword = adminpassword
136
138
  @Resources = resources
137
139
  @Tags = tags
140
+ @ProductVersion = productversion
138
141
  end
139
142
 
140
143
  def deserialize(params)
@@ -159,6 +162,7 @@ module TencentCloud
159
162
  @Tags = Tag.new
160
163
  @Tags.deserialize(params['Tags'])
161
164
  end
165
+ @ProductVersion = params['ProductVersion']
162
166
  end
163
167
  end
164
168
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdwpg
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.791
4
+ version: 3.0.792
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-03-26 00:00:00.000000000 Z
11
+ date: 2024-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common