Class: AlarmAction
- Inherits:
-
DynamicData
- Object
- DynamicData
- AlarmAction
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmAction
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ AlarmAction
constructor
A new instance of AlarmAction.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ AlarmAction
Returns a new instance of AlarmAction.
2859 2860 2861 2862 |
# File 'lib/vmware/soap/vim25.rb', line 2859 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2857 2858 2859 |
# File 'lib/vmware/soap/vim25.rb', line 2857 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2856 2857 2858 |
# File 'lib/vmware/soap/vim25.rb', line 2856 def dynamicType @dynamicType end |