Class: VmMacChangedEvent

Inherits:
VmEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VmMacChangedEvent

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
template - SOAP::SOAPBoolean
adapter - SOAP::SOAPString
oldMac - SOAP::SOAPString
newMac - SOAP::SOAPString

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, template = nil, adapter = nil, oldMac = nil, newMac = nil) ⇒ VmMacChangedEvent

Returns a new instance of VmMacChangedEvent.



9371
9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
9386
9387
# File 'lib/vmware/soap/vim25.rb', line 9371

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, adapter = nil, oldMac = nil, newMac = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @template = template
  @adapter = adapter
  @oldMac = oldMac
  @newMac = newMac
end

Instance Attribute Details

#adapterObject

Returns the value of attribute adapter.



9367
9368
9369
# File 'lib/vmware/soap/vim25.rb', line 9367

def adapter
  @adapter
end

#chainIdObject

Returns the value of attribute chainId.



9358
9359
9360
# File 'lib/vmware/soap/vim25.rb', line 9358

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9362
9363
9364
# File 'lib/vmware/soap/vim25.rb', line 9362

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9359
9360
9361
# File 'lib/vmware/soap/vim25.rb', line 9359

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9361
9362
9363
# File 'lib/vmware/soap/vim25.rb', line 9361

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9356
9357
9358
# File 'lib/vmware/soap/vim25.rb', line 9356

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9355
9356
9357
# File 'lib/vmware/soap/vim25.rb', line 9355

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9365
9366
9367
# File 'lib/vmware/soap/vim25.rb', line 9365

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9363
9364
9365
# File 'lib/vmware/soap/vim25.rb', line 9363

def host
  @host
end

#keyObject

Returns the value of attribute key.



9357
9358
9359
# File 'lib/vmware/soap/vim25.rb', line 9357

def key
  @key
end

#newMacObject

Returns the value of attribute newMac.



9369
9370
9371
# File 'lib/vmware/soap/vim25.rb', line 9369

def newMac
  @newMac
end

#oldMacObject

Returns the value of attribute oldMac.



9368
9369
9370
# File 'lib/vmware/soap/vim25.rb', line 9368

def oldMac
  @oldMac
end

#templateObject

Returns the value of attribute template.



9366
9367
9368
# File 'lib/vmware/soap/vim25.rb', line 9366

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9360
9361
9362
# File 'lib/vmware/soap/vim25.rb', line 9360

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9364
9365
9366
# File 'lib/vmware/soap/vim25.rb', line 9364

def vm
  @vm
end