Method: IbmPowerHmc::BasePartition#shared_processor_pool_uuid

Defined in:
lib/ibm_power_hmc/schema/uom.rb

#shared_processor_pool_uuidObject



297
298
299
300
# File 'lib/ibm_power_hmc/schema/uom.rb', line 297

def shared_processor_pool_uuid
  href = singleton("ProcessorPool", "href")
  uuid_from_href(href) unless href.nil?
end