Class: Wakame::Event::AgentUnmappedCloudHost

Inherits:
Base
  • Object
show all
Defined in:
lib/wakame/event.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#time

Instance Method Summary collapse

Methods inherited from Base

#log_message

Constructor Details

#initialize(cloud_host_id, agent_id) ⇒ AgentUnmappedCloudHost

Returns a new instance of AgentUnmappedCloudHost.



119
120
121
122
123
# File 'lib/wakame/event.rb', line 119

def initialize(cloud_host_id, agent_id)
  super()
  @agent_id = agent_id
  @cloud_host_id = cloud_host_id
end

Instance Attribute Details

#agent_idObject (readonly)

Returns the value of attribute agent_id.



118
119
120
# File 'lib/wakame/event.rb', line 118

def agent_id
  @agent_id
end

#cloud_host_idObject (readonly)

Returns the value of attribute cloud_host_id.



118
119
120
# File 'lib/wakame/event.rb', line 118

def cloud_host_id
  @cloud_host_id
end