Class: Fog::Compute::Libvirt::Interface
- Defined in:
- lib/fog/libvirt/models/compute/interface.rb
Instance Attribute Summary
Attributes inherited from Model
Instance Method Summary collapse
Methods inherited from Model
#initialize, #inspect, #reload, #symbolize_keys, #to_json, #wait_for
Methods included from Attributes::ClassMethods
#_load, #aliases, #attribute, #attributes, #identity, #ignore_attributes, #ignored_attributes
Methods included from Attributes::InstanceMethods
#_dump, #attributes, #dup, #identity, #identity=, #merge_attributes, #new_record?, #requires, #requires_one
Constructor Details
This class inherits a constructor from Fog::Model
Instance Method Details
#active? ⇒ Boolean
21 22 23 |
# File 'lib/fog/libvirt/models/compute/interface.rb', line 21 def active? active end |
#save ⇒ Object
13 14 15 |
# File 'lib/fog/libvirt/models/compute/interface.rb', line 13 def save raise Fog::Errors::Error.new('Creating a new interface is not yet implemented. Contributions welcome!') end |
#shutdown ⇒ Object
17 18 19 |
# File 'lib/fog/libvirt/models/compute/interface.rb', line 17 def shutdown connection.destroy_interface(mac) end |