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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201230/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4464d167d40e8a5078cec7db1c9b42870ac5c950
|
|
4
|
+
data.tar.gz: d72907de45f36b9e5f775924d4a48613972cae5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d138ecd0acb530f59a9d43b277bd1946fc89e4f0c1e18b67fe0e9cab4a1ff2724959feac5ef6a9644803e1e5d46cc09c8cf51b6c1295b220443715cf7b00bb2
|
|
7
|
+
data.tar.gz: 2c63494a72ccb5b62482d4f8734f5a9e51e44d0b0b74f8837a6fedc51b73425bc6db782618fc0807b00a0bc3bf4f104ef08ae00b9602efc59428ce8c42822514
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.792
|
data/lib/v20201230/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|