Class: TencentCloud::Thpc::V20230321::GooseFSOption
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::GooseFSOption
- Defined in:
- lib/v20230321/models.rb
Overview
描述GooseFS挂载信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(localpath = nil, remotepath = nil, masters = nil) ⇒ GooseFSOption
constructor
A new instance of GooseFSOption.
Constructor Details
#initialize(localpath = nil, remotepath = nil, masters = nil) ⇒ GooseFSOption
Returns a new instance of GooseFSOption.
1771 1772 1773 1774 1775 |
# File 'lib/v20230321/models.rb', line 1771 def initialize(localpath=nil, remotepath=nil, masters=nil) @LocalPath = localpath @RemotePath = remotepath @Masters = masters end |
Instance Attribute Details
#LocalPath ⇒ Object
1769 1770 1771 |
# File 'lib/v20230321/models.rb', line 1769 def LocalPath @LocalPath end |
#Masters ⇒ Object
1769 1770 1771 |
# File 'lib/v20230321/models.rb', line 1769 def Masters @Masters end |
#RemotePath ⇒ Object
1769 1770 1771 |
# File 'lib/v20230321/models.rb', line 1769 def RemotePath @RemotePath end |
Instance Method Details
#deserialize(params) ⇒ Object
1777 1778 1779 1780 1781 |
# File 'lib/v20230321/models.rb', line 1777 def deserialize(params) @LocalPath = params['LocalPath'] @RemotePath = params['RemotePath'] @Masters = params['Masters'] end |