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.



2114
2115
2116
2117
2118
# File 'lib/v20230321/models.rb', line 2114

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

Instance Attribute Details

#LocalPathObject

Parameters:

  • 文件系统本地挂载路径。

  • 文件系统远程挂载路径。

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



2112
2113
2114
# File 'lib/v20230321/models.rb', line 2112

def LocalPath
  @LocalPath
end

#MastersObject

Parameters:

  • 文件系统本地挂载路径。

  • 文件系统远程挂载路径。

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



2112
2113
2114
# File 'lib/v20230321/models.rb', line 2112

def Masters
  @Masters
end

#RemotePathObject

Parameters:

  • 文件系统本地挂载路径。

  • 文件系统远程挂载路径。

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



2112
2113
2114
# File 'lib/v20230321/models.rb', line 2112

def RemotePath
  @RemotePath
end

Instance Method Details

#deserialize(params) ⇒ Object



2120
2121
2122
2123
2124
# File 'lib/v20230321/models.rb', line 2120

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