active?()
click to toggle source
save()
click to toggle source
def save
raise Fog::Errors::Error.new('Creating a new interface is not yet implemented. Contributions welcome!')
end
shutdown()
click to toggle source
def shutdown
service.destroy_interface(mac)
end