Class: OvirtSDK4::TemplateNicService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ Nic
Returns the representation of the object managed by this service.
-
#remove(opts = {}) ⇒ Object
Deletes the object managed by this service.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
-
#update(nic, opts = {}) ⇒ Nic
Update the specified network interface card attached to the template.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ Nic
Returns the representation of the object managed by this service.
28372 28373 28374 |
# File 'lib/ovirtsdk4/services.rb', line 28372 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Deletes the object managed by this service.
28397 28398 28399 |
# File 'lib/ovirtsdk4/services.rb', line 28397 def remove(opts = {}) internal_remove(REMOVE, opts) end |