Class: AlarmActionTriggeredEvent
- Inherits:
-
AlarmEvent
- Object
- DynamicData
- Event
- AlarmEvent
- AlarmActionTriggeredEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmActionTriggeredEvent
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
source - ManagedEntityEventArgument
entity - ManagedEntityEventArgument
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.
-
#source ⇒ Object
Returns the value of attribute source.
-
#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, source = nil, entity = nil) ⇒ AlarmActionTriggeredEvent
constructor
A new instance of AlarmActionTriggeredEvent.
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, source = nil, entity = nil) ⇒ AlarmActionTriggeredEvent
Returns a new instance of AlarmActionTriggeredEvent.
13186 13187 13188 13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 |
# File 'lib/vmware/soap/vim25.rb', line 13186 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, source = nil, entity = 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 @source = source @entity = entity end |
Instance Attribute Details
#alarm ⇒ Object
Returns the value of attribute alarm.
13182 13183 13184 |
# File 'lib/vmware/soap/vim25.rb', line 13182 def alarm @alarm end |
#chainId ⇒ Object
Returns the value of attribute chainId.
13174 13175 13176 |
# File 'lib/vmware/soap/vim25.rb', line 13174 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13178 13179 13180 |
# File 'lib/vmware/soap/vim25.rb', line 13178 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13175 13176 13177 |
# File 'lib/vmware/soap/vim25.rb', line 13175 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13177 13178 13179 |
# File 'lib/vmware/soap/vim25.rb', line 13177 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13172 13173 13174 |
# File 'lib/vmware/soap/vim25.rb', line 13172 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13171 13172 13173 |
# File 'lib/vmware/soap/vim25.rb', line 13171 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
13184 13185 13186 |
# File 'lib/vmware/soap/vim25.rb', line 13184 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13181 13182 13183 |
# File 'lib/vmware/soap/vim25.rb', line 13181 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13179 13180 13181 |
# File 'lib/vmware/soap/vim25.rb', line 13179 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13173 13174 13175 |
# File 'lib/vmware/soap/vim25.rb', line 13173 def key @key end |
#source ⇒ Object
Returns the value of attribute source.
13183 13184 13185 |
# File 'lib/vmware/soap/vim25.rb', line 13183 def source @source end |
#userName ⇒ Object
Returns the value of attribute userName.
13176 13177 13178 |
# File 'lib/vmware/soap/vim25.rb', line 13176 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13180 13181 13182 |
# File 'lib/vmware/soap/vim25.rb', line 13180 def vm @vm end |