Class: TencentCloud::Thpc::V20230321::GooseFSxOption

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

Overview

描述GooseFSx挂载信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(masters = nil, localpath = nil) ⇒ GooseFSxOption

Returns a new instance of GooseFSxOption.



1817
1818
1819
1820
# File 'lib/v20230321/models.rb', line 1817

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

Instance Attribute Details

#LocalPathObject

Parameters:

  • Masters:

    文件系统master的ip和端口列表。

  • LocalPath:

    文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/文件系统ID_proxy/目录下。



1815
1816
1817
# File 'lib/v20230321/models.rb', line 1815

def LocalPath
  @LocalPath
end

#MastersObject

Parameters:

  • Masters:

    文件系统master的ip和端口列表。

  • LocalPath:

    文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/文件系统ID_proxy/目录下。



1815
1816
1817
# File 'lib/v20230321/models.rb', line 1815

def Masters
  @Masters
end

Instance Method Details

#deserialize(params) ⇒ Object



1822
1823
1824
1825
# File 'lib/v20230321/models.rb', line 1822

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