Package org.ovirt.engine.sdk4.services
Interface OperatingSystemsService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
OperatingSystemsServiceImpl
public interface OperatingSystemsService extends Service
Manages the set of types of operating systems available in the system.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
OperatingSystemsService.ListRequest
Returns the list of types of operating system available in the system.static interface
OperatingSystemsService.ListResponse
Returns the list of types of operating system available in the system.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperatingSystemsService.ListRequest
list()
Returns the list of types of operating system available in the system.OperatingSystemService
operatingSystemService(String id)
Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
-
-
-
Method Detail
-
list
OperatingSystemsService.ListRequest list()
Returns the list of types of operating system available in the system. The order of the returned list of operating systems isn't guaranteed.
-
operatingSystemService
OperatingSystemService operatingSystemService(String id)
-
-