Class: TencentCloud::Thpc::V20220401::GooseFSOptionOverview
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20220401::GooseFSOptionOverview
- Defined in:
- lib/v20220401/models.rb
Overview
GooseFS存储选项概览信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(localpath = nil, remotepath = nil, masters = nil) ⇒ GooseFSOptionOverview
constructor
A new instance of GooseFSOptionOverview.
Constructor Details
#initialize(localpath = nil, remotepath = nil, masters = nil) ⇒ GooseFSOptionOverview
Returns a new instance of GooseFSOptionOverview.
1400 1401 1402 1403 1404 |
# File 'lib/v20220401/models.rb', line 1400 def initialize(localpath=nil, remotepath=nil, masters=nil) @LocalPath = localpath @RemotePath = remotepath @Masters = masters end |
Instance Attribute Details
#LocalPath ⇒ Object
1398 1399 1400 |
# File 'lib/v20220401/models.rb', line 1398 def LocalPath @LocalPath end |
#Masters ⇒ Object
1398 1399 1400 |
# File 'lib/v20220401/models.rb', line 1398 def Masters @Masters end |
#RemotePath ⇒ Object
1398 1399 1400 |
# File 'lib/v20220401/models.rb', line 1398 def RemotePath @RemotePath end |
Instance Method Details
#deserialize(params) ⇒ Object
1406 1407 1408 1409 1410 |
# File 'lib/v20220401/models.rb', line 1406 def deserialize(params) @LocalPath = params['LocalPath'] @RemotePath = params['RemotePath'] @Masters = params['Masters'] end |