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.
14105 14106 14107 |
# File 'lib/ovirtsdk4/services.rb', line 14105 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Remove the network interface from the instance type.
14130 14131 14132 |
# File 'lib/ovirtsdk4/services.rb', line 14130 def remove(opts = {}) internal_remove(REMOVE, opts) end |