# File lib/fog/softlayer/models/compute/server.rb, line 250
        def public_network_components
          if attributes['frontendNetworkComponents']
            attributes['frontendNetworkComponents'].map { |n| Fog::Compute::Softlayer::NetworkComponent.new(n) }
          else
            []
          end
        end