Class: AlarmEmailFailedEvent
- Inherits:
-
AlarmEvent
- Object
- DynamicData
- Event
- AlarmEvent
- AlarmEmailFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmEmailFailedEvent
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
to - 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.
-
#to ⇒ Object
Returns the value of attribute to.
-
#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, to = nil, reason = nil) ⇒ AlarmEmailFailedEvent
constructor
A new instance of AlarmEmailFailedEvent.
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, to = nil, reason = nil) ⇒ AlarmEmailFailedEvent
Returns a new instance of AlarmEmailFailedEvent.
13286 13287 13288 13289 13290 13291 13292 13293 13294 13295 13296 13297 13298 13299 13300 13301 13302 |
# File 'lib/vmware/soap/vim25.rb', line 13286 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, to = 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 @to = to @reason = reason end |
Instance Attribute Details
#alarm ⇒ Object
Returns the value of attribute alarm.
13281 13282 13283 |
# File 'lib/vmware/soap/vim25.rb', line 13281 def alarm @alarm end |
#chainId ⇒ Object
Returns the value of attribute chainId.
13273 13274 13275 |
# File 'lib/vmware/soap/vim25.rb', line 13273 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13277 13278 13279 |
# File 'lib/vmware/soap/vim25.rb', line 13277 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13274 13275 13276 |
# File 'lib/vmware/soap/vim25.rb', line 13274 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13276 13277 13278 |
# File 'lib/vmware/soap/vim25.rb', line 13276 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13271 13272 13273 |
# File 'lib/vmware/soap/vim25.rb', line 13271 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13270 13271 13272 |
# File 'lib/vmware/soap/vim25.rb', line 13270 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
13282 13283 13284 |
# File 'lib/vmware/soap/vim25.rb', line 13282 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13280 13281 13282 |
# File 'lib/vmware/soap/vim25.rb', line 13280 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13278 13279 13280 |
# File 'lib/vmware/soap/vim25.rb', line 13278 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13272 13273 13274 |
# File 'lib/vmware/soap/vim25.rb', line 13272 def key @key end |
#reason ⇒ Object
Returns the value of attribute reason.
13284 13285 13286 |
# File 'lib/vmware/soap/vim25.rb', line 13284 def reason @reason end |
#to ⇒ Object
Returns the value of attribute to.
13283 13284 13285 |
# File 'lib/vmware/soap/vim25.rb', line 13283 def to @to end |
#userName ⇒ Object
Returns the value of attribute userName.
13275 13276 13277 |
# File 'lib/vmware/soap/vim25.rb', line 13275 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13279 13280 13281 |
# File 'lib/vmware/soap/vim25.rb', line 13279 def vm @vm end |