Class: TencentCloud::Batch::V20170312::MountDataDisk
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Batch::V20170312::MountDataDisk
- Defined in:
- lib/v20170312/models.rb
Overview
数据盘挂载选项
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(localpath = nil, filesystemtype = nil) ⇒ MountDataDisk
constructor
A new instance of MountDataDisk.
Constructor Details
#initialize(localpath = nil, filesystemtype = nil) ⇒ MountDataDisk
Returns a new instance of MountDataDisk.
3121 3122 3123 3124 |
# File 'lib/v20170312/models.rb', line 3121 def initialize(localpath=nil, filesystemtype=nil) @LocalPath = localpath @FileSystemType = filesystemtype end |
Instance Attribute Details
#FileSystemType ⇒ Object
3119 3120 3121 |
# File 'lib/v20170312/models.rb', line 3119 def FileSystemType @FileSystemType end |
#LocalPath ⇒ Object
3119 3120 3121 |
# File 'lib/v20170312/models.rb', line 3119 def LocalPath @LocalPath end |
Instance Method Details
#deserialize(params) ⇒ Object
3126 3127 3128 3129 |
# File 'lib/v20170312/models.rb', line 3126 def deserialize(params) @LocalPath = params['LocalPath'] @FileSystemType = params['FileSystemType'] end |