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.
22176 22177 22178 |
# File 'lib/ovirtsdk4/services.rb', line 22176 def get(opts = {}) internal_get(GET, opts) end |
#remove(opts = {}) ⇒ Object
Detaches a storage connection from storage.
22201 22202 22203 |
# File 'lib/ovirtsdk4/services.rb', line 22201 def remove(opts = {}) internal_remove(REMOVE, opts) end |