Class: TencentCloud::Thpc::V20230321::GooseFSxOptionOverview
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::GooseFSxOptionOverview
- Defined in:
- lib/v20230321/models.rb
Overview
GooseFSx存储选项概览信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(masters = nil, localpath = nil) ⇒ GooseFSxOptionOverview
constructor
A new instance of GooseFSxOptionOverview.
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
#LocalPath ⇒ Object
2158 2159 2160 |
# File 'lib/v20230321/models.rb', line 2158 def LocalPath @LocalPath end |
#Masters ⇒ Object
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 |