# File lib/fog/softlayer/models/compute/server.rb, line 242
        def network_components
          if id
            (public_network_components << private_network_components).flatten
          else
            attributes[:network_components]
          end
        end