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
2090 2091 2092 2093 2094 |
# File 'lib/v20230321/models.rb', line 2090 def initialize(localpath=nil, remotepath=nil, masters=nil) @LocalPath = localpath @RemotePath = remotepath @Masters = masters end |
Instance Attribute Details
#LocalPath ⇒ Object
2088 2089 2090 |
# File 'lib/v20230321/models.rb', line 2088 def LocalPath @LocalPath end |
#Masters ⇒ Object
2088 2089 2090 |
# File 'lib/v20230321/models.rb', line 2088 def Masters @Masters end |
#RemotePath ⇒ Object
2088 2089 2090 |
# File 'lib/v20230321/models.rb', line 2088 def RemotePath @RemotePath end |
Instance Method Details
#deserialize(params) ⇒ Object
2096 2097 2098 2099 2100 |
# File 'lib/v20230321/models.rb', line 2096 def deserialize(params) @LocalPath = params['LocalPath'] @RemotePath = params['RemotePath'] @Masters = params['Masters'] end |