Class: TencentCloud::Omics::V20221128::VolumeInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Omics::V20221128::VolumeInfo
- Defined in:
- lib/v20221128/models.rb
Overview
缓存卷信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(volumeid = nil, name = nil, mountpath = nil) ⇒ VolumeInfo
constructor
A new instance of VolumeInfo.
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
#MountPath ⇒ Object
2662 2663 2664 |
# File 'lib/v20221128/models.rb', line 2662 def MountPath @MountPath end |
#Name ⇒ Object
2662 2663 2664 |
# File 'lib/v20221128/models.rb', line 2662 def Name @Name end |
#VolumeId ⇒ Object
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 |