Class: IncorrectHostInformationEvent

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

Overview

urn:vim25IncorrectHostInformationEvent

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

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) ⇒ IncorrectHostInformationEvent

Returns a new instance of IncorrectHostInformationEvent.



15005
15006
15007
15008
15009
15010
15011
15012
15013
15014
15015
15016
15017
# File 'lib/vmware/soap/vim25.rb', line 15005

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



14996
14997
14998
# File 'lib/vmware/soap/vim25.rb', line 14996

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



15000
15001
15002
# File 'lib/vmware/soap/vim25.rb', line 15000

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



14997
14998
14999
# File 'lib/vmware/soap/vim25.rb', line 14997

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



14999
15000
15001
# File 'lib/vmware/soap/vim25.rb', line 14999

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



14994
14995
14996
# File 'lib/vmware/soap/vim25.rb', line 14994

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



14993
14994
14995
# File 'lib/vmware/soap/vim25.rb', line 14993

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



15003
15004
15005
# File 'lib/vmware/soap/vim25.rb', line 15003

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



15001
15002
15003
# File 'lib/vmware/soap/vim25.rb', line 15001

def host
  @host
end

#keyObject

Returns the value of attribute key.



14995
14996
14997
# File 'lib/vmware/soap/vim25.rb', line 14995

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



14998
14999
15000
# File 'lib/vmware/soap/vim25.rb', line 14998

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



15002
15003
15004
# File 'lib/vmware/soap/vim25.rb', line 15002

def vm
  @vm
end