# File lib/fog/ibm/models/compute/server.rb, line 170
        def public_hostname
          primary_ip ? primary_ip['hostname'] : nil
        end