Class: AlarmScriptFailedEvent
- Inherits:
-
AlarmEvent
- Object
- DynamicData
- Event
- AlarmEvent
- AlarmScriptFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmScriptFailedEvent
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
script - SOAP::SOAPString
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.
-
#script ⇒ Object
Returns the value of attribute script.
-
#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, script = nil, reason = nil) ⇒ AlarmScriptFailedEvent
constructor
A new instance of AlarmScriptFailedEvent.
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, script = nil, reason = nil) ⇒ AlarmScriptFailedEvent
Returns a new instance of AlarmScriptFailedEvent.
13482 13483 13484 13485 13486 13487 13488 13489 13490 13491 13492 13493 13494 13495 13496 13497 13498 |
# File 'lib/vmware/soap/vim25.rb', line 13482 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, script = 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 @script = script @reason = reason end |
Instance Attribute Details
#alarm ⇒ Object
Returns the value of attribute alarm.
13477 13478 13479 |
# File 'lib/vmware/soap/vim25.rb', line 13477 def alarm @alarm end |
#chainId ⇒ Object
Returns the value of attribute chainId.
13469 13470 13471 |
# File 'lib/vmware/soap/vim25.rb', line 13469 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13473 13474 13475 |
# File 'lib/vmware/soap/vim25.rb', line 13473 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13470 13471 13472 |
# File 'lib/vmware/soap/vim25.rb', line 13470 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13472 13473 13474 |
# File 'lib/vmware/soap/vim25.rb', line 13472 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13467 13468 13469 |
# File 'lib/vmware/soap/vim25.rb', line 13467 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13466 13467 13468 |
# File 'lib/vmware/soap/vim25.rb', line 13466 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
13478 13479 13480 |
# File 'lib/vmware/soap/vim25.rb', line 13478 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13476 13477 13478 |
# File 'lib/vmware/soap/vim25.rb', line 13476 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13474 13475 13476 |
# File 'lib/vmware/soap/vim25.rb', line 13474 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13468 13469 13470 |
# File 'lib/vmware/soap/vim25.rb', line 13468 def key @key end |
#reason ⇒ Object
Returns the value of attribute reason.
13480 13481 13482 |
# File 'lib/vmware/soap/vim25.rb', line 13480 def reason @reason end |
#script ⇒ Object
Returns the value of attribute script.
13479 13480 13481 |
# File 'lib/vmware/soap/vim25.rb', line 13479 def script @script end |
#userName ⇒ Object
Returns the value of attribute userName.
13471 13472 13473 |
# File 'lib/vmware/soap/vim25.rb', line 13471 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13475 13476 13477 |
# File 'lib/vmware/soap/vim25.rb', line 13475 def vm @vm end |