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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fff2a1c253f71b143febd086baa66a70efaddae7
4
- data.tar.gz: a2616277b5a10ba7920483ff2b98f3dd5c00e85b
3
+ metadata.gz: b1b625697b86fb16f6f3eefef95dc8aac1fbc964
4
+ data.tar.gz: 4f6f856c5bc46dd86e8f2d0cc3f1e2fa1e03c4ab
5
5
  SHA512:
6
- metadata.gz: 6d97302641230c12f315cf2b5908426e6377f7cef571c466019616de0f15b19fe18b492bf535603b935566b5befbda13c0c03ea69181a25bf34f9b22a94a578f
7
- data.tar.gz: 93d84e096b6b54d26fd324ac7d50b41ecaa348e5c61fc964ea59441c6e7e7a358feff57f1dad5694c87017c2b22bb46e6b4836e2a90fe95f47808b1d917cc6ed
6
+ metadata.gz: 788b5b87213cbcfa5139fbb0f16c7c4c18e9dc1c8232dc2be22ce9b3aff46847303bfbb648b978e7ac361d40cc0514b241ff5321d0f235109305af84651332a3
7
+ data.tar.gz: ea89e6a7f704aae4d9c2f3de2e9584f3a2c8ca14f33aeac12a7fd38133302b51f219f7c07f8b57f5c74b212b661a63619812705fe81b82f1fa9dd18b42882dd7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.776
1
+ 3.0.777
@@ -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.776
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-06 00:00:00.000000000 Z
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