tencentcloud-sdk-tsf 3.0.509 → 3.0.510
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/v20180326/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: 0133798c60978ef15b0deb51b0dcc1b85347398e
|
|
4
|
+
data.tar.gz: efaa15de18d182d032c2fff59c145b42038b8240
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1c1fcb09f09e38ff3536118e36631308719f154262359008413b58a43a8aa06c427a457104d87876a33e607f7faa298946d1c6dc327229bcf5a318321a24755
|
|
7
|
+
data.tar.gz: d2647ebd1f000165ffc61724caf78999ae7e7a1d6fc1814a90c103de2ebe42b75669ccd00084394b597a3bea6629fedf2cee0e8e7a03eadb2bc56785f2998236
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.510
|
data/lib/v20180326/models.rb
CHANGED
|
@@ -154,10 +154,12 @@ module TencentCloud
|
|
|
154
154
|
# @type SgId: String
|
|
155
155
|
# @param InstanceImportMode: 云主机导入方式,虚拟机集群必填,容器集群不填写此字段,R:重装TSF系统镜像,M:手动安装agent
|
|
156
156
|
# @type InstanceImportMode: String
|
|
157
|
+
# @param SecurityGroupIds: 安全组id
|
|
158
|
+
# @type SecurityGroupIds: String
|
|
157
159
|
|
|
158
|
-
attr_accessor :ClusterId, :InstanceIdList, :OsName, :ImageId, :Password, :KeyId, :SgId, :InstanceImportMode
|
|
160
|
+
attr_accessor :ClusterId, :InstanceIdList, :OsName, :ImageId, :Password, :KeyId, :SgId, :InstanceImportMode, :SecurityGroupIds
|
|
159
161
|
|
|
160
|
-
def initialize(clusterid=nil, instanceidlist=nil, osname=nil, imageid=nil, password=nil, keyid=nil, sgid=nil, instanceimportmode=nil)
|
|
162
|
+
def initialize(clusterid=nil, instanceidlist=nil, osname=nil, imageid=nil, password=nil, keyid=nil, sgid=nil, instanceimportmode=nil, securitygroupids=nil)
|
|
161
163
|
@ClusterId = clusterid
|
|
162
164
|
@InstanceIdList = instanceidlist
|
|
163
165
|
@OsName = osname
|
|
@@ -166,6 +168,7 @@ module TencentCloud
|
|
|
166
168
|
@KeyId = keyid
|
|
167
169
|
@SgId = sgid
|
|
168
170
|
@InstanceImportMode = instanceimportmode
|
|
171
|
+
@SecurityGroupIds = securitygroupids
|
|
169
172
|
end
|
|
170
173
|
|
|
171
174
|
def deserialize(params)
|
|
@@ -177,6 +180,7 @@ module TencentCloud
|
|
|
177
180
|
@KeyId = params['KeyId']
|
|
178
181
|
@SgId = params['SgId']
|
|
179
182
|
@InstanceImportMode = params['InstanceImportMode']
|
|
183
|
+
@SecurityGroupIds = params['SecurityGroupIds']
|
|
180
184
|
end
|
|
181
185
|
end
|
|
182
186
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tsf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.510
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-02-
|
|
11
|
+
date: 2023-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|