Class: VmUpgradingEvent

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

Overview

urn:vim25VmUpgradingEvent

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
template - SOAP::SOAPBoolean
version - 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, template = nil, version = nil) ⇒ VmUpgradingEvent

Returns a new instance of VmUpgradingEvent.



10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
# File 'lib/vmware/soap/vim25.rb', line 10851

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



10840
10841
10842
# File 'lib/vmware/soap/vim25.rb', line 10840

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



10844
10845
10846
# File 'lib/vmware/soap/vim25.rb', line 10844

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



10841
10842
10843
# File 'lib/vmware/soap/vim25.rb', line 10841

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



10843
10844
10845
# File 'lib/vmware/soap/vim25.rb', line 10843

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



10838
10839
10840
# File 'lib/vmware/soap/vim25.rb', line 10838

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



10837
10838
10839
# File 'lib/vmware/soap/vim25.rb', line 10837

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



10847
10848
10849
# File 'lib/vmware/soap/vim25.rb', line 10847

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



10845
10846
10847
# File 'lib/vmware/soap/vim25.rb', line 10845

def host
  @host
end

#keyObject

Returns the value of attribute key.



10839
10840
10841
# File 'lib/vmware/soap/vim25.rb', line 10839

def key
  @key
end

#templateObject

Returns the value of attribute template.



10848
10849
10850
# File 'lib/vmware/soap/vim25.rb', line 10848

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



10842
10843
10844
# File 'lib/vmware/soap/vim25.rb', line 10842

def userName
  @userName
end

#versionObject

Returns the value of attribute version.



10849
10850
10851
# File 'lib/vmware/soap/vim25.rb', line 10849

def version
  @version
end

#vmObject

Returns the value of attribute vm.



10846
10847
10848
# File 'lib/vmware/soap/vim25.rb', line 10846

def vm
  @vm
end