Class: TencentCloud::Omics::V20221128::VolumeInfo

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

Overview

缓存卷信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(volumeid = nil, name = nil, mountpath = nil) ⇒ VolumeInfo

Returns a new instance of VolumeInfo.



2664
2665
2666
2667
2668
# File 'lib/v20221128/models.rb', line 2664

def initialize(volumeid=nil, name=nil, mountpath=nil)
  @VolumeId = volumeid
  @Name = name
  @MountPath = mountpath
end

Instance Attribute Details

#MountPathObject

Parameters:

  • VolumeId:

    缓存卷ID。

  • Name:

    名称。

  • MountPath:

    挂载路径。



2662
2663
2664
# File 'lib/v20221128/models.rb', line 2662

def MountPath
  @MountPath
end

#NameObject

Parameters:

  • VolumeId:

    缓存卷ID。

  • Name:

    名称。

  • MountPath:

    挂载路径。



2662
2663
2664
# File 'lib/v20221128/models.rb', line 2662

def Name
  @Name
end

#VolumeIdObject

Parameters:

  • VolumeId:

    缓存卷ID。

  • Name:

    名称。

  • MountPath:

    挂载路径。



2662
2663
2664
# File 'lib/v20221128/models.rb', line 2662

def VolumeId
  @VolumeId
end

Instance Method Details

#deserialize(params) ⇒ Object



2670
2671
2672
2673
2674
# File 'lib/v20221128/models.rb', line 2670

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