Class: AlarmDescription
- Inherits:
-
DynamicData
- Object
- DynamicData
- AlarmDescription
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmDescription
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
expr - TypeDescription
stateOperator - ElementDescription
metricOperator - ElementDescription
hostSystemConnectionState - ElementDescription
virtualMachinePowerState - ElementDescription
entityStatus - ElementDescription
action - TypeDescription
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.
-
#entityStatus ⇒ Object
Returns the value of attribute entityStatus.
-
#expr ⇒ Object
Returns the value of attribute expr.
-
#hostSystemConnectionState ⇒ Object
Returns the value of attribute hostSystemConnectionState.
-
#metricOperator ⇒ Object
Returns the value of attribute metricOperator.
-
#stateOperator ⇒ Object
Returns the value of attribute stateOperator.
-
#virtualMachinePowerState ⇒ Object
Returns the value of attribute virtualMachinePowerState.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], expr = [], stateOperator = [], metricOperator = [], hostSystemConnectionState = [], virtualMachinePowerState = [], entityStatus = [], action = []) ⇒ AlarmDescription
constructor
A new instance of AlarmDescription.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], expr = [], stateOperator = [], metricOperator = [], hostSystemConnectionState = [], virtualMachinePowerState = [], entityStatus = [], action = []) ⇒ AlarmDescription
Returns a new instance of AlarmDescription.
2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 |
# File 'lib/vmware/soap/vim25.rb', line 2930 def initialize(dynamicType = nil, dynamicProperty = [], expr = [], stateOperator = [], metricOperator = [], hostSystemConnectionState = [], virtualMachinePowerState = [], entityStatus = [], action = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @expr = expr @stateOperator = stateOperator @metricOperator = metricOperator @hostSystemConnectionState = hostSystemConnectionState @virtualMachinePowerState = virtualMachinePowerState @entityStatus = entityStatus @action = action end |
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
2928 2929 2930 |
# File 'lib/vmware/soap/vim25.rb', line 2928 def action @action end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2921 2922 2923 |
# File 'lib/vmware/soap/vim25.rb', line 2921 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2920 2921 2922 |
# File 'lib/vmware/soap/vim25.rb', line 2920 def dynamicType @dynamicType end |
#entityStatus ⇒ Object
Returns the value of attribute entityStatus.
2927 2928 2929 |
# File 'lib/vmware/soap/vim25.rb', line 2927 def entityStatus @entityStatus end |
#expr ⇒ Object
Returns the value of attribute expr.
2922 2923 2924 |
# File 'lib/vmware/soap/vim25.rb', line 2922 def expr @expr end |
#hostSystemConnectionState ⇒ Object
Returns the value of attribute hostSystemConnectionState.
2925 2926 2927 |
# File 'lib/vmware/soap/vim25.rb', line 2925 def hostSystemConnectionState @hostSystemConnectionState end |
#metricOperator ⇒ Object
Returns the value of attribute metricOperator.
2924 2925 2926 |
# File 'lib/vmware/soap/vim25.rb', line 2924 def metricOperator @metricOperator end |
#stateOperator ⇒ Object
Returns the value of attribute stateOperator.
2923 2924 2925 |
# File 'lib/vmware/soap/vim25.rb', line 2923 def stateOperator @stateOperator end |
#virtualMachinePowerState ⇒ Object
Returns the value of attribute virtualMachinePowerState.
2926 2927 2928 |
# File 'lib/vmware/soap/vim25.rb', line 2926 def virtualMachinePowerState @virtualMachinePowerState end |