Class: TencentCloud::Thpc::V20220401::GooseFSOption
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20220401::GooseFSOption
- 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) ⇒ GooseFSOption
constructor
A new instance of GooseFSOption.
Constructor Details
#initialize(localpath = nil, remotepath = nil, masters = nil) ⇒ GooseFSOption
Returns a new instance of GooseFSOption.
1359 1360 1361 1362 1363 |
# File 'lib/v20220401/models.rb', line 1359 def initialize(localpath=nil, remotepath=nil, masters=nil) @LocalPath = localpath @RemotePath = remotepath @Masters = masters end |
Instance Attribute Details
#LocalPath ⇒ Object
1357 1358 1359 |
# File 'lib/v20220401/models.rb', line 1357 def LocalPath @LocalPath end |
#Masters ⇒ Object
1357 1358 1359 |
# File 'lib/v20220401/models.rb', line 1357 def Masters @Masters end |
#RemotePath ⇒ Object
1357 1358 1359 |
# File 'lib/v20220401/models.rb', line 1357 def RemotePath @RemotePath end |
Instance Method Details
#deserialize(params) ⇒ Object
1365 1366 1367 1368 1369 |
# File 'lib/v20220401/models.rb', line 1365 def deserialize(params) @LocalPath = params['LocalPath'] @RemotePath = params['RemotePath'] @Masters = params['Masters'] end |