Class: TencentCloud::Tione::V20211111::HostPath
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::HostPath
- Defined in:
- lib/v20211111/models.rb
Overview
主机路径挂载配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(path = nil) ⇒ HostPath
constructor
A new instance of HostPath.
Constructor Details
#initialize(path = nil) ⇒ HostPath
Returns a new instance of HostPath.
4671 4672 4673 |
# File 'lib/v20211111/models.rb', line 4671 def initialize(path=nil) @Path = path end |
Instance Attribute Details
#Path ⇒ Object
4669 4670 4671 |
# File 'lib/v20211111/models.rb', line 4669 def Path @Path end |
Instance Method Details
#deserialize(params) ⇒ Object
4675 4676 4677 |
# File 'lib/v20211111/models.rb', line 4675 def deserialize(params) @Path = params['Path'] end |