Class: HostWwnChangedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostWwnChangedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostWwnChangedEvent
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
oldNodeWwns - SOAP::SOAPLong
oldPortWwns - SOAP::SOAPLong
newNodeWwns - SOAP::SOAPLong
newPortWwns - SOAP::SOAPLong
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.
-
#newNodeWwns ⇒ Object
Returns the value of attribute newNodeWwns.
-
#newPortWwns ⇒ Object
Returns the value of attribute newPortWwns.
-
#oldNodeWwns ⇒ Object
Returns the value of attribute oldNodeWwns.
-
#oldPortWwns ⇒ Object
Returns the value of attribute oldPortWwns.
-
#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, oldNodeWwns = [], oldPortWwns = [], newNodeWwns = [], newPortWwns = []) ⇒ HostWwnChangedEvent
constructor
A new instance of HostWwnChangedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, oldNodeWwns = [], oldPortWwns = [], newNodeWwns = [], newPortWwns = []) ⇒ HostWwnChangedEvent
Returns a new instance of HostWwnChangedEvent.
7913 7914 7915 7916 7917 7918 7919 7920 7921 7922 7923 7924 7925 7926 7927 7928 7929 |
# File 'lib/vmware/soap/vim25.rb', line 7913 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, oldNodeWwns = [], oldPortWwns = [], newNodeWwns = [], newPortWwns = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @oldNodeWwns = oldNodeWwns @oldPortWwns = oldPortWwns @newNodeWwns = newNodeWwns @newPortWwns = newPortWwns end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
7900 7901 7902 |
# File 'lib/vmware/soap/vim25.rb', line 7900 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7904 7905 7906 |
# File 'lib/vmware/soap/vim25.rb', line 7904 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7901 7902 7903 |
# File 'lib/vmware/soap/vim25.rb', line 7901 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7903 7904 7905 |
# File 'lib/vmware/soap/vim25.rb', line 7903 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7898 7899 7900 |
# File 'lib/vmware/soap/vim25.rb', line 7898 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7897 7898 7899 |
# File 'lib/vmware/soap/vim25.rb', line 7897 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7907 7908 7909 |
# File 'lib/vmware/soap/vim25.rb', line 7907 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7905 7906 7907 |
# File 'lib/vmware/soap/vim25.rb', line 7905 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7899 7900 7901 |
# File 'lib/vmware/soap/vim25.rb', line 7899 def key @key end |
#newNodeWwns ⇒ Object
Returns the value of attribute newNodeWwns.
7910 7911 7912 |
# File 'lib/vmware/soap/vim25.rb', line 7910 def newNodeWwns @newNodeWwns end |
#newPortWwns ⇒ Object
Returns the value of attribute newPortWwns.
7911 7912 7913 |
# File 'lib/vmware/soap/vim25.rb', line 7911 def newPortWwns @newPortWwns end |
#oldNodeWwns ⇒ Object
Returns the value of attribute oldNodeWwns.
7908 7909 7910 |
# File 'lib/vmware/soap/vim25.rb', line 7908 def oldNodeWwns @oldNodeWwns end |
#oldPortWwns ⇒ Object
Returns the value of attribute oldPortWwns.
7909 7910 7911 |
# File 'lib/vmware/soap/vim25.rb', line 7909 def oldPortWwns @oldPortWwns end |
#userName ⇒ Object
Returns the value of attribute userName.
7902 7903 7904 |
# File 'lib/vmware/soap/vim25.rb', line 7902 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7906 7907 7908 |
# File 'lib/vmware/soap/vim25.rb', line 7906 def vm @vm end |