Class: VmRelocatedEvent

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

Overview

urn:vim25VmRelocatedEvent

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
sourceHost - HostEventArgument

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, sourceHost = nil) ⇒ VmRelocatedEvent

Returns a new instance of VmRelocatedEvent.



9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
# File 'lib/vmware/soap/vim25.rb', line 9793

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, sourceHost = 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
  @sourceHost = sourceHost
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



9782
9783
9784
# File 'lib/vmware/soap/vim25.rb', line 9782

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9786
9787
9788
# File 'lib/vmware/soap/vim25.rb', line 9786

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9783
9784
9785
# File 'lib/vmware/soap/vim25.rb', line 9783

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9785
9786
9787
# File 'lib/vmware/soap/vim25.rb', line 9785

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9780
9781
9782
# File 'lib/vmware/soap/vim25.rb', line 9780

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9779
9780
9781
# File 'lib/vmware/soap/vim25.rb', line 9779

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9789
9790
9791
# File 'lib/vmware/soap/vim25.rb', line 9789

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9787
9788
9789
# File 'lib/vmware/soap/vim25.rb', line 9787

def host
  @host
end

#keyObject

Returns the value of attribute key.



9781
9782
9783
# File 'lib/vmware/soap/vim25.rb', line 9781

def key
  @key
end

#sourceHostObject

Returns the value of attribute sourceHost.



9791
9792
9793
# File 'lib/vmware/soap/vim25.rb', line 9791

def sourceHost
  @sourceHost
end

#templateObject

Returns the value of attribute template.



9790
9791
9792
# File 'lib/vmware/soap/vim25.rb', line 9790

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9784
9785
9786
# File 'lib/vmware/soap/vim25.rb', line 9784

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9788
9789
9790
# File 'lib/vmware/soap/vim25.rb', line 9788

def vm
  @vm
end