Class: HostIpChangedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostIpChangedEvent
- 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
-
#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.
-
#newIP ⇒ Object
Returns the value of attribute newIP.
-
#oldIP ⇒ Object
Returns the value of attribute oldIP.
-
#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, oldIP = nil, newIP = nil) ⇒ HostIpChangedEvent
constructor
A new instance of HostIpChangedEvent.
Constructor Details
permalink #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.
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
permalink #chainId ⇒ Object
Returns the value of attribute chainId.
6688 6689 6690 |
# File 'lib/vmware/soap/vim25.rb', line 6688 def chainId @chainId end |
permalink #computeResource ⇒ Object
Returns the value of attribute computeResource.
6692 6693 6694 |
# File 'lib/vmware/soap/vim25.rb', line 6692 def computeResource @computeResource end |
permalink #createdTime ⇒ Object
Returns the value of attribute createdTime.
6689 6690 6691 |
# File 'lib/vmware/soap/vim25.rb', line 6689 def createdTime @createdTime end |
permalink #datacenter ⇒ Object
Returns the value of attribute datacenter.
6691 6692 6693 |
# File 'lib/vmware/soap/vim25.rb', line 6691 def datacenter @datacenter end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6686 6687 6688 |
# File 'lib/vmware/soap/vim25.rb', line 6686 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6685 6686 6687 |
# File 'lib/vmware/soap/vim25.rb', line 6685 def dynamicType @dynamicType end |
permalink #fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6695 6696 6697 |
# File 'lib/vmware/soap/vim25.rb', line 6695 def fullFormattedMessage @fullFormattedMessage end |
permalink #host ⇒ Object
Returns the value of attribute host.
6693 6694 6695 |
# File 'lib/vmware/soap/vim25.rb', line 6693 def host @host end |
permalink #key ⇒ Object
Returns the value of attribute key.
6687 6688 6689 |
# File 'lib/vmware/soap/vim25.rb', line 6687 def key @key end |
permalink #newIP ⇒ Object
Returns the value of attribute newIP.
6697 6698 6699 |
# File 'lib/vmware/soap/vim25.rb', line 6697 def newIP @newIP end |
permalink #oldIP ⇒ Object
Returns the value of attribute oldIP.
6696 6697 6698 |
# File 'lib/vmware/soap/vim25.rb', line 6696 def oldIP @oldIP end |
permalink #userName ⇒ Object
Returns the value of attribute userName.
6690 6691 6692 |
# File 'lib/vmware/soap/vim25.rb', line 6690 def userName @userName end |
permalink #vm ⇒ Object
Returns the value of attribute vm.
6694 6695 6696 |
# File 'lib/vmware/soap/vim25.rb', line 6694 def vm @vm end |