Class: VmMacAssignedEvent

Inherits:
VmEvent show all
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

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, 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

#adapterObject

Returns the value of attribute adapter.



9418
9419
9420
# File 'lib/vmware/soap/vim25.rb', line 9418

def adapter
  @adapter
end

#chainIdObject

Returns the value of attribute chainId.



9409
9410
9411
# File 'lib/vmware/soap/vim25.rb', line 9409

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9413
9414
9415
# File 'lib/vmware/soap/vim25.rb', line 9413

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9410
9411
9412
# File 'lib/vmware/soap/vim25.rb', line 9410

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9412
9413
9414
# File 'lib/vmware/soap/vim25.rb', line 9412

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9407
9408
9409
# File 'lib/vmware/soap/vim25.rb', line 9407

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9406
9407
9408
# File 'lib/vmware/soap/vim25.rb', line 9406

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9416
9417
9418
# File 'lib/vmware/soap/vim25.rb', line 9416

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9414
9415
9416
# File 'lib/vmware/soap/vim25.rb', line 9414

def host
  @host
end

#keyObject

Returns the value of attribute key.



9408
9409
9410
# File 'lib/vmware/soap/vim25.rb', line 9408

def key
  @key
end

#macObject

Returns the value of attribute mac.



9419
9420
9421
# File 'lib/vmware/soap/vim25.rb', line 9419

def mac
  @mac
end

#templateObject

Returns the value of attribute template.



9417
9418
9419
# File 'lib/vmware/soap/vim25.rb', line 9417

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9411
9412
9413
# File 'lib/vmware/soap/vim25.rb', line 9411

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9415
9416
9417
# File 'lib/vmware/soap/vim25.rb', line 9415

def vm
  @vm
end