Class: DuplicateIpDetectedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- DuplicateIpDetectedEvent
- 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
-
#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.
-
#duplicateIP ⇒ Object
Returns the value of attribute duplicateIP.
-
#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.
-
#macAddress ⇒ Object
Returns the value of attribute macAddress.
-
#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, duplicateIP = nil, macAddress = nil) ⇒ DuplicateIpDetectedEvent
constructor
A new instance of DuplicateIpDetectedEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
7508 7509 7510 |
# File 'lib/vmware/soap/vim25.rb', line 7508 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7512 7513 7514 |
# File 'lib/vmware/soap/vim25.rb', line 7512 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7509 7510 7511 |
# File 'lib/vmware/soap/vim25.rb', line 7509 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7511 7512 7513 |
# File 'lib/vmware/soap/vim25.rb', line 7511 def datacenter @datacenter end |
#duplicateIP ⇒ Object
Returns the value of attribute duplicateIP.
7516 7517 7518 |
# File 'lib/vmware/soap/vim25.rb', line 7516 def duplicateIP @duplicateIP end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7506 7507 7508 |
# File 'lib/vmware/soap/vim25.rb', line 7506 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7505 7506 7507 |
# File 'lib/vmware/soap/vim25.rb', line 7505 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7515 7516 7517 |
# File 'lib/vmware/soap/vim25.rb', line 7515 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7513 7514 7515 |
# File 'lib/vmware/soap/vim25.rb', line 7513 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7507 7508 7509 |
# File 'lib/vmware/soap/vim25.rb', line 7507 def key @key end |
#macAddress ⇒ Object
Returns the value of attribute macAddress.
7517 7518 7519 |
# File 'lib/vmware/soap/vim25.rb', line 7517 def macAddress @macAddress end |
#userName ⇒ Object
Returns the value of attribute userName.
7510 7511 7512 |
# File 'lib/vmware/soap/vim25.rb', line 7510 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7514 7515 7516 |
# File 'lib/vmware/soap/vim25.rb', line 7514 def vm @vm end |