Package org.ovirt.engine.sdk4.services
Interface StorageDomainServerConnectionsService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
StorageDomainServerConnectionsServiceImpl
public interface StorageDomainServerConnectionsService extends Service
Manages the set of connections to storage servers that exist in a storage domain.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
StorageDomainServerConnectionsService.AddRequest
static interface
StorageDomainServerConnectionsService.AddResponse
static interface
StorageDomainServerConnectionsService.ListRequest
Returns the list of connections to storage servers that existin the storage domain.static interface
StorageDomainServerConnectionsService.ListResponse
Returns the list of connections to storage servers that existin the storage domain.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageDomainServerConnectionsService.AddRequest
add()
StorageDomainServerConnectionService
connectionService(String id)
StorageDomainServerConnectionsService.ListRequest
list()
Returns the list of connections to storage servers that existin the storage domain.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
-
-
-
Method Detail
-
list
StorageDomainServerConnectionsService.ListRequest list()
Returns the list of connections to storage servers that existin the storage domain. The order of the returned list of connections isn't guaranteed.
-
connectionService
StorageDomainServerConnectionService connectionService(String id)
-
-