Class: AlarmSnmpFailedEvent
- Inherits:
-
AlarmEvent
- Object
- DynamicData
- Event
- AlarmEvent
- AlarmSnmpFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmSnmpFailedEvent
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
entity - ManagedEntityEventArgument
reason - LocalizedMethodFault
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.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#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, entity = nil, reason = nil) ⇒ AlarmSnmpFailedEvent
constructor
A new instance of AlarmSnmpFailedEvent.
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, entity = nil, reason = nil) ⇒ AlarmSnmpFailedEvent
Returns a new instance of AlarmSnmpFailedEvent.
13382 13383 13384 13385 13386 13387 13388 13389 13390 13391 13392 13393 13394 13395 13396 13397 |
# File 'lib/vmware/soap/vim25.rb', line 13382 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, entity = nil, reason = 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 @entity = entity @reason = reason end |
Instance Attribute Details
#alarm ⇒ Object
Returns the value of attribute alarm.
13378 13379 13380 |
# File 'lib/vmware/soap/vim25.rb', line 13378 def alarm @alarm end |
#chainId ⇒ Object
Returns the value of attribute chainId.
13370 13371 13372 |
# File 'lib/vmware/soap/vim25.rb', line 13370 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13374 13375 13376 |
# File 'lib/vmware/soap/vim25.rb', line 13374 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13371 13372 13373 |
# File 'lib/vmware/soap/vim25.rb', line 13371 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13373 13374 13375 |
# File 'lib/vmware/soap/vim25.rb', line 13373 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13368 13369 13370 |
# File 'lib/vmware/soap/vim25.rb', line 13368 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13367 13368 13369 |
# File 'lib/vmware/soap/vim25.rb', line 13367 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
13379 13380 13381 |
# File 'lib/vmware/soap/vim25.rb', line 13379 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13377 13378 13379 |
# File 'lib/vmware/soap/vim25.rb', line 13377 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13375 13376 13377 |
# File 'lib/vmware/soap/vim25.rb', line 13375 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13369 13370 13371 |
# File 'lib/vmware/soap/vim25.rb', line 13369 def key @key end |
#reason ⇒ Object
Returns the value of attribute reason.
13380 13381 13382 |
# File 'lib/vmware/soap/vim25.rb', line 13380 def reason @reason end |
#userName ⇒ Object
Returns the value of attribute userName.
13372 13373 13374 |
# File 'lib/vmware/soap/vim25.rb', line 13372 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13376 13377 13378 |
# File 'lib/vmware/soap/vim25.rb', line 13376 def vm @vm end |