Class: AlarmScriptCompleteEvent
- Inherits:
-
AlarmEvent
- Object
- DynamicData
- Event
- AlarmEvent
- AlarmScriptCompleteEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmScriptCompleteEvent
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
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.
-
#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) ⇒ AlarmScriptCompleteEvent
constructor
A new instance of AlarmScriptCompleteEvent.
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) ⇒ AlarmScriptCompleteEvent
Returns a new instance of AlarmScriptCompleteEvent.
13431 13432 13433 13434 13435 13436 13437 13438 13439 13440 13441 13442 13443 13444 13445 13446 |
# File 'lib/vmware/soap/vim25.rb', line 13431 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) @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 end |
Instance Attribute Details
#alarm ⇒ Object
Returns the value of attribute alarm.
13427 13428 13429 |
# File 'lib/vmware/soap/vim25.rb', line 13427 def alarm @alarm end |
#chainId ⇒ Object
Returns the value of attribute chainId.
13419 13420 13421 |
# File 'lib/vmware/soap/vim25.rb', line 13419 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13423 13424 13425 |
# File 'lib/vmware/soap/vim25.rb', line 13423 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13420 13421 13422 |
# File 'lib/vmware/soap/vim25.rb', line 13420 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13422 13423 13424 |
# File 'lib/vmware/soap/vim25.rb', line 13422 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13417 13418 13419 |
# File 'lib/vmware/soap/vim25.rb', line 13417 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13416 13417 13418 |
# File 'lib/vmware/soap/vim25.rb', line 13416 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
13428 13429 13430 |
# File 'lib/vmware/soap/vim25.rb', line 13428 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13426 13427 13428 |
# File 'lib/vmware/soap/vim25.rb', line 13426 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13424 13425 13426 |
# File 'lib/vmware/soap/vim25.rb', line 13424 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13418 13419 13420 |
# File 'lib/vmware/soap/vim25.rb', line 13418 def key @key end |
#script ⇒ Object
Returns the value of attribute script.
13429 13430 13431 |
# File 'lib/vmware/soap/vim25.rb', line 13429 def script @script end |
#userName ⇒ Object
Returns the value of attribute userName.
13421 13422 13423 |
# File 'lib/vmware/soap/vim25.rb', line 13421 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13425 13426 13427 |
# File 'lib/vmware/soap/vim25.rb', line 13425 def vm @vm end |