tencentcloud-sdk-goosefs 3.0.776 → 3.0.777
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220519/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: b1b625697b86fb16f6f3eefef95dc8aac1fbc964
|
4
|
+
data.tar.gz: 4f6f856c5bc46dd86e8f2d0cc3f1e2fa1e03c4ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 788b5b87213cbcfa5139fbb0f16c7c4c18e9dc1c8232dc2be22ce9b3aff46847303bfbb648b978e7ac361d40cc0514b241ff5321d0f235109305af84651332a3
|
7
|
+
data.tar.gz: ea89e6a7f704aae4d9c2f3de2e9584f3a2c8ca14f33aeac12a7fd38133302b51f219f7c07f8b57f5c74b212b661a63619812705fe81b82f1fa9dd18b42882dd7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.777
|
data/lib/v20220519/models.rb
CHANGED
@@ -375,10 +375,12 @@ module TencentCloud
|
|
375
375
|
# @type Tag: Array
|
376
376
|
# @param GooseFSxBuildElements: GooseFSx构建时要传递的参数
|
377
377
|
# @type GooseFSxBuildElements: :class:`Tencentcloud::Goosefs.v20220519.models.GooseFSxBuildElement`
|
378
|
+
# @param SecurityGroupId: 客户端集群所属的安全组
|
379
|
+
# @type SecurityGroupId: String
|
378
380
|
|
379
|
-
attr_accessor :Type, :Name, :Description, :VpcId, :SubnetId, :Zone, :Tag, :GooseFSxBuildElements
|
381
|
+
attr_accessor :Type, :Name, :Description, :VpcId, :SubnetId, :Zone, :Tag, :GooseFSxBuildElements, :SecurityGroupId
|
380
382
|
|
381
|
-
def initialize(type=nil, name=nil, description=nil, vpcid=nil, subnetid=nil, zone=nil, tag=nil, goosefsxbuildelements=nil)
|
383
|
+
def initialize(type=nil, name=nil, description=nil, vpcid=nil, subnetid=nil, zone=nil, tag=nil, goosefsxbuildelements=nil, securitygroupid=nil)
|
382
384
|
@Type = type
|
383
385
|
@Name = name
|
384
386
|
@Description = description
|
@@ -387,6 +389,7 @@ module TencentCloud
|
|
387
389
|
@Zone = zone
|
388
390
|
@Tag = tag
|
389
391
|
@GooseFSxBuildElements = goosefsxbuildelements
|
392
|
+
@SecurityGroupId = securitygroupid
|
390
393
|
end
|
391
394
|
|
392
395
|
def deserialize(params)
|
@@ -408,6 +411,7 @@ module TencentCloud
|
|
408
411
|
@GooseFSxBuildElements = GooseFSxBuildElement.new
|
409
412
|
@GooseFSxBuildElements.deserialize(params['GooseFSxBuildElements'])
|
410
413
|
end
|
414
|
+
@SecurityGroupId = params['SecurityGroupId']
|
411
415
|
end
|
412
416
|
end
|
413
417
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-goosefs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.777
|
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-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|