Class: ResourcePoolMovedEvent
- Inherits:
-
ResourcePoolEvent
- Object
- DynamicData
- Event
- ResourcePoolEvent
- ResourcePoolMovedEvent
- 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
-
#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.
-
#resourcePool ⇒ Object
Returns the value of attribute resourcePool.
-
#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, resourcePool = nil, oldParent = nil, newParent = nil) ⇒ ResourcePoolMovedEvent
constructor
A new instance of ResourcePoolMovedEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
16081 16082 16083 |
# File 'lib/vmware/soap/vim25.rb', line 16081 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
16085 16086 16087 |
# File 'lib/vmware/soap/vim25.rb', line 16085 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
16082 16083 16084 |
# File 'lib/vmware/soap/vim25.rb', line 16082 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
16084 16085 16086 |
# File 'lib/vmware/soap/vim25.rb', line 16084 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16079 16080 16081 |
# File 'lib/vmware/soap/vim25.rb', line 16079 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16078 16079 16080 |
# File 'lib/vmware/soap/vim25.rb', line 16078 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
16088 16089 16090 |
# File 'lib/vmware/soap/vim25.rb', line 16088 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
16086 16087 16088 |
# File 'lib/vmware/soap/vim25.rb', line 16086 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
16080 16081 16082 |
# File 'lib/vmware/soap/vim25.rb', line 16080 def key @key end |
#newParent ⇒ Object
Returns the value of attribute newParent.
16091 16092 16093 |
# File 'lib/vmware/soap/vim25.rb', line 16091 def newParent @newParent end |
#oldParent ⇒ Object
Returns the value of attribute oldParent.
16090 16091 16092 |
# File 'lib/vmware/soap/vim25.rb', line 16090 def oldParent @oldParent end |
#resourcePool ⇒ Object
Returns the value of attribute resourcePool.
16089 16090 16091 |
# File 'lib/vmware/soap/vim25.rb', line 16089 def resourcePool @resourcePool end |
#userName ⇒ Object
Returns the value of attribute userName.
16083 16084 16085 |
# File 'lib/vmware/soap/vim25.rb', line 16083 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
16087 16088 16089 |
# File 'lib/vmware/soap/vim25.rb', line 16087 def vm @vm end |