Class: TencentCloud::Batch::V20170312::InputMapping
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Batch::V20170312::InputMapping
- Defined in:
- lib/v20170312/models.rb
Overview
输入映射
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sourcepath = nil, destinationpath = nil, mountoptionparameter = nil, mounttype = nil) ⇒ InputMapping
constructor
A new instance of InputMapping.
Constructor Details
#initialize(sourcepath = nil, destinationpath = nil, mountoptionparameter = nil, mounttype = nil) ⇒ InputMapping
Returns a new instance of InputMapping.
2391 2392 2393 2394 2395 2396 |
# File 'lib/v20170312/models.rb', line 2391 def initialize(sourcepath=nil, destinationpath=nil, mountoptionparameter=nil, mounttype=nil) @SourcePath = sourcepath @DestinationPath = destinationpath @MountOptionParameter = mountoptionparameter @MountType = mounttype end |
Instance Attribute Details
#DestinationPath ⇒ Object
2389 2390 2391 |
# File 'lib/v20170312/models.rb', line 2389 def DestinationPath @DestinationPath end |
#MountOptionParameter ⇒ Object
2389 2390 2391 |
# File 'lib/v20170312/models.rb', line 2389 def MountOptionParameter @MountOptionParameter end |
#MountType ⇒ Object
2389 2390 2391 |
# File 'lib/v20170312/models.rb', line 2389 def MountType @MountType end |
#SourcePath ⇒ Object
2389 2390 2391 |
# File 'lib/v20170312/models.rb', line 2389 def SourcePath @SourcePath end |
Instance Method Details
#deserialize(params) ⇒ Object
2398 2399 2400 2401 2402 2403 |
# File 'lib/v20170312/models.rb', line 2398 def deserialize(params) @SourcePath = params['SourcePath'] @DestinationPath = params['DestinationPath'] @MountOptionParameter = params['MountOptionParameter'] @MountType = params['MountType'] end |