Class: VmMacChangedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmMacChangedEvent
- 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
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#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.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#newMac ⇒ Object
Returns the value of attribute newMac.
-
#oldMac ⇒ Object
Returns the value of attribute oldMac.
-
#template ⇒ Object
Returns the value of attribute template.
-
#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, template = nil, adapter = nil, oldMac = nil, newMac = nil) ⇒ VmMacChangedEvent
constructor
A new instance of VmMacChangedEvent.
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
#adapter ⇒ Object
Returns the value of attribute adapter.
9367 9368 9369 |
# File 'lib/vmware/soap/vim25.rb', line 9367 def adapter @adapter end |
#chainId ⇒ Object
Returns the value of attribute chainId.
9358 9359 9360 |
# File 'lib/vmware/soap/vim25.rb', line 9358 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9362 9363 9364 |
# File 'lib/vmware/soap/vim25.rb', line 9362 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9359 9360 9361 |
# File 'lib/vmware/soap/vim25.rb', line 9359 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9361 9362 9363 |
# File 'lib/vmware/soap/vim25.rb', line 9361 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9356 9357 9358 |
# File 'lib/vmware/soap/vim25.rb', line 9356 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9355 9356 9357 |
# File 'lib/vmware/soap/vim25.rb', line 9355 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9365 9366 9367 |
# File 'lib/vmware/soap/vim25.rb', line 9365 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9363 9364 9365 |
# File 'lib/vmware/soap/vim25.rb', line 9363 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9357 9358 9359 |
# File 'lib/vmware/soap/vim25.rb', line 9357 def key @key end |
#newMac ⇒ Object
Returns the value of attribute newMac.
9369 9370 9371 |
# File 'lib/vmware/soap/vim25.rb', line 9369 def newMac @newMac end |
#oldMac ⇒ Object
Returns the value of attribute oldMac.
9368 9369 9370 |
# File 'lib/vmware/soap/vim25.rb', line 9368 def oldMac @oldMac end |
#template ⇒ Object
Returns the value of attribute template.
9366 9367 9368 |
# File 'lib/vmware/soap/vim25.rb', line 9366 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9360 9361 9362 |
# File 'lib/vmware/soap/vim25.rb', line 9360 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9364 9365 9366 |
# File 'lib/vmware/soap/vim25.rb', line 9364 def vm @vm end |