Class: GroupAlarmAction
- Inherits:
-
AlarmAction
- Object
- DynamicData
- AlarmAction
- GroupAlarmAction
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GroupAlarmAction
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
action - AlarmAction
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], action = []) ⇒ GroupAlarmAction
constructor
A new instance of GroupAlarmAction.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], action = []) ⇒ GroupAlarmAction
Returns a new instance of GroupAlarmAction.
2902 2903 2904 2905 2906 |
# File 'lib/vmware/soap/vim25.rb', line 2902 def initialize(dynamicType = nil, dynamicProperty = [], action = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @action = action end |
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
2900 2901 2902 |
# File 'lib/vmware/soap/vim25.rb', line 2900 def action @action end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2899 2900 2901 |
# File 'lib/vmware/soap/vim25.rb', line 2899 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2898 2899 2900 |
# File 'lib/vmware/soap/vim25.rb', line 2898 def dynamicType @dynamicType end |