tencentcloud-sdk-goosefs 3.0.885 → 3.0.887

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220519/models.rb +25 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66bb1a25fa3657f1a182a89e95086305568c51df
4
- data.tar.gz: 490b04fe6ee7290d7d8fbf9e0c26440851691fee
3
+ metadata.gz: 8d21a3ea3a7cab31fdf24b209b593bbede304392
4
+ data.tar.gz: 0a9c866a49f1cf3ffd71c1550176ca00fe770937
5
5
  SHA512:
6
- metadata.gz: 2dbe6b903565fb301599ab89e176541b62c16c904fec973fcd523d32b75843ba1d86ced0daf698def6c984a7106a79979488deed287942a96be05118f19318fa
7
- data.tar.gz: 1daac6923bcc18f0cd964be3d25f4257e055a5fdcba928ba5a21511957413194102c502cce840b97a778a2d3fc8b99203795a1176ee61e7692a6919ac494210e
6
+ metadata.gz: 354f4e72542ef279a4d2644084553d38538e9b5faffe52fd9091e17bf94468a04f11be753a0973affdab03ce5d393cb38f25d03ac29d6304150caf7926000c45
7
+ data.tar.gz: e7e481cc5cec0272b513817918d202e18274801f3ac94e5a920dbc8f9c61d048137763507a6fc9973e5446e35d1917f03ee595c947bcba65f7c1d0fbcb92806c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.885
1
+ 3.0.887
@@ -253,19 +253,36 @@ module TencentCloud
253
253
  # @type Status: String
254
254
  # @param ClientType: 客户端节点类型,extend(扩展节点),manager(管理节点)
255
255
  # @type ClientType: String
256
+ # @param VpcId: 节点所属vpcid
257
+ # @type VpcId: String
258
+ # @param SubnetId: 节点所属子网id
259
+ # @type SubnetId: String
260
+ # @param InstanceId: cvmId
261
+ # @type InstanceId: String
262
+ # @param MountPoint: 自定义挂载点
263
+ # 注意:此字段可能返回 null,表示取不到有效值。
264
+ # @type MountPoint: String
256
265
 
257
- attr_accessor :ClientNodeIp, :Status, :ClientType
266
+ attr_accessor :ClientNodeIp, :Status, :ClientType, :VpcId, :SubnetId, :InstanceId, :MountPoint
258
267
 
259
- def initialize(clientnodeip=nil, status=nil, clienttype=nil)
268
+ def initialize(clientnodeip=nil, status=nil, clienttype=nil, vpcid=nil, subnetid=nil, instanceid=nil, mountpoint=nil)
260
269
  @ClientNodeIp = clientnodeip
261
270
  @Status = status
262
271
  @ClientType = clienttype
272
+ @VpcId = vpcid
273
+ @SubnetId = subnetid
274
+ @InstanceId = instanceid
275
+ @MountPoint = mountpoint
263
276
  end
264
277
 
265
278
  def deserialize(params)
266
279
  @ClientNodeIp = params['ClientNodeIp']
267
280
  @Status = params['Status']
268
281
  @ClientType = params['ClientType']
282
+ @VpcId = params['VpcId']
283
+ @SubnetId = params['SubnetId']
284
+ @InstanceId = params['InstanceId']
285
+ @MountPoint = params['MountPoint']
269
286
  end
270
287
  end
271
288
 
@@ -1099,14 +1116,17 @@ module TencentCloud
1099
1116
  # @type SubnetId: String
1100
1117
  # @param LinuxClientNodeIp: linux客户端节点地址
1101
1118
  # @type LinuxClientNodeIp: String
1119
+ # @param MountPoint: 自定义挂载点
1120
+ # @type MountPoint: String
1102
1121
 
1103
- attr_accessor :InstanceId, :VpcId, :SubnetId, :LinuxClientNodeIp
1122
+ attr_accessor :InstanceId, :VpcId, :SubnetId, :LinuxClientNodeIp, :MountPoint
1104
1123
 
1105
- def initialize(instanceid=nil, vpcid=nil, subnetid=nil, linuxclientnodeip=nil)
1124
+ def initialize(instanceid=nil, vpcid=nil, subnetid=nil, linuxclientnodeip=nil, mountpoint=nil)
1106
1125
  @InstanceId = instanceid
1107
1126
  @VpcId = vpcid
1108
1127
  @SubnetId = subnetid
1109
1128
  @LinuxClientNodeIp = linuxclientnodeip
1129
+ @MountPoint = mountpoint
1110
1130
  end
1111
1131
 
1112
1132
  def deserialize(params)
@@ -1114,6 +1134,7 @@ module TencentCloud
1114
1134
  @VpcId = params['VpcId']
1115
1135
  @SubnetId = params['SubnetId']
1116
1136
  @LinuxClientNodeIp = params['LinuxClientNodeIp']
1137
+ @MountPoint = params['MountPoint']
1117
1138
  end
1118
1139
  end
1119
1140
 
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.885
4
+ version: 3.0.887
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-08-14 00:00:00.000000000 Z
11
+ date: 2024-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common