Class: OvirtSDK4::InstanceTypeNicService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ Nic
Gets network interface configuration of the instance type.
-
#remove(opts = {}) ⇒ Object
Remove the network interface from the instance type.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
-
#update(nic, opts = {}) ⇒ Nic
Updates the network interface configuration of the instance type.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ Nic
Gets network interface configuration of the instance type.
12832 12833 12834 |
# File 'lib/ovirtsdk4/services.rb', line 12832 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Remove the network interface from the instance type.
12857 12858 12859 |
# File 'lib/ovirtsdk4/services.rb', line 12857 def remove(opts = {}) internal_remove(REMOVE, opts) end |