Class: AlarmEmailCompletedEvent
- Inherits:
-
AlarmEvent
- Object
- DynamicData
- Event
- AlarmEvent
- AlarmEmailCompletedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlarmEmailCompletedEvent
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
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.
-
#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) ⇒ AlarmEmailCompletedEvent
constructor
A new instance of AlarmEmailCompletedEvent.
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) ⇒ AlarmEmailCompletedEvent
Returns a new instance of AlarmEmailCompletedEvent.
13235 13236 13237 13238 13239 13240 13241 13242 13243 13244 13245 13246 13247 13248 13249 13250 |
# File 'lib/vmware/soap/vim25.rb', line 13235 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) @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 end |
Instance Attribute Details
#alarm ⇒ Object
Returns the value of attribute alarm.
13231 13232 13233 |
# File 'lib/vmware/soap/vim25.rb', line 13231 def alarm @alarm end |
#chainId ⇒ Object
Returns the value of attribute chainId.
13223 13224 13225 |
# File 'lib/vmware/soap/vim25.rb', line 13223 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13227 13228 13229 |
# File 'lib/vmware/soap/vim25.rb', line 13227 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13224 13225 13226 |
# File 'lib/vmware/soap/vim25.rb', line 13224 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13226 13227 13228 |
# File 'lib/vmware/soap/vim25.rb', line 13226 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13221 13222 13223 |
# File 'lib/vmware/soap/vim25.rb', line 13221 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13220 13221 13222 |
# File 'lib/vmware/soap/vim25.rb', line 13220 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
13232 13233 13234 |
# File 'lib/vmware/soap/vim25.rb', line 13232 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13230 13231 13232 |
# File 'lib/vmware/soap/vim25.rb', line 13230 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13228 13229 13230 |
# File 'lib/vmware/soap/vim25.rb', line 13228 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13222 13223 13224 |
# File 'lib/vmware/soap/vim25.rb', line 13222 def key @key end |
#to ⇒ Object
Returns the value of attribute to.
13233 13234 13235 |
# File 'lib/vmware/soap/vim25.rb', line 13233 def to @to end |
#userName ⇒ Object
Returns the value of attribute userName.
13225 13226 13227 |
# File 'lib/vmware/soap/vim25.rb', line 13225 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13229 13230 13231 |
# File 'lib/vmware/soap/vim25.rb', line 13229 def vm @vm end |