Class: AlarmEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- AlarmEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmEvent
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
chainId - SOAP::SOAPInt
createdTime - SOAP::SOAPDateTime
userName - SOAP::SOAPString
datacenter - DatacenterEventArgument
computeResource - ComputeResourceEventArgument
host - HostEventArgument
vm - VmEventArgument
fullFormattedMessage - SOAP::SOAPString
alarm - AlarmEventArgument
Direct Known Subclasses
AlarmActionTriggeredEvent, AlarmCreatedEvent, AlarmEmailCompletedEvent, AlarmEmailFailedEvent, AlarmReconfiguredEvent, AlarmRemovedEvent, AlarmScriptCompleteEvent, AlarmScriptFailedEvent, AlarmSnmpCompletedEvent, AlarmSnmpFailedEvent, AlarmStatusChangedEvent
Instance Attribute Summary collapse
-
#alarm ⇒ Object
Returns the value of attribute alarm.
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, alarm = nil) ⇒ AlarmEvent
constructor
A new instance of AlarmEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, alarm = nil) ⇒ AlarmEvent
Returns a new instance of AlarmEvent.
13038 13039 13040 13041 13042 13043 13044 13045 13046 13047 13048 13049 13050 13051 |
# File 'lib/vmware/soap/vim25.rb', line 13038 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, alarm = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @alarm = alarm end |
Instance Attribute Details
#alarm ⇒ Object
Returns the value of attribute alarm.
13036 13037 13038 |
# File 'lib/vmware/soap/vim25.rb', line 13036 def alarm @alarm end |
#chainId ⇒ Object
Returns the value of attribute chainId.
13028 13029 13030 |
# File 'lib/vmware/soap/vim25.rb', line 13028 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13032 13033 13034 |
# File 'lib/vmware/soap/vim25.rb', line 13032 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13029 13030 13031 |
# File 'lib/vmware/soap/vim25.rb', line 13029 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13031 13032 13033 |
# File 'lib/vmware/soap/vim25.rb', line 13031 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13026 13027 13028 |
# File 'lib/vmware/soap/vim25.rb', line 13026 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13025 13026 13027 |
# File 'lib/vmware/soap/vim25.rb', line 13025 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13035 13036 13037 |
# File 'lib/vmware/soap/vim25.rb', line 13035 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13033 13034 13035 |
# File 'lib/vmware/soap/vim25.rb', line 13033 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13027 13028 13029 |
# File 'lib/vmware/soap/vim25.rb', line 13027 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
13030 13031 13032 |
# File 'lib/vmware/soap/vim25.rb', line 13030 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13034 13035 13036 |
# File 'lib/vmware/soap/vim25.rb', line 13034 def vm @vm end |