class Fog::Network::SakuraCloud::Interface

Public Instance Methods

connect_to_switch(switch_id) click to toggle source
# 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
delete() click to toggle source
# File lib/fog/sakuracloud/models/network/interface.rb, line 14
def delete
  service.delete_interface(identity)
  true
end
Also aliased as: destroy
destroy()
Alias for: delete