Class: VmResourcePoolMovedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmResourcePoolMovedEvent
- 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
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#newParent ⇒ Object
Returns the value of attribute newParent.
-
#oldParent ⇒ Object
Returns the value of attribute oldParent.
-
#template ⇒ Object
Returns the value of attribute template.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#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
constructor
A new instance of VmResourcePoolMovedEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
12181 12182 12183 |
# File 'lib/vmware/soap/vim25.rb', line 12181 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12185 12186 12187 |
# File 'lib/vmware/soap/vim25.rb', line 12185 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12182 12183 12184 |
# File 'lib/vmware/soap/vim25.rb', line 12182 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12184 12185 12186 |
# File 'lib/vmware/soap/vim25.rb', line 12184 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12179 12180 12181 |
# File 'lib/vmware/soap/vim25.rb', line 12179 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12178 12179 12180 |
# File 'lib/vmware/soap/vim25.rb', line 12178 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12188 12189 12190 |
# File 'lib/vmware/soap/vim25.rb', line 12188 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12186 12187 12188 |
# File 'lib/vmware/soap/vim25.rb', line 12186 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12180 12181 12182 |
# File 'lib/vmware/soap/vim25.rb', line 12180 def key @key end |
#newParent ⇒ Object
Returns the value of attribute newParent.
12191 12192 12193 |
# File 'lib/vmware/soap/vim25.rb', line 12191 def newParent @newParent end |
#oldParent ⇒ Object
Returns the value of attribute oldParent.
12190 12191 12192 |
# File 'lib/vmware/soap/vim25.rb', line 12190 def oldParent @oldParent end |
#template ⇒ Object
Returns the value of attribute template.
12189 12190 12191 |
# File 'lib/vmware/soap/vim25.rb', line 12189 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
12183 12184 12185 |
# File 'lib/vmware/soap/vim25.rb', line 12183 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12187 12188 12189 |
# File 'lib/vmware/soap/vim25.rb', line 12187 def vm @vm end |