Class: ResourcePoolCreatedEvent
- Inherits:
-
ResourcePoolEvent
- Object
- DynamicData
- Event
- ResourcePoolEvent
- ResourcePoolCreatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ResourcePoolCreatedEvent
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
parent - 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.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#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, parent = nil) ⇒ ResourcePoolCreatedEvent
constructor
A new instance of ResourcePoolCreatedEvent.
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, parent = nil) ⇒ ResourcePoolCreatedEvent
Returns a new instance of ResourcePoolCreatedEvent.
16002 16003 16004 16005 16006 16007 16008 16009 16010 16011 16012 16013 16014 16015 16016 |
# File 'lib/vmware/soap/vim25.rb', line 16002 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, parent = 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 @parent = parent end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
15991 15992 15993 |
# File 'lib/vmware/soap/vim25.rb', line 15991 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15995 15996 15997 |
# File 'lib/vmware/soap/vim25.rb', line 15995 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15992 15993 15994 |
# File 'lib/vmware/soap/vim25.rb', line 15992 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15994 15995 15996 |
# File 'lib/vmware/soap/vim25.rb', line 15994 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15989 15990 15991 |
# File 'lib/vmware/soap/vim25.rb', line 15989 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15988 15989 15990 |
# File 'lib/vmware/soap/vim25.rb', line 15988 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15998 15999 16000 |
# File 'lib/vmware/soap/vim25.rb', line 15998 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15996 15997 15998 |
# File 'lib/vmware/soap/vim25.rb', line 15996 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15990 15991 15992 |
# File 'lib/vmware/soap/vim25.rb', line 15990 def key @key end |
#parent ⇒ Object
Returns the value of attribute parent.
16000 16001 16002 |
# File 'lib/vmware/soap/vim25.rb', line 16000 def parent @parent end |
#resourcePool ⇒ Object
Returns the value of attribute resourcePool.
15999 16000 16001 |
# File 'lib/vmware/soap/vim25.rb', line 15999 def resourcePool @resourcePool end |
#userName ⇒ Object
Returns the value of attribute userName.
15993 15994 15995 |
# File 'lib/vmware/soap/vim25.rb', line 15993 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15997 15998 15999 |
# File 'lib/vmware/soap/vim25.rb', line 15997 def vm @vm end |