# File lib/fog/softlayer/requests/network/get_private_vlan_price_code.rb, line 21
        def get_private_vlan_price_code
          request(:product_package, '0/get_items').body.map { |item| item['prices'][0]['id'] if item['description'] =~ /vlan/i and item['description'] =~ /private/i }.compact.first
        end