# File lib/fog/sakuracloud/models/network/interface.rb, line 20
        def connect_to_switch(switch_id)
          service.connect_interface_to_switch(identity, switch_id)
          true
        end