Class: TencentCloud::Thpc::V20211109::GooseFSOption

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20211109/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.



538
539
540
541
542
# File 'lib/v20211109/models.rb', line 538

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

Instance Attribute Details

#LocalPathObject

Parameters:

  • 文件系统本地挂载路径

  • 文件系统远程挂载路径

  • 文件系统master的ip和端口



536
537
538
# File 'lib/v20211109/models.rb', line 536

def LocalPath
  @LocalPath
end

#MastersObject

Parameters:

  • 文件系统本地挂载路径

  • 文件系统远程挂载路径

  • 文件系统master的ip和端口



536
537
538
# File 'lib/v20211109/models.rb', line 536

def Masters
  @Masters
end

#RemotePathObject

Parameters:

  • 文件系统本地挂载路径

  • 文件系统远程挂载路径

  • 文件系统master的ip和端口



536
537
538
# File 'lib/v20211109/models.rb', line 536

def RemotePath
  @RemotePath
end

Instance Method Details

#deserialize(params) ⇒ Object



544
545
546
547
548
# File 'lib/v20211109/models.rb', line 544

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