Class: DuplicateIpDetectedEvent

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

Overview

urn:vim25DuplicateIpDetectedEvent

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
duplicateIP - SOAP::SOAPString
macAddress - 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, duplicateIP = nil, macAddress = nil) ⇒ DuplicateIpDetectedEvent

Returns a new instance of DuplicateIpDetectedEvent.



7519
7520
7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
7533
# File 'lib/vmware/soap/vim25.rb', line 7519

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, duplicateIP = nil, macAddress = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @duplicateIP = duplicateIP
  @macAddress = macAddress
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



7508
7509
7510
# File 'lib/vmware/soap/vim25.rb', line 7508

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



7512
7513
7514
# File 'lib/vmware/soap/vim25.rb', line 7512

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



7509
7510
7511
# File 'lib/vmware/soap/vim25.rb', line 7509

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



7511
7512
7513
# File 'lib/vmware/soap/vim25.rb', line 7511

def datacenter
  @datacenter
end

#duplicateIPObject

Returns the value of attribute duplicateIP.



7516
7517
7518
# File 'lib/vmware/soap/vim25.rb', line 7516

def duplicateIP
  @duplicateIP
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



7506
7507
7508
# File 'lib/vmware/soap/vim25.rb', line 7506

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



7505
7506
7507
# File 'lib/vmware/soap/vim25.rb', line 7505

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



7515
7516
7517
# File 'lib/vmware/soap/vim25.rb', line 7515

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



7513
7514
7515
# File 'lib/vmware/soap/vim25.rb', line 7513

def host
  @host
end

#keyObject

Returns the value of attribute key.



7507
7508
7509
# File 'lib/vmware/soap/vim25.rb', line 7507

def key
  @key
end

#macAddressObject

Returns the value of attribute macAddress.



7517
7518
7519
# File 'lib/vmware/soap/vim25.rb', line 7517

def macAddress
  @macAddress
end

#userNameObject

Returns the value of attribute userName.



7510
7511
7512
# File 'lib/vmware/soap/vim25.rb', line 7510

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



7514
7515
7516
# File 'lib/vmware/soap/vim25.rb', line 7514

def vm
  @vm
end