Class: TencentCloud::Thpc::V20230321::GooseFSxOption
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::GooseFSxOption
- Defined in:
- lib/v20230321/models.rb
Overview
描述GooseFSx挂载信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(masters = nil, localpath = nil, filesystemid = nil) ⇒ GooseFSxOption
constructor
A new instance of GooseFSxOption.
Constructor Details
#initialize(masters = nil, localpath = nil, filesystemid = nil) ⇒ GooseFSxOption
Returns a new instance of GooseFSxOption.
2138 2139 2140 2141 2142 |
# File 'lib/v20230321/models.rb', line 2138 def initialize(masters=nil, localpath=nil, filesystemid=nil) @Masters = masters @LocalPath = localpath @FileSystemId = filesystemid end |
Instance Attribute Details
#FileSystemId ⇒ Object
2136 2137 2138 |
# File 'lib/v20230321/models.rb', line 2136 def FileSystemId @FileSystemId end |
#LocalPath ⇒ Object
2136 2137 2138 |
# File 'lib/v20230321/models.rb', line 2136 def LocalPath @LocalPath end |
#Masters ⇒ Object
2136 2137 2138 |
# File 'lib/v20230321/models.rb', line 2136 def Masters @Masters end |
Instance Method Details
#deserialize(params) ⇒ Object
2144 2145 2146 2147 2148 |
# File 'lib/v20230321/models.rb', line 2144 def deserialize(params) @Masters = params['Masters'] @LocalPath = params['LocalPath'] @FileSystemId = params['FileSystemId'] end |