Class: HostIpChangedEvent

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

Overview

urn:vim25HostIpChangedEvent

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
oldIP - SOAP::SOAPString
newIP - 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, oldIP = nil, newIP = nil) ⇒ HostIpChangedEvent

Returns a new instance of HostIpChangedEvent.

[View source]

6699
6700
6701
6702
6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
# File 'lib/vmware/soap/vim25.rb', line 6699

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.


6688
6689
6690
# File 'lib/vmware/soap/vim25.rb', line 6688

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.


6692
6693
6694
# File 'lib/vmware/soap/vim25.rb', line 6692

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.


6689
6690
6691
# File 'lib/vmware/soap/vim25.rb', line 6689

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.


6691
6692
6693
# File 'lib/vmware/soap/vim25.rb', line 6691

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


6686
6687
6688
# File 'lib/vmware/soap/vim25.rb', line 6686

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


6685
6686
6687
# File 'lib/vmware/soap/vim25.rb', line 6685

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.


6695
6696
6697
# File 'lib/vmware/soap/vim25.rb', line 6695

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.


6693
6694
6695
# File 'lib/vmware/soap/vim25.rb', line 6693

def host
  @host
end

#keyObject

Returns the value of attribute key.


6687
6688
6689
# File 'lib/vmware/soap/vim25.rb', line 6687

def key
  @key
end

#newIPObject

Returns the value of attribute newIP.


6697
6698
6699
# File 'lib/vmware/soap/vim25.rb', line 6697

def newIP
  @newIP
end

#oldIPObject

Returns the value of attribute oldIP.


6696
6697
6698
# File 'lib/vmware/soap/vim25.rb', line 6696

def oldIP
  @oldIP
end

#userNameObject

Returns the value of attribute userName.


6690
6691
6692
# File 'lib/vmware/soap/vim25.rb', line 6690

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.


6694
6695
6696
# File 'lib/vmware/soap/vim25.rb', line 6694

def vm
  @vm
end