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.



1839
1840
1841
1842
# File 'lib/v20230321/models.rb', line 1839

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

Instance Attribute Details

#LocalPathObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Masters:

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

  • LocalPath:

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



1837
1838
1839
# File 'lib/v20230321/models.rb', line 1837

def LocalPath
  @LocalPath
end

#MastersObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Masters:

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

  • LocalPath:

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



1837
1838
1839
# File 'lib/v20230321/models.rb', line 1837

def Masters
  @Masters
end

Instance Method Details

#deserialize(params) ⇒ Object



1844
1845
1846
1847
# File 'lib/v20230321/models.rb', line 1844

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