Class: OvirtSDK4::StorageDomainServerConnectionService
- Defined in:
- lib/ovirtsdk4/services.rb,
lib/ovirtsdk4/services.rb
Instance Method Summary collapse
-
#get(opts = {}) ⇒ StorageConnection
Returns the representation of the object managed by this service.
-
#remove(opts = {}) ⇒ Object
Detaches a storage connection from storage.
-
#service(path) ⇒ Service
Locates the service corresponding to the given path.
Methods inherited from Service
Instance Method Details
#get(opts = {}) ⇒ StorageConnection
Returns the representation of the object managed by this service.
22052 22053 22054 |
# File 'lib/ovirtsdk4/services.rb', line 22052 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Detaches a storage connection from storage.
22077 22078 22079 |
# File 'lib/ovirtsdk4/services.rb', line 22077 def remove(opts = {}) internal_remove(REMOVE, opts) end |