# File lib/fog/aws/models/compute/vpcs.rb, line 83
        def get(vpc_id)
          if vpc_id
            self.class.new(:service => service).all('vpc-id' => vpc_id).first
          end
        end