Class: VmResourcePoolMovedEvent

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

Overview

urn:vim25VmResourcePoolMovedEvent

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
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, template = nil, oldParent = nil, newParent = nil) ⇒ VmResourcePoolMovedEvent

Returns a new instance of VmResourcePoolMovedEvent.



12193
12194
12195
12196
12197
12198
12199
12200
12201
12202
12203
12204
12205
12206
12207
12208
# File 'lib/vmware/soap/vim25.rb', line 12193

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, 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
  @template = template
  @oldParent = oldParent
  @newParent = newParent
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



12181
12182
12183
# File 'lib/vmware/soap/vim25.rb', line 12181

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



12185
12186
12187
# File 'lib/vmware/soap/vim25.rb', line 12185

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



12182
12183
12184
# File 'lib/vmware/soap/vim25.rb', line 12182

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



12184
12185
12186
# File 'lib/vmware/soap/vim25.rb', line 12184

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



12179
12180
12181
# File 'lib/vmware/soap/vim25.rb', line 12179

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



12178
12179
12180
# File 'lib/vmware/soap/vim25.rb', line 12178

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



12188
12189
12190
# File 'lib/vmware/soap/vim25.rb', line 12188

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



12186
12187
12188
# File 'lib/vmware/soap/vim25.rb', line 12186

def host
  @host
end

#keyObject

Returns the value of attribute key.



12180
12181
12182
# File 'lib/vmware/soap/vim25.rb', line 12180

def key
  @key
end

#newParentObject

Returns the value of attribute newParent.



12191
12192
12193
# File 'lib/vmware/soap/vim25.rb', line 12191

def newParent
  @newParent
end

#oldParentObject

Returns the value of attribute oldParent.



12190
12191
12192
# File 'lib/vmware/soap/vim25.rb', line 12190

def oldParent
  @oldParent
end

#templateObject

Returns the value of attribute template.



12189
12190
12191
# File 'lib/vmware/soap/vim25.rb', line 12189

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



12183
12184
12185
# File 'lib/vmware/soap/vim25.rb', line 12183

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



12187
12188
12189
# File 'lib/vmware/soap/vim25.rb', line 12187

def vm
  @vm
end