Class: TencentCloud::Wedata::V20210820::DlcRemoveOrphanFilesInfo

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

Overview

移除孤立文件治理项

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(removeorphanfilesenable = nil, engine = nil, beforedays = nil, maxconcurrentdeletes = nil, intervalmin = nil) ⇒ DlcRemoveOrphanFilesInfo

Returns a new instance of DlcRemoveOrphanFilesInfo.



13004
13005
13006
13007
13008
13009
13010
# File 'lib/v20210820/models.rb', line 13004

def initialize(removeorphanfilesenable=nil, engine=nil, beforedays=nil, maxconcurrentdeletes=nil, intervalmin=nil)
  @RemoveOrphanFilesEnable = removeorphanfilesenable
  @Engine = engine
  @BeforeDays = beforedays
  @MaxConcurrentDeletes = maxconcurrentdeletes
  @IntervalMin = intervalmin
end

Instance Attribute Details

#BeforeDaysObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RemoveOrphanFilesEnable:

    是否启用移除孤立文件治理项:enable、none

  • Engine:

    用于运行移除孤立文件治理项的引擎名称

  • BeforeDays:

    移除指定天前的孤立文件

  • MaxConcurrentDeletes:

    移除孤立文件的并行数

  • IntervalMin:

    移除孤立文件治理运行周期,单位为分钟



13002
13003
13004
# File 'lib/v20210820/models.rb', line 13002

def BeforeDays
  @BeforeDays
end

#EngineObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RemoveOrphanFilesEnable:

    是否启用移除孤立文件治理项:enable、none

  • Engine:

    用于运行移除孤立文件治理项的引擎名称

  • BeforeDays:

    移除指定天前的孤立文件

  • MaxConcurrentDeletes:

    移除孤立文件的并行数

  • IntervalMin:

    移除孤立文件治理运行周期,单位为分钟



13002
13003
13004
# File 'lib/v20210820/models.rb', line 13002

def Engine
  @Engine
end

#IntervalMinObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RemoveOrphanFilesEnable:

    是否启用移除孤立文件治理项:enable、none

  • Engine:

    用于运行移除孤立文件治理项的引擎名称

  • BeforeDays:

    移除指定天前的孤立文件

  • MaxConcurrentDeletes:

    移除孤立文件的并行数

  • IntervalMin:

    移除孤立文件治理运行周期,单位为分钟



13002
13003
13004
# File 'lib/v20210820/models.rb', line 13002

def IntervalMin
  @IntervalMin
end

#MaxConcurrentDeletesObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RemoveOrphanFilesEnable:

    是否启用移除孤立文件治理项:enable、none

  • Engine:

    用于运行移除孤立文件治理项的引擎名称

  • BeforeDays:

    移除指定天前的孤立文件

  • MaxConcurrentDeletes:

    移除孤立文件的并行数

  • IntervalMin:

    移除孤立文件治理运行周期,单位为分钟



13002
13003
13004
# File 'lib/v20210820/models.rb', line 13002

def MaxConcurrentDeletes
  @MaxConcurrentDeletes
end

#RemoveOrphanFilesEnableObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • RemoveOrphanFilesEnable:

    是否启用移除孤立文件治理项:enable、none

  • Engine:

    用于运行移除孤立文件治理项的引擎名称

  • BeforeDays:

    移除指定天前的孤立文件

  • MaxConcurrentDeletes:

    移除孤立文件的并行数

  • IntervalMin:

    移除孤立文件治理运行周期,单位为分钟



13002
13003
13004
# File 'lib/v20210820/models.rb', line 13002

def RemoveOrphanFilesEnable
  @RemoveOrphanFilesEnable
end

Instance Method Details

#deserialize(params) ⇒ Object



13012
13013
13014
13015
13016
13017
13018
# File 'lib/v20210820/models.rb', line 13012

def deserialize(params)
  @RemoveOrphanFilesEnable = params['RemoveOrphanFilesEnable']
  @Engine = params['Engine']
  @BeforeDays = params['BeforeDays']
  @MaxConcurrentDeletes = params['MaxConcurrentDeletes']
  @IntervalMin = params['IntervalMin']
end