Class: TencentCloud::Thpc::V20230321::GooseFSOptionOverview

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) ⇒ GooseFSOptionOverview

Returns a new instance of GooseFSOptionOverview.



1795
1796
1797
1798
1799
# File 'lib/v20230321/models.rb', line 1795

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



1793
1794
1795
# File 'lib/v20230321/models.rb', line 1793

def LocalPath
  @LocalPath
end

#MastersObject

Parameters:

  • LocalPath:

    文件系统本地挂载路径。

  • RemotePath:

    文件系统远程挂载路径。

  • Masters:

    文件系统master的ip和端口。



1793
1794
1795
# File 'lib/v20230321/models.rb', line 1793

def Masters
  @Masters
end

#RemotePathObject

Parameters:

  • LocalPath:

    文件系统本地挂载路径。

  • RemotePath:

    文件系统远程挂载路径。

  • Masters:

    文件系统master的ip和端口。



1793
1794
1795
# File 'lib/v20230321/models.rb', line 1793

def RemotePath
  @RemotePath
end

Instance Method Details

#deserialize(params) ⇒ Object



1801
1802
1803
1804
1805
# File 'lib/v20230321/models.rb', line 1801

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