Class: HostIpInconsistentEvent

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

Overview

urn:vim25HostIpInconsistentEvent

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
ipAddress - SOAP::SOAPString
ipAddress2 - 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, ipAddress = nil, ipAddress2 = nil) ⇒ HostIpInconsistentEvent

Returns a new instance of HostIpInconsistentEvent.



7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
# File 'lib/vmware/soap/vim25.rb', line 7814

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



7803
7804
7805
# File 'lib/vmware/soap/vim25.rb', line 7803

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



7807
7808
7809
# File 'lib/vmware/soap/vim25.rb', line 7807

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



7804
7805
7806
# File 'lib/vmware/soap/vim25.rb', line 7804

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



7806
7807
7808
# File 'lib/vmware/soap/vim25.rb', line 7806

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



7801
7802
7803
# File 'lib/vmware/soap/vim25.rb', line 7801

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



7800
7801
7802
# File 'lib/vmware/soap/vim25.rb', line 7800

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



7810
7811
7812
# File 'lib/vmware/soap/vim25.rb', line 7810

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



7808
7809
7810
# File 'lib/vmware/soap/vim25.rb', line 7808

def host
  @host
end

#ipAddressObject

Returns the value of attribute ipAddress.



7811
7812
7813
# File 'lib/vmware/soap/vim25.rb', line 7811

def ipAddress
  @ipAddress
end

#ipAddress2Object

Returns the value of attribute ipAddress2.



7812
7813
7814
# File 'lib/vmware/soap/vim25.rb', line 7812

def ipAddress2
  @ipAddress2
end

#keyObject

Returns the value of attribute key.



7802
7803
7804
# File 'lib/vmware/soap/vim25.rb', line 7802

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



7805
7806
7807
# File 'lib/vmware/soap/vim25.rb', line 7805

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



7809
7810
7811
# File 'lib/vmware/soap/vim25.rb', line 7809

def vm
  @vm
end