Class: TencentCloud::Tem::V20210701::StorageMountConf
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20210701::StorageMountConf
- Defined in:
- lib/v20210701/models.rb
Overview
数据卷挂载信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(volumename = nil, mountpath = nil) ⇒ StorageMountConf
constructor
A new instance of StorageMountConf.
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
#MountPath ⇒ Object
4836 4837 4838 |
# File 'lib/v20210701/models.rb', line 4836 def MountPath @MountPath end |
#VolumeName ⇒ Object
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 |