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.



855
856
857
# File 'lib/v20180608/models.rb', line 855

def initialize(path=nil)
  @Path = path
end

Instance Attribute Details

#PathObject

Parameters:

  • Path:

    主机路径



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