Class: GeneralHostErrorEvent

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

Overview

urn:vim25GeneralHostErrorEvent

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
message - 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, message = nil) ⇒ GeneralHostErrorEvent

Returns a new instance of GeneralHostErrorEvent.



3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
# File 'lib/vmware/soap/vim25.rb', line 3995

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



3985
3986
3987
# File 'lib/vmware/soap/vim25.rb', line 3985

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



3989
3990
3991
# File 'lib/vmware/soap/vim25.rb', line 3989

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



3986
3987
3988
# File 'lib/vmware/soap/vim25.rb', line 3986

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



3988
3989
3990
# File 'lib/vmware/soap/vim25.rb', line 3988

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3983
3984
3985
# File 'lib/vmware/soap/vim25.rb', line 3983

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3982
3983
3984
# File 'lib/vmware/soap/vim25.rb', line 3982

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



3992
3993
3994
# File 'lib/vmware/soap/vim25.rb', line 3992

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



3990
3991
3992
# File 'lib/vmware/soap/vim25.rb', line 3990

def host
  @host
end

#keyObject

Returns the value of attribute key.



3984
3985
3986
# File 'lib/vmware/soap/vim25.rb', line 3984

def key
  @key
end

#messageObject

Returns the value of attribute message.



3993
3994
3995
# File 'lib/vmware/soap/vim25.rb', line 3993

def message
  @message
end

#userNameObject

Returns the value of attribute userName.



3987
3988
3989
# File 'lib/vmware/soap/vim25.rb', line 3987

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



3991
3992
3993
# File 'lib/vmware/soap/vim25.rb', line 3991

def vm
  @vm
end