# File lib/fog/rackspace/models/networking_v2/subnets.rb, line 14
        def get(id)
          data = service.show_subnet(id).body['subnet']
          new(data)
        rescue Fog::Rackspace::NetworkingV2::NotFound
          nil
        end