# File lib/fog/sakuracloud/models/network/interfaces.rb, line 25 def connect_to_switch(id, switch_id) id = service.connect_interface_to_switch(id, switch_id) get(id) end