Class: AlarmTriggeringAction
- Inherits:
-
AlarmAction
- Object
- DynamicData
- AlarmAction
- AlarmTriggeringAction
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmTriggeringAction
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
action - Action
green2yellow - SOAP::SOAPBoolean
yellow2red - SOAP::SOAPBoolean
red2yellow - SOAP::SOAPBoolean
yellow2green - SOAP::SOAPBoolean
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.
-
#green2yellow ⇒ Object
Returns the value of attribute green2yellow.
-
#red2yellow ⇒ Object
Returns the value of attribute red2yellow.
-
#yellow2green ⇒ Object
Returns the value of attribute yellow2green.
-
#yellow2red ⇒ Object
Returns the value of attribute yellow2red.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], action = nil, green2yellow = nil, yellow2red = nil, red2yellow = nil, yellow2green = nil) ⇒ AlarmTriggeringAction
constructor
A new instance of AlarmTriggeringAction.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], action = nil, green2yellow = nil, yellow2red = nil, red2yellow = nil, yellow2green = nil) ⇒ AlarmTriggeringAction
Returns a new instance of AlarmTriggeringAction.
2882 2883 2884 2885 2886 2887 2888 2889 2890 |
# File 'lib/vmware/soap/vim25.rb', line 2882 def initialize(dynamicType = nil, dynamicProperty = [], action = nil, green2yellow = nil, yellow2red = nil, red2yellow = nil, yellow2green = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @action = action @green2yellow = green2yellow @yellow2red = yellow2red @red2yellow = red2yellow @yellow2green = yellow2green end |
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
2876 2877 2878 |
# File 'lib/vmware/soap/vim25.rb', line 2876 def action @action end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2875 2876 2877 |
# File 'lib/vmware/soap/vim25.rb', line 2875 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2874 2875 2876 |
# File 'lib/vmware/soap/vim25.rb', line 2874 def dynamicType @dynamicType end |
#green2yellow ⇒ Object
Returns the value of attribute green2yellow.
2877 2878 2879 |
# File 'lib/vmware/soap/vim25.rb', line 2877 def green2yellow @green2yellow end |
#red2yellow ⇒ Object
Returns the value of attribute red2yellow.
2879 2880 2881 |
# File 'lib/vmware/soap/vim25.rb', line 2879 def red2yellow @red2yellow end |
#yellow2green ⇒ Object
Returns the value of attribute yellow2green.
2880 2881 2882 |
# File 'lib/vmware/soap/vim25.rb', line 2880 def yellow2green @yellow2green end |
#yellow2red ⇒ Object
Returns the value of attribute yellow2red.
2878 2879 2880 |
# File 'lib/vmware/soap/vim25.rb', line 2878 def yellow2red @yellow2red end |