Class: OvirtSDK4::DiskSnapshotService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ DiskSnapshot
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.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ DiskSnapshot
Returns the representation of the object managed by this service.
6843 6844 6845 |
# File 'lib/ovirtsdk4/services.rb', line 6843 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Deletes the object managed by this service.
6868 6869 6870 |
# File 'lib/ovirtsdk4/services.rb', line 6868 def remove(opts = {}) internal_remove(REMOVE, opts) end |