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.
1141 1142 1143 |
# File 'lib/v20180608/models.rb', line 1141 def initialize(path=nil) @Path = path end |
Instance Attribute Details
#Path ⇒ Object
1139 1140 1141 |
# File 'lib/v20180608/models.rb', line 1139 def Path @Path end |
Instance Method Details
#deserialize(params) ⇒ Object
1145 1146 1147 |
# File 'lib/v20180608/models.rb', line 1145 def deserialize(params) @Path = params['Path'] end |