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.



4838
4839
4840
4841
# File 'lib/v20210701/models.rb', line 4838

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

Instance Attribute Details

#MountPathObject

Parameters:

  • VolumeName:

    数据卷名

  • MountPath:

    数据卷绑定路径



4836
4837
4838
# File 'lib/v20210701/models.rb', line 4836

def MountPath
  @MountPath
end

#VolumeNameObject

Parameters:

  • VolumeName:

    数据卷名

  • MountPath:

    数据卷绑定路径



4836
4837
4838
# File 'lib/v20210701/models.rb', line 4836

def VolumeName
  @VolumeName
end

Instance Method Details

#deserialize(params) ⇒ Object



4843
4844
4845
4846
# File 'lib/v20210701/models.rb', line 4843

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