Class: TencentCloud::Tem::V20210701::StorageMountConf

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

Overview

数据卷挂载信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(volumename = nil, mountpath = nil) ⇒ StorageMountConf

Returns a new instance of StorageMountConf.



4783
4784
4785
4786
# File 'lib/v20210701/models.rb', line 4783

def initialize(volumename=nil, mountpath=nil)
  @VolumeName = volumename
  @MountPath = mountpath
end

Instance Attribute Details

#MountPathObject

Parameters:

  • VolumeName:

    数据卷名

  • MountPath:

    数据卷绑定路径



4781
4782
4783
# File 'lib/v20210701/models.rb', line 4781

def MountPath
  @MountPath
end

#VolumeNameObject

Parameters:

  • VolumeName:

    数据卷名

  • MountPath:

    数据卷绑定路径



4781
4782
4783
# File 'lib/v20210701/models.rb', line 4781

def VolumeName
  @VolumeName
end

Instance Method Details

#deserialize(params) ⇒ Object



4788
4789
4790
4791
# File 'lib/v20210701/models.rb', line 4788

def deserialize(params)
  @VolumeName = params['VolumeName']
  @MountPath = params['MountPath']
end