Class: TencentCloud::Cfs::V20190719::PathInfo

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

Overview

生命周期管理策略关联目录的绝对路径

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(filesystemid = nil, path = nil, dataflowid = nil) ⇒ PathInfo

Returns a new instance of PathInfo.



3569
3570
3571
3572
3573
# File 'lib/v20190719/models.rb', line 3569

def initialize(filesystemid=nil, path=nil, dataflowid=nil)
  @FileSystemId = filesystemid
  @Path = path
  @DataFlowId = dataflowid
end

Instance Attribute Details

#DataFlowIdObject

Parameters:

  • FileSystemId:

    文件系统ID

  • Path:

    目录绝对路径

  • DataFlowId:

    数据流动Id



3567
3568
3569
# File 'lib/v20190719/models.rb', line 3567

def DataFlowId
  @DataFlowId
end

#FileSystemIdObject

Parameters:

  • FileSystemId:

    文件系统ID

  • Path:

    目录绝对路径

  • DataFlowId:

    数据流动Id



3567
3568
3569
# File 'lib/v20190719/models.rb', line 3567

def FileSystemId
  @FileSystemId
end

#PathObject

Parameters:

  • FileSystemId:

    文件系统ID

  • Path:

    目录绝对路径

  • DataFlowId:

    数据流动Id



3567
3568
3569
# File 'lib/v20190719/models.rb', line 3567

def Path
  @Path
end

Instance Method Details

#deserialize(params) ⇒ Object



3575
3576
3577
3578
3579
# File 'lib/v20190719/models.rb', line 3575

def deserialize(params)
  @FileSystemId = params['FileSystemId']
  @Path = params['Path']
  @DataFlowId = params['DataFlowId']
end