Class: ResourcePoolDestroyedEvent
- Inherits:
-
ResourcePoolEvent
- Object
- DynamicData
- Event
- ResourcePoolEvent
- ResourcePoolDestroyedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ResourcePoolDestroyedEvent
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
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.
-
#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) ⇒ ResourcePoolDestroyedEvent
constructor
A new instance of ResourcePoolDestroyedEvent.
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) ⇒ ResourcePoolDestroyedEvent
Returns a new instance of ResourcePoolDestroyedEvent.
16046 16047 16048 16049 16050 16051 16052 16053 16054 16055 16056 16057 16058 16059 |
# File 'lib/vmware/soap/vim25.rb', line 16046 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) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @resourcePool = resourcePool end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
16036 16037 16038 |
# File 'lib/vmware/soap/vim25.rb', line 16036 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
16040 16041 16042 |
# File 'lib/vmware/soap/vim25.rb', line 16040 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
16037 16038 16039 |
# File 'lib/vmware/soap/vim25.rb', line 16037 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
16039 16040 16041 |
# File 'lib/vmware/soap/vim25.rb', line 16039 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16034 16035 16036 |
# File 'lib/vmware/soap/vim25.rb', line 16034 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16033 16034 16035 |
# File 'lib/vmware/soap/vim25.rb', line 16033 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
16043 16044 16045 |
# File 'lib/vmware/soap/vim25.rb', line 16043 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
16041 16042 16043 |
# File 'lib/vmware/soap/vim25.rb', line 16041 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
16035 16036 16037 |
# File 'lib/vmware/soap/vim25.rb', line 16035 def key @key end |
#resourcePool ⇒ Object
Returns the value of attribute resourcePool.
16044 16045 16046 |
# File 'lib/vmware/soap/vim25.rb', line 16044 def resourcePool @resourcePool end |
#userName ⇒ Object
Returns the value of attribute userName.
16038 16039 16040 |
# File 'lib/vmware/soap/vim25.rb', line 16038 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
16042 16043 16044 |
# File 'lib/vmware/soap/vim25.rb', line 16042 def vm @vm end |