Class: HostWwnChangedEvent

Inherits:
HostEvent show all
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

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, 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

#chainIdObject

Returns the value of attribute chainId.



7900
7901
7902
# File 'lib/vmware/soap/vim25.rb', line 7900

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



7904
7905
7906
# File 'lib/vmware/soap/vim25.rb', line 7904

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



7901
7902
7903
# File 'lib/vmware/soap/vim25.rb', line 7901

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



7903
7904
7905
# File 'lib/vmware/soap/vim25.rb', line 7903

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



7898
7899
7900
# File 'lib/vmware/soap/vim25.rb', line 7898

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



7897
7898
7899
# File 'lib/vmware/soap/vim25.rb', line 7897

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



7907
7908
7909
# File 'lib/vmware/soap/vim25.rb', line 7907

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



7905
7906
7907
# File 'lib/vmware/soap/vim25.rb', line 7905

def host
  @host
end

#keyObject

Returns the value of attribute key.



7899
7900
7901
# File 'lib/vmware/soap/vim25.rb', line 7899

def key
  @key
end

#newNodeWwnsObject

Returns the value of attribute newNodeWwns.



7910
7911
7912
# File 'lib/vmware/soap/vim25.rb', line 7910

def newNodeWwns
  @newNodeWwns
end

#newPortWwnsObject

Returns the value of attribute newPortWwns.



7911
7912
7913
# File 'lib/vmware/soap/vim25.rb', line 7911

def newPortWwns
  @newPortWwns
end

#oldNodeWwnsObject

Returns the value of attribute oldNodeWwns.



7908
7909
7910
# File 'lib/vmware/soap/vim25.rb', line 7908

def oldNodeWwns
  @oldNodeWwns
end

#oldPortWwnsObject

Returns the value of attribute oldPortWwns.



7909
7910
7911
# File 'lib/vmware/soap/vim25.rb', line 7909

def oldPortWwns
  @oldPortWwns
end

#userNameObject

Returns the value of attribute userName.



7902
7903
7904
# File 'lib/vmware/soap/vim25.rb', line 7902

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



7906
7907
7908
# File 'lib/vmware/soap/vim25.rb', line 7906

def vm
  @vm
end