Class: UpgradeEvent

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

Overview

urn:vim25UpgradeEvent

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

Returns a new instance of UpgradeEvent.



4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
# File 'lib/vmware/soap/vim25.rb', line 4778

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.



4768
4769
4770
# File 'lib/vmware/soap/vim25.rb', line 4768

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



4772
4773
4774
# File 'lib/vmware/soap/vim25.rb', line 4772

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



4769
4770
4771
# File 'lib/vmware/soap/vim25.rb', line 4769

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



4771
4772
4773
# File 'lib/vmware/soap/vim25.rb', line 4771

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



4766
4767
4768
# File 'lib/vmware/soap/vim25.rb', line 4766

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



4765
4766
4767
# File 'lib/vmware/soap/vim25.rb', line 4765

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



4775
4776
4777
# File 'lib/vmware/soap/vim25.rb', line 4775

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



4773
4774
4775
# File 'lib/vmware/soap/vim25.rb', line 4773

def host
  @host
end

#keyObject

Returns the value of attribute key.



4767
4768
4769
# File 'lib/vmware/soap/vim25.rb', line 4767

def key
  @key
end

#messageObject

Returns the value of attribute message.



4776
4777
4778
# File 'lib/vmware/soap/vim25.rb', line 4776

def message
  @message
end

#userNameObject

Returns the value of attribute userName.



4770
4771
4772
# File 'lib/vmware/soap/vim25.rb', line 4770

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



4774
4775
4776
# File 'lib/vmware/soap/vim25.rb', line 4774

def vm
  @vm
end