Class: ResourcePoolReconfiguredEvent
- Inherits:
-
ResourcePoolEvent
- Object
- DynamicData
- Event
- ResourcePoolEvent
- ResourcePoolReconfiguredEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ResourcePoolReconfiguredEvent
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) ⇒ ResourcePoolReconfiguredEvent
constructor
A new instance of ResourcePoolReconfiguredEvent.
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) ⇒ ResourcePoolReconfiguredEvent
Returns a new instance of ResourcePoolReconfiguredEvent.
16138 16139 16140 16141 16142 16143 16144 16145 16146 16147 16148 16149 16150 16151 |
# File 'lib/vmware/soap/vim25.rb', line 16138 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.
16128 16129 16130 |
# File 'lib/vmware/soap/vim25.rb', line 16128 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
16132 16133 16134 |
# File 'lib/vmware/soap/vim25.rb', line 16132 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
16129 16130 16131 |
# File 'lib/vmware/soap/vim25.rb', line 16129 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
16131 16132 16133 |
# File 'lib/vmware/soap/vim25.rb', line 16131 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16126 16127 16128 |
# File 'lib/vmware/soap/vim25.rb', line 16126 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16125 16126 16127 |
# File 'lib/vmware/soap/vim25.rb', line 16125 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
16135 16136 16137 |
# File 'lib/vmware/soap/vim25.rb', line 16135 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
16133 16134 16135 |
# File 'lib/vmware/soap/vim25.rb', line 16133 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
16127 16128 16129 |
# File 'lib/vmware/soap/vim25.rb', line 16127 def key @key end |
#resourcePool ⇒ Object
Returns the value of attribute resourcePool.
16136 16137 16138 |
# File 'lib/vmware/soap/vim25.rb', line 16136 def resourcePool @resourcePool end |
#userName ⇒ Object
Returns the value of attribute userName.
16130 16131 16132 |
# File 'lib/vmware/soap/vim25.rb', line 16130 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
16134 16135 16136 |
# File 'lib/vmware/soap/vim25.rb', line 16134 def vm @vm end |