Class: TencentCloud::Tcb::V20180608::CloudBaseRunServiceVolumeHostPath
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::CloudBaseRunServiceVolumeHostPath
- Defined in:
- lib/v20180608/models.rb
Overview
主机路径挂载参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(path = nil) ⇒ CloudBaseRunServiceVolumeHostPath
constructor
A new instance of CloudBaseRunServiceVolumeHostPath.
Constructor Details
#initialize(path = nil) ⇒ CloudBaseRunServiceVolumeHostPath
Returns a new instance of CloudBaseRunServiceVolumeHostPath.
855 856 857 |
# File 'lib/v20180608/models.rb', line 855 def initialize(path=nil) @Path = path end |
Instance Attribute Details
#Path ⇒ Object
853 854 855 |
# File 'lib/v20180608/models.rb', line 853 def Path @Path end |
Instance Method Details
#deserialize(params) ⇒ Object
859 860 861 |
# File 'lib/v20180608/models.rb', line 859 def deserialize(params) @Path = params['Path'] end |