Class: HostWwnConflictEvent

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

Overview

urn:vim25HostWwnConflictEvent

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
conflictedVms - VmEventArgument
conflictedHosts - HostEventArgument
wwn - 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, conflictedVms = [], conflictedHosts = [], wwn = nil) ⇒ HostWwnConflictEvent

Returns a new instance of HostWwnConflictEvent.



7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
# File 'lib/vmware/soap/vim25.rb', line 7862

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



7850
7851
7852
# File 'lib/vmware/soap/vim25.rb', line 7850

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



7854
7855
7856
# File 'lib/vmware/soap/vim25.rb', line 7854

def computeResource
  @computeResource
end

#conflictedHostsObject

Returns the value of attribute conflictedHosts.



7859
7860
7861
# File 'lib/vmware/soap/vim25.rb', line 7859

def conflictedHosts
  @conflictedHosts
end

#conflictedVmsObject

Returns the value of attribute conflictedVms.



7858
7859
7860
# File 'lib/vmware/soap/vim25.rb', line 7858

def conflictedVms
  @conflictedVms
end

#createdTimeObject

Returns the value of attribute createdTime.



7851
7852
7853
# File 'lib/vmware/soap/vim25.rb', line 7851

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



7853
7854
7855
# File 'lib/vmware/soap/vim25.rb', line 7853

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



7848
7849
7850
# File 'lib/vmware/soap/vim25.rb', line 7848

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



7847
7848
7849
# File 'lib/vmware/soap/vim25.rb', line 7847

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



7857
7858
7859
# File 'lib/vmware/soap/vim25.rb', line 7857

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



7855
7856
7857
# File 'lib/vmware/soap/vim25.rb', line 7855

def host
  @host
end

#keyObject

Returns the value of attribute key.



7849
7850
7851
# File 'lib/vmware/soap/vim25.rb', line 7849

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



7852
7853
7854
# File 'lib/vmware/soap/vim25.rb', line 7852

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



7856
7857
7858
# File 'lib/vmware/soap/vim25.rb', line 7856

def vm
  @vm
end

#wwnObject

Returns the value of attribute wwn.



7860
7861
7862
# File 'lib/vmware/soap/vim25.rb', line 7860

def wwn
  @wwn
end