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.



29568
29569
29570
29571
29572
# File 'lib/v20180228/models.rb', line 29568

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

Instance Attribute Details

#CountObject

Parameters:

  • Uuid:

    主机uuid

  • Count:

    关联规则的数量

  • Name:

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



29566
29567
29568
# File 'lib/v20180228/models.rb', line 29566

def Count
  @Count
end

#NameObject

Parameters:

  • Uuid:

    主机uuid

  • Count:

    关联规则的数量

  • Name:

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



29566
29567
29568
# File 'lib/v20180228/models.rb', line 29566

def Name
  @Name
end

#UuidObject

Parameters:

  • Uuid:

    主机uuid

  • Count:

    关联规则的数量

  • Name:

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



29566
29567
29568
# File 'lib/v20180228/models.rb', line 29566

def Uuid
  @Uuid
end

Instance Method Details

#deserialize(params) ⇒ Object



29574
29575
29576
29577
29578
# File 'lib/v20180228/models.rb', line 29574

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