Class: ResourcePoolMovedEvent

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

Overview

urn:vim25ResourcePoolMovedEvent

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
resourcePool - ResourcePoolEventArgument
oldParent - ResourcePoolEventArgument
newParent - ResourcePoolEventArgument

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, resourcePool = nil, oldParent = nil, newParent = nil) ⇒ ResourcePoolMovedEvent

Returns a new instance of ResourcePoolMovedEvent.



16093
16094
16095
16096
16097
16098
16099
16100
16101
16102
16103
16104
16105
16106
16107
16108
# File 'lib/vmware/soap/vim25.rb', line 16093

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



16081
16082
16083
# File 'lib/vmware/soap/vim25.rb', line 16081

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



16085
16086
16087
# File 'lib/vmware/soap/vim25.rb', line 16085

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



16082
16083
16084
# File 'lib/vmware/soap/vim25.rb', line 16082

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



16084
16085
16086
# File 'lib/vmware/soap/vim25.rb', line 16084

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16079
16080
16081
# File 'lib/vmware/soap/vim25.rb', line 16079

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16078
16079
16080
# File 'lib/vmware/soap/vim25.rb', line 16078

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



16088
16089
16090
# File 'lib/vmware/soap/vim25.rb', line 16088

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



16086
16087
16088
# File 'lib/vmware/soap/vim25.rb', line 16086

def host
  @host
end

#keyObject

Returns the value of attribute key.



16080
16081
16082
# File 'lib/vmware/soap/vim25.rb', line 16080

def key
  @key
end

#newParentObject

Returns the value of attribute newParent.



16091
16092
16093
# File 'lib/vmware/soap/vim25.rb', line 16091

def newParent
  @newParent
end

#oldParentObject

Returns the value of attribute oldParent.



16090
16091
16092
# File 'lib/vmware/soap/vim25.rb', line 16090

def oldParent
  @oldParent
end

#resourcePoolObject

Returns the value of attribute resourcePool.



16089
16090
16091
# File 'lib/vmware/soap/vim25.rb', line 16089

def resourcePool
  @resourcePool
end

#userNameObject

Returns the value of attribute userName.



16083
16084
16085
# File 'lib/vmware/soap/vim25.rb', line 16083

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



16087
16088
16089
# File 'lib/vmware/soap/vim25.rb', line 16087

def vm
  @vm
end