Class: TencentCloud::Thpc::V20230321::GooseFSOption

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



1771
1772
1773
1774
1775
# File 'lib/v20230321/models.rb', line 1771

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和端口。



1769
1770
1771
# File 'lib/v20230321/models.rb', line 1769

def LocalPath
  @LocalPath
end

#MastersObject

Parameters:

  • LocalPath:

    文件系统本地挂载路径。

  • RemotePath:

    文件系统远程挂载路径。

  • Masters:

    文件系统master的ip和端口。



1769
1770
1771
# File 'lib/v20230321/models.rb', line 1769

def Masters
  @Masters
end

#RemotePathObject

Parameters:

  • LocalPath:

    文件系统本地挂载路径。

  • RemotePath:

    文件系统远程挂载路径。

  • Masters:

    文件系统master的ip和端口。



1769
1770
1771
# File 'lib/v20230321/models.rb', line 1769

def RemotePath
  @RemotePath
end

Instance Method Details

#deserialize(params) ⇒ Object



1777
1778
1779
1780
1781
# File 'lib/v20230321/models.rb', line 1777

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