Class: HostDasEvent

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

Overview

urn:vim25HostDasEvent

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

Returns a new instance of HostDasEvent.



5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
# File 'lib/vmware/soap/vim25.rb', line 5031

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.



5022
5023
5024
# File 'lib/vmware/soap/vim25.rb', line 5022

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



5026
5027
5028
# File 'lib/vmware/soap/vim25.rb', line 5026

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



5023
5024
5025
# File 'lib/vmware/soap/vim25.rb', line 5023

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



5025
5026
5027
# File 'lib/vmware/soap/vim25.rb', line 5025

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



5020
5021
5022
# File 'lib/vmware/soap/vim25.rb', line 5020

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



5019
5020
5021
# File 'lib/vmware/soap/vim25.rb', line 5019

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



5029
5030
5031
# File 'lib/vmware/soap/vim25.rb', line 5029

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



5027
5028
5029
# File 'lib/vmware/soap/vim25.rb', line 5027

def host
  @host
end

#keyObject

Returns the value of attribute key.



5021
5022
5023
# File 'lib/vmware/soap/vim25.rb', line 5021

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



5024
5025
5026
# File 'lib/vmware/soap/vim25.rb', line 5024

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



5028
5029
5030
# File 'lib/vmware/soap/vim25.rb', line 5028

def vm
  @vm
end