Class: ExtendedEvent
- Inherits:
-
GeneralEvent
- Object
- DynamicData
- Event
- GeneralEvent
- ExtendedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ExtendedEvent
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
- SOAP::SOAPString
eventTypeId - SOAP::SOAPString
managedObject - ManagedObjectReference
data - ExtendedEventPair
Instance Attribute Summary collapse
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#data ⇒ Object
Returns the value of attribute data.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#eventTypeId ⇒ Object
Returns the value of attribute eventTypeId.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#managedObject ⇒ Object
Returns the value of attribute managedObject.
-
#message ⇒ Object
Returns the value of attribute message.
-
#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, message = nil, eventTypeId = nil, managedObject = nil, data = []) ⇒ ExtendedEvent
constructor
A new instance of ExtendedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, message = nil, eventTypeId = nil, managedObject = nil, data = []) ⇒ ExtendedEvent
Returns a new instance of ExtendedEvent.
4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 |
# File 'lib/vmware/soap/vim25.rb', line 4219 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, = nil, eventTypeId = nil, managedObject = nil, data = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @message = @eventTypeId = eventTypeId @managedObject = managedObject @data = data end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
4206 4207 4208 |
# File 'lib/vmware/soap/vim25.rb', line 4206 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4210 4211 4212 |
# File 'lib/vmware/soap/vim25.rb', line 4210 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4207 4208 4209 |
# File 'lib/vmware/soap/vim25.rb', line 4207 def createdTime @createdTime end |
#data ⇒ Object
Returns the value of attribute data.
4217 4218 4219 |
# File 'lib/vmware/soap/vim25.rb', line 4217 def data @data end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4209 4210 4211 |
# File 'lib/vmware/soap/vim25.rb', line 4209 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4204 4205 4206 |
# File 'lib/vmware/soap/vim25.rb', line 4204 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4203 4204 4205 |
# File 'lib/vmware/soap/vim25.rb', line 4203 def dynamicType @dynamicType end |
#eventTypeId ⇒ Object
Returns the value of attribute eventTypeId.
4215 4216 4217 |
# File 'lib/vmware/soap/vim25.rb', line 4215 def eventTypeId @eventTypeId end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4213 4214 4215 |
# File 'lib/vmware/soap/vim25.rb', line 4213 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4211 4212 4213 |
# File 'lib/vmware/soap/vim25.rb', line 4211 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4205 4206 4207 |
# File 'lib/vmware/soap/vim25.rb', line 4205 def key @key end |
#managedObject ⇒ Object
Returns the value of attribute managedObject.
4216 4217 4218 |
# File 'lib/vmware/soap/vim25.rb', line 4216 def managedObject @managedObject end |
#message ⇒ Object
Returns the value of attribute message.
4214 4215 4216 |
# File 'lib/vmware/soap/vim25.rb', line 4214 def @message end |
#userName ⇒ Object
Returns the value of attribute userName.
4208 4209 4210 |
# File 'lib/vmware/soap/vim25.rb', line 4208 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4212 4213 4214 |
# File 'lib/vmware/soap/vim25.rb', line 4212 def vm @vm end |