Class: VmUpgradeCompleteEvent

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

Overview

urn:vim25VmUpgradeCompleteEvent

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

Returns a new instance of VmUpgradeCompleteEvent.



10897
10898
10899
10900
10901
10902
10903
10904
10905
10906
10907
10908
10909
10910
10911
# File 'lib/vmware/soap/vim25.rb', line 10897

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.



10886
10887
10888
# File 'lib/vmware/soap/vim25.rb', line 10886

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



10890
10891
10892
# File 'lib/vmware/soap/vim25.rb', line 10890

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



10887
10888
10889
# File 'lib/vmware/soap/vim25.rb', line 10887

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



10889
10890
10891
# File 'lib/vmware/soap/vim25.rb', line 10889

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



10884
10885
10886
# File 'lib/vmware/soap/vim25.rb', line 10884

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



10883
10884
10885
# File 'lib/vmware/soap/vim25.rb', line 10883

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



10893
10894
10895
# File 'lib/vmware/soap/vim25.rb', line 10893

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



10891
10892
10893
# File 'lib/vmware/soap/vim25.rb', line 10891

def host
  @host
end

#keyObject

Returns the value of attribute key.



10885
10886
10887
# File 'lib/vmware/soap/vim25.rb', line 10885

def key
  @key
end

#templateObject

Returns the value of attribute template.



10894
10895
10896
# File 'lib/vmware/soap/vim25.rb', line 10894

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



10888
10889
10890
# File 'lib/vmware/soap/vim25.rb', line 10888

def userName
  @userName
end

#versionObject

Returns the value of attribute version.



10895
10896
10897
# File 'lib/vmware/soap/vim25.rb', line 10895

def version
  @version
end

#vmObject

Returns the value of attribute vm.



10892
10893
10894
# File 'lib/vmware/soap/vim25.rb', line 10892

def vm
  @vm
end