Class: VmMacAssignedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmMacAssignedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmMacAssignedEvent
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
mac - 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.
-
#mac ⇒ Object
Returns the value of attribute mac.
-
#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, mac = nil) ⇒ VmMacAssignedEvent
constructor
A new instance of VmMacAssignedEvent.
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, mac = nil) ⇒ VmMacAssignedEvent
Returns a new instance of VmMacAssignedEvent.
9421 9422 9423 9424 9425 9426 9427 9428 9429 9430 9431 9432 9433 9434 9435 9436 |
# File 'lib/vmware/soap/vim25.rb', line 9421 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, mac = 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 @mac = mac end |
Instance Attribute Details
#adapter ⇒ Object
Returns the value of attribute adapter.
9418 9419 9420 |
# File 'lib/vmware/soap/vim25.rb', line 9418 def adapter @adapter end |
#chainId ⇒ Object
Returns the value of attribute chainId.
9409 9410 9411 |
# File 'lib/vmware/soap/vim25.rb', line 9409 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9413 9414 9415 |
# File 'lib/vmware/soap/vim25.rb', line 9413 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9410 9411 9412 |
# File 'lib/vmware/soap/vim25.rb', line 9410 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9412 9413 9414 |
# File 'lib/vmware/soap/vim25.rb', line 9412 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9407 9408 9409 |
# File 'lib/vmware/soap/vim25.rb', line 9407 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9406 9407 9408 |
# File 'lib/vmware/soap/vim25.rb', line 9406 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9416 9417 9418 |
# File 'lib/vmware/soap/vim25.rb', line 9416 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9414 9415 9416 |
# File 'lib/vmware/soap/vim25.rb', line 9414 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9408 9409 9410 |
# File 'lib/vmware/soap/vim25.rb', line 9408 def key @key end |
#mac ⇒ Object
Returns the value of attribute mac.
9419 9420 9421 |
# File 'lib/vmware/soap/vim25.rb', line 9419 def mac @mac end |
#template ⇒ Object
Returns the value of attribute template.
9417 9418 9419 |
# File 'lib/vmware/soap/vim25.rb', line 9417 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9411 9412 9413 |
# File 'lib/vmware/soap/vim25.rb', line 9411 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9415 9416 9417 |
# File 'lib/vmware/soap/vim25.rb', line 9415 def vm @vm end |