Class: AlarmEventArgument
- Inherits:
-
EntityEventArgument
- Object
- DynamicData
- EventArgument
- EntityEventArgument
- AlarmEventArgument
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmEventArgument
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
alarm - ManagedObjectReference
Instance Attribute Summary collapse
-
#alarm ⇒ Object
Returns the value of attribute alarm.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, alarm = nil) ⇒ AlarmEventArgument
constructor
A new instance of AlarmEventArgument.
Constructor Details
permalink #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
permalink #alarm ⇒ Object
Returns the value of attribute alarm.
16689 16690 16691 |
# File 'lib/vmware/soap/vim25.rb', line 16689 def alarm @alarm end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16687 16688 16689 |
# File 'lib/vmware/soap/vim25.rb', line 16687 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16686 16687 16688 |
# File 'lib/vmware/soap/vim25.rb', line 16686 def dynamicType @dynamicType end |
permalink #name ⇒ Object
Returns the value of attribute name.
16688 16689 16690 |
# File 'lib/vmware/soap/vim25.rb', line 16688 def name @name end |