# File lib/fog/sakuracloud/requests/network/list_switches.rb, line 7
        def list_switches(options = {})
          request(
            :headers => {
              'Authorization' => "Basic #{@auth_encode}"
            },
            :method => 'GET',
            :path => "#{Fog::SakuraCloud.build_endpoint(@api_zone)}/switch"
          )
        end