Class: GeneralVmInfoEvent

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

Overview

urn:vim25GeneralVmInfoEvent

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

Returns a new instance of GeneralVmInfoEvent.



4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
# File 'lib/vmware/soap/vim25.rb', line 4038

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.



4028
4029
4030
# File 'lib/vmware/soap/vim25.rb', line 4028

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



4032
4033
4034
# File 'lib/vmware/soap/vim25.rb', line 4032

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



4029
4030
4031
# File 'lib/vmware/soap/vim25.rb', line 4029

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



4031
4032
4033
# File 'lib/vmware/soap/vim25.rb', line 4031

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



4026
4027
4028
# File 'lib/vmware/soap/vim25.rb', line 4026

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



4025
4026
4027
# File 'lib/vmware/soap/vim25.rb', line 4025

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



4035
4036
4037
# File 'lib/vmware/soap/vim25.rb', line 4035

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



4033
4034
4035
# File 'lib/vmware/soap/vim25.rb', line 4033

def host
  @host
end

#keyObject

Returns the value of attribute key.



4027
4028
4029
# File 'lib/vmware/soap/vim25.rb', line 4027

def key
  @key
end

#messageObject

Returns the value of attribute message.



4036
4037
4038
# File 'lib/vmware/soap/vim25.rb', line 4036

def message
  @message
end

#userNameObject

Returns the value of attribute userName.



4030
4031
4032
# File 'lib/vmware/soap/vim25.rb', line 4030

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



4034
4035
4036
# File 'lib/vmware/soap/vim25.rb', line 4034

def vm
  @vm
end