Class: AlarmEventArgument

Inherits:
EntityEventArgument show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25AlarmEventArgument

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
alarm - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, alarm = nil) ⇒ AlarmEventArgument

Returns a new instance of AlarmEventArgument.



16691
16692
16693
16694
16695
16696
# File 'lib/vmware/soap/vim25.rb', line 16691

def initialize(dynamicType = nil, dynamicProperty = [], name = nil, alarm = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
  @alarm = alarm
end

Instance Attribute Details

#alarmObject

Returns the value of attribute alarm.



16689
16690
16691
# File 'lib/vmware/soap/vim25.rb', line 16689

def alarm
  @alarm
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16687
16688
16689
# File 'lib/vmware/soap/vim25.rb', line 16687

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16686
16687
16688
# File 'lib/vmware/soap/vim25.rb', line 16686

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



16688
16689
16690
# File 'lib/vmware/soap/vim25.rb', line 16688

def name
  @name
end