Method: IbmPowerHmc::BasePartition#paging_vios_uuid

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

#paging_vios_uuidObject



302
303
304
305
# File 'lib/ibm_power_hmc/schema/uom.rb', line 302

def paging_vios_uuid
  href = singleton("PartitionMemoryConfiguration/CurrentPagingServicePartition", "href")
  uuid_from_href(href) unless href.nil?
end