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
-
#LocalPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Masters ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
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.
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
#LocalPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1837 1838 1839 |
# File 'lib/v20230321/models.rb', line 1837 def LocalPath @LocalPath end |
#Masters ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
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 |