Class: TencentCloud::Batch::V20170312::InputMapping

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20170312/models.rb

Overview

输入映射

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sourcepath = nil, destinationpath = nil, mountoptionparameter = nil) ⇒ InputMapping

Returns a new instance of InputMapping.



2389
2390
2391
2392
2393
# File 'lib/v20170312/models.rb', line 2389

def initialize(sourcepath=nil, destinationpath=nil, mountoptionparameter=nil)
  @SourcePath = sourcepath
  @DestinationPath = destinationpath
  @MountOptionParameter = mountoptionparameter
end

Instance Attribute Details

#DestinationPathObject

Parameters:

  • SourcePath:

    源端路径

  • DestinationPath:

    目的端路径

  • MountOptionParameter:

    挂载配置项参数



2387
2388
2389
# File 'lib/v20170312/models.rb', line 2387

def DestinationPath
  @DestinationPath
end

#MountOptionParameterObject

Parameters:

  • SourcePath:

    源端路径

  • DestinationPath:

    目的端路径

  • MountOptionParameter:

    挂载配置项参数



2387
2388
2389
# File 'lib/v20170312/models.rb', line 2387

def MountOptionParameter
  @MountOptionParameter
end

#SourcePathObject

Parameters:

  • SourcePath:

    源端路径

  • DestinationPath:

    目的端路径

  • MountOptionParameter:

    挂载配置项参数



2387
2388
2389
# File 'lib/v20170312/models.rb', line 2387

def SourcePath
  @SourcePath
end

Instance Method Details

#deserialize(params) ⇒ Object



2395
2396
2397
2398
2399
# File 'lib/v20170312/models.rb', line 2395

def deserialize(params)
  @SourcePath = params['SourcePath']
  @DestinationPath = params['DestinationPath']
  @MountOptionParameter = params['MountOptionParameter']
end