tencentcloud-sdk-goosefs 3.0.949 → 3.0.950

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: ef260838c64064b0ee114b230a4f8656591825d0
4
- data.tar.gz: 2cf607751e67ff6c34fb57adf812cf2d7ba83e17
3
+ metadata.gz: 3acdb3a9c0abe14546fc08d66f3c39149a93c584
4
+ data.tar.gz: f8d826ebbf89b70d3e1e9445def89eca02847d78
5
5
  SHA512:
6
- metadata.gz: f6cd8ab75b712bbe504603dfe6b436cdfd9335bc0a21551be5e655d316fd1ed0ee0843349f1261e32efca7fdbe708b62052bc9da23a6a02b3f7cc56c753228ac
7
- data.tar.gz: 89e07148f31ed4ace5993fa70e0da5b622981606d7c15f6d17dfb7204c080db390d0cf06dc28ec816b9de5dd82c6d0dc988867d946d2a364b41a223f302b510c
6
+ metadata.gz: 55fda652ab06b99e9f4239908d9d1c92f3b3bcbb1973915fdb1e16ec8e78174dd0629f25b8cbbc4fada926bbe9f3e5c33154079c108685211deb6a3105daae9f
7
+ data.tar.gz: c645613865916103bc7593f00925b8bd7e8a4cfcb5a6a08cee86a55346cbde48c44855c5a385f42321354b494547ef224e1e1c6fe329ceac76b48f26a4e7c9b0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.949
1
+ 3.0.950
@@ -426,10 +426,12 @@ module TencentCloud
426
426
  # @type GooseFSxBuildElements: :class:`Tencentcloud::Goosefs.v20220519.models.GooseFSxBuildElement`
427
427
  # @param SecurityGroupId: 客户端集群所属的安全组
428
428
  # @type SecurityGroupId: String
429
+ # @param ClusterPort: 集群ssh通信端口,默认是22
430
+ # @type ClusterPort: Integer
429
431
 
430
- attr_accessor :Type, :Name, :Description, :VpcId, :SubnetId, :Zone, :Tag, :GooseFSxBuildElements, :SecurityGroupId
432
+ attr_accessor :Type, :Name, :Description, :VpcId, :SubnetId, :Zone, :Tag, :GooseFSxBuildElements, :SecurityGroupId, :ClusterPort
431
433
 
432
- def initialize(type=nil, name=nil, description=nil, vpcid=nil, subnetid=nil, zone=nil, tag=nil, goosefsxbuildelements=nil, securitygroupid=nil)
434
+ def initialize(type=nil, name=nil, description=nil, vpcid=nil, subnetid=nil, zone=nil, tag=nil, goosefsxbuildelements=nil, securitygroupid=nil, clusterport=nil)
433
435
  @Type = type
434
436
  @Name = name
435
437
  @Description = description
@@ -439,6 +441,7 @@ module TencentCloud
439
441
  @Tag = tag
440
442
  @GooseFSxBuildElements = goosefsxbuildelements
441
443
  @SecurityGroupId = securitygroupid
444
+ @ClusterPort = clusterport
442
445
  end
443
446
 
444
447
  def deserialize(params)
@@ -461,6 +464,7 @@ module TencentCloud
461
464
  @GooseFSxBuildElements.deserialize(params['GooseFSxBuildElements'])
462
465
  end
463
466
  @SecurityGroupId = params['SecurityGroupId']
467
+ @ClusterPort = params['ClusterPort']
464
468
  end
465
469
  end
466
470
 
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.949
4
+ version: 3.0.950
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-11-26 00:00:00.000000000 Z
11
+ date: 2024-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common