Class: TencentCloud::Cwp::V20180228::FileTamperRuleCount

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

Overview

主机关联核心文件规则数量信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(uuid = nil, count = nil, name = nil) ⇒ FileTamperRuleCount

Returns a new instance of FileTamperRuleCount.



29107
29108
29109
29110
29111
# File 'lib/v20180228/models.rb', line 29107

def initialize(uuid=nil, count=nil, name=nil)
  @Uuid = uuid
  @Count = count
  @Name = name
end

Instance Attribute Details

#CountObject

Parameters:

  • Uuid:

    主机uuid

  • Count:

    关联规则的数量

  • Name:

    关联规则的名称(仅展示其中一条)



29105
29106
29107
# File 'lib/v20180228/models.rb', line 29105

def Count
  @Count
end

#NameObject

Parameters:

  • Uuid:

    主机uuid

  • Count:

    关联规则的数量

  • Name:

    关联规则的名称(仅展示其中一条)



29105
29106
29107
# File 'lib/v20180228/models.rb', line 29105

def Name
  @Name
end

#UuidObject

Parameters:

  • Uuid:

    主机uuid

  • Count:

    关联规则的数量

  • Name:

    关联规则的名称(仅展示其中一条)



29105
29106
29107
# File 'lib/v20180228/models.rb', line 29105

def Uuid
  @Uuid
end

Instance Method Details

#deserialize(params) ⇒ Object



29113
29114
29115
29116
29117
# File 'lib/v20180228/models.rb', line 29113

def deserialize(params)
  @Uuid = params['Uuid']
  @Count = params['Count']
  @Name = params['Name']
end