Class: ExtendedEvent

Inherits:
GeneralEvent show all
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
message - SOAP::SOAPString
eventTypeId - SOAP::SOAPString
managedObject - ManagedObjectReference
data - ExtendedEventPair

Instance Attribute Summary collapse

Instance Method Summary collapse

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, message = 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 = message
  @eventTypeId = eventTypeId
  @managedObject = managedObject
  @data = data
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



4206
4207
4208
# File 'lib/vmware/soap/vim25.rb', line 4206

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



4210
4211
4212
# File 'lib/vmware/soap/vim25.rb', line 4210

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



4207
4208
4209
# File 'lib/vmware/soap/vim25.rb', line 4207

def createdTime
  @createdTime
end

#dataObject

Returns the value of attribute data.



4217
4218
4219
# File 'lib/vmware/soap/vim25.rb', line 4217

def data
  @data
end

#datacenterObject

Returns the value of attribute datacenter.



4209
4210
4211
# File 'lib/vmware/soap/vim25.rb', line 4209

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



4204
4205
4206
# File 'lib/vmware/soap/vim25.rb', line 4204

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



4203
4204
4205
# File 'lib/vmware/soap/vim25.rb', line 4203

def dynamicType
  @dynamicType
end

#eventTypeIdObject

Returns the value of attribute eventTypeId.



4215
4216
4217
# File 'lib/vmware/soap/vim25.rb', line 4215

def eventTypeId
  @eventTypeId
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



4213
4214
4215
# File 'lib/vmware/soap/vim25.rb', line 4213

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



4211
4212
4213
# File 'lib/vmware/soap/vim25.rb', line 4211

def host
  @host
end

#keyObject

Returns the value of attribute key.



4205
4206
4207
# File 'lib/vmware/soap/vim25.rb', line 4205

def key
  @key
end

#managedObjectObject

Returns the value of attribute managedObject.



4216
4217
4218
# File 'lib/vmware/soap/vim25.rb', line 4216

def managedObject
  @managedObject
end

#messageObject

Returns the value of attribute message.



4214
4215
4216
# File 'lib/vmware/soap/vim25.rb', line 4214

def message
  @message
end

#userNameObject

Returns the value of attribute userName.



4208
4209
4210
# File 'lib/vmware/soap/vim25.rb', line 4208

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



4212
4213
4214
# File 'lib/vmware/soap/vim25.rb', line 4212

def vm
  @vm
end