tencentcloud-sdk-goosefs 3.0.949 → 3.0.951
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: 27f0b67b8ba0ce69827d4498e65a480158ab83e3
|
4
|
+
data.tar.gz: ab9a388fb99f48c0e008e46edf97a67a86253b09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cde1d0437413e8dd1fbb3cd23f274790789b68df7db4b264b04908ce2e21f67a37388a7c1ee321cb5ac47517d97b6708e63a682fc051ec36ef81d06f259b48e0
|
7
|
+
data.tar.gz: 14b90ce29e958445152204da13532271efadb6b8f7b9aa11186a7bcb48ef0fd91b21ddfcb1ff89ca640c789980418258c42a2a73c90bb43e0119be2eab92ad9a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.951
|
data/lib/v20220519/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.951
|
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-
|
11
|
+
date: 2024-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|