Class: TencentCloud::Lighthouse::V20200324::AutoMountConfiguration
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::AutoMountConfiguration
- Defined in:
- lib/v20200324/models.rb
Overview
自动挂载并初始化该数据盘。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, mountpoint = nil, filesystemtype = nil) ⇒ AutoMountConfiguration
constructor
A new instance of AutoMountConfiguration.
Constructor Details
#initialize(instanceid = nil, mountpoint = nil, filesystemtype = nil) ⇒ AutoMountConfiguration
Returns a new instance of AutoMountConfiguration.
286 287 288 289 290 |
# File 'lib/v20200324/models.rb', line 286 def initialize(instanceid=nil, mountpoint=nil, filesystemtype=nil) @InstanceId = instanceid @MountPoint = mountpoint @FileSystemType = filesystemtype end |
Instance Attribute Details
#FileSystemType ⇒ Object
284 285 286 |
# File 'lib/v20200324/models.rb', line 284 def FileSystemType @FileSystemType end |
#InstanceId ⇒ Object
284 285 286 |
# File 'lib/v20200324/models.rb', line 284 def InstanceId @InstanceId end |
#MountPoint ⇒ Object
284 285 286 |
# File 'lib/v20200324/models.rb', line 284 def MountPoint @MountPoint end |
Instance Method Details
#deserialize(params) ⇒ Object
292 293 294 295 296 |
# File 'lib/v20200324/models.rb', line 292 def deserialize(params) @InstanceId = params['InstanceId'] @MountPoint = params['MountPoint'] @FileSystemType = params['FileSystemType'] end |