Class: TencentCloud::Tcb::V20180608::CloudBaseRunServiceVolumeHostPath

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180608/models.rb

Overview

主机路径挂载参数

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#PathObject

Parameters:

  • Path:

    主机路径



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