Method: IbmPowerHmc::BasePartition#paging_vios_uuids

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

#paging_vios_uuidsObject



307
308
309
310
311
312
# File 'lib/ibm_power_hmc/schema/uom.rb', line 307

def paging_vios_uuids
  ["PrimaryPagingServicePartition", "SecondaryPagingServicePartition"].map do |name|
    href = singleton("PartitionMemoryConfiguration/#{name}", "href")
    uuid_from_href(href) unless href.nil?
  end
end