Class: TencentCloud::Thpc::V20220401::GooseFSOption

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20220401/models.rb

Overview

描述GooseFS挂载信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(localpath = nil, remotepath = nil, masters = nil) ⇒ GooseFSOption

Returns a new instance of GooseFSOption.



1376
1377
1378
1379
1380
# File 'lib/v20220401/models.rb', line 1376

def initialize(localpath=nil, remotepath=nil, masters=nil)
  @LocalPath = localpath
  @RemotePath = remotepath
  @Masters = masters
end

Instance Attribute Details

#LocalPathObject

Parameters:

  • LocalPath:

    文件系统本地挂载路径。

  • RemotePath:

    文件系统远程挂载路径。

  • Masters:

    文件系统master的ip和端口。



1374
1375
1376
# File 'lib/v20220401/models.rb', line 1374

def LocalPath
  @LocalPath
end

#MastersObject

Parameters:

  • LocalPath:

    文件系统本地挂载路径。

  • RemotePath:

    文件系统远程挂载路径。

  • Masters:

    文件系统master的ip和端口。



1374
1375
1376
# File 'lib/v20220401/models.rb', line 1374

def Masters
  @Masters
end

#RemotePathObject

Parameters:

  • LocalPath:

    文件系统本地挂载路径。

  • RemotePath:

    文件系统远程挂载路径。

  • Masters:

    文件系统master的ip和端口。



1374
1375
1376
# File 'lib/v20220401/models.rb', line 1374

def RemotePath
  @RemotePath
end

Instance Method Details

#deserialize(params) ⇒ Object



1382
1383
1384
1385
1386
# File 'lib/v20220401/models.rb', line 1382

def deserialize(params)
  @LocalPath = params['LocalPath']
  @RemotePath = params['RemotePath']
  @Masters = params['Masters']
end