Class: TencentCloud::Thpc::V20230321::GooseFSxOption
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::GooseFSxOption
- Defined in:
- lib/v20230321/models.rb
Overview
描述GooseFSx挂载信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(masters = nil, localpath = nil) ⇒ GooseFSxOption
constructor
A new instance of GooseFSxOption.
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
#LocalPath ⇒ Object
1815 1816 1817 |
# File 'lib/v20230321/models.rb', line 1815 def LocalPath @LocalPath end |
#Masters ⇒ Object
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 |