Class: TencentCloud::Thpc::V20230321::GooseFSxOptionOverview

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

Returns a new instance of GooseFSxOptionOverview.



2160
2161
2162
2163
# File 'lib/v20230321/models.rb', line 2160

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

Instance Attribute Details

#LocalPathObject

Parameters:

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

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



2158
2159
2160
# File 'lib/v20230321/models.rb', line 2158

def LocalPath
  @LocalPath
end

#MastersObject

Parameters:

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

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



2158
2159
2160
# File 'lib/v20230321/models.rb', line 2158

def Masters
  @Masters
end

Instance Method Details

#deserialize(params) ⇒ Object



2165
2166
2167
2168
# File 'lib/v20230321/models.rb', line 2165

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