Class: StateAlarmExpression
- Inherits:
-
AlarmExpression
- Object
- DynamicData
- AlarmExpression
- StateAlarmExpression
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25StateAlarmExpression
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
operator - StateAlarmOperator
type - SOAP::SOAPString
statePath - SOAP::SOAPString
yellow - SOAP::SOAPString
red - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#red ⇒ Object
Returns the value of attribute red.
-
#statePath ⇒ Object
Returns the value of attribute statePath.
-
#type ⇒ Object
Returns the value of attribute type.
-
#yellow ⇒ Object
Returns the value of attribute yellow.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], operator = nil, type = nil, statePath = nil, yellow = nil, red = nil) ⇒ StateAlarmExpression
constructor
A new instance of StateAlarmExpression.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], operator = nil, type = nil, statePath = nil, yellow = nil, red = nil) ⇒ StateAlarmExpression
Returns a new instance of StateAlarmExpression.
3005 3006 3007 3008 3009 3010 3011 3012 3013 |
# File 'lib/vmware/soap/vim25.rb', line 3005 def initialize(dynamicType = nil, dynamicProperty = [], operator = nil, type = nil, statePath = nil, yellow = nil, red = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @operator = operator @type = type @statePath = statePath @yellow = yellow @red = red end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2998 2999 3000 |
# File 'lib/vmware/soap/vim25.rb', line 2998 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2997 2998 2999 |
# File 'lib/vmware/soap/vim25.rb', line 2997 def dynamicType @dynamicType end |
#operator ⇒ Object
Returns the value of attribute operator.
2999 3000 3001 |
# File 'lib/vmware/soap/vim25.rb', line 2999 def operator @operator end |
#red ⇒ Object
Returns the value of attribute red.
3003 3004 3005 |
# File 'lib/vmware/soap/vim25.rb', line 3003 def red @red end |
#statePath ⇒ Object
Returns the value of attribute statePath.
3001 3002 3003 |
# File 'lib/vmware/soap/vim25.rb', line 3001 def statePath @statePath end |
#type ⇒ Object
Returns the value of attribute type.
3000 3001 3002 |
# File 'lib/vmware/soap/vim25.rb', line 3000 def type @type end |
#yellow ⇒ Object
Returns the value of attribute yellow.
3002 3003 3004 |
# File 'lib/vmware/soap/vim25.rb', line 3002 def yellow @yellow end |