Class: AlarmState
- Inherits:
-
DynamicData
- Object
- DynamicData
- AlarmState
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmState
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
entity - ManagedObjectReference
alarm - ManagedObjectReference
overallStatus - ManagedEntityStatus
time - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#alarm ⇒ Object
Returns the value of attribute alarm.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#key ⇒ Object
Returns the value of attribute key.
-
#overallStatus ⇒ Object
Returns the value of attribute overallStatus.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, entity = nil, alarm = nil, overallStatus = nil, time = nil) ⇒ AlarmState
constructor
A new instance of AlarmState.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, entity = nil, alarm = nil, overallStatus = nil, time = nil) ⇒ AlarmState
Returns a new instance of AlarmState.
3179 3180 3181 3182 3183 3184 3185 3186 3187 |
# File 'lib/vmware/soap/vim25.rb', line 3179 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, entity = nil, alarm = nil, overallStatus = nil, time = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @entity = entity @alarm = alarm @overallStatus = overallStatus @time = time end |
Instance Attribute Details
#alarm ⇒ Object
Returns the value of attribute alarm.
3175 3176 3177 |
# File 'lib/vmware/soap/vim25.rb', line 3175 def alarm @alarm end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3172 3173 3174 |
# File 'lib/vmware/soap/vim25.rb', line 3172 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3171 3172 3173 |
# File 'lib/vmware/soap/vim25.rb', line 3171 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
3174 3175 3176 |
# File 'lib/vmware/soap/vim25.rb', line 3174 def entity @entity end |
#key ⇒ Object
Returns the value of attribute key.
3173 3174 3175 |
# File 'lib/vmware/soap/vim25.rb', line 3173 def key @key end |
#overallStatus ⇒ Object
Returns the value of attribute overallStatus.
3176 3177 3178 |
# File 'lib/vmware/soap/vim25.rb', line 3176 def overallStatus @overallStatus end |
#time ⇒ Object
Returns the value of attribute time.
3177 3178 3179 |
# File 'lib/vmware/soap/vim25.rb', line 3177 def time @time end |