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.
26665 26666 26667 |
# File 'lib/ovirtsdk4/services.rb', line 26665 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Deletes the object managed by this service.
26690 26691 26692 |
# File 'lib/ovirtsdk4/services.rb', line 26690 def remove(opts = {}) internal_remove(REMOVE, opts) end |