public interface RetrievableResource<T>
| Modifier and Type | Method and Description |
|---|---|
ResourceCollection<T> |
get()
Retrieves a paginated collection (
ResourceCollection) containing the details for the
available resources of type <T> found under the current HPE OneView. |
ResourceCollection<T> |
get(URIQuery query)
Retrieves a paginated collection (
ResourceCollection) containing the details for the
available resources of type <T> found under the current HPE OneView. |
ResourceCollection<T> |
getAll()
Retrieves a collection (
ResourceCollection) containing the details for all
available resources of type <T> found under the current HPE OneView. |
ResourceCollection<T> |
getAll(int count)
Retrieves a collection (
ResourceCollection) containing the details for all
available resources of type <T> found under the current HPE OneView. |
T |
getById(String resourceId)
Retrieves the resource identified by the provided
resourceId. |
T getById(String resourceId)
resourceId.resourceId - resource identifier as seen in HPE OneView.resourceId.ResourceCollection<T> get()
ResourceCollection) containing the details for the
available resources of type <T> found under the current HPE OneView.ResourceCollection paginated collection containing the details for the
available resources.ResourceCollection<T> get(URIQuery query)
ResourceCollection) containing the details for the
available resources of type <T> found under the current HPE OneView.query - URI query containing the parameters that should be used to build the request.ResourceCollection paginated collection containing the details for the
available resources.ResourceCollection<T> getAll()
ResourceCollection) containing the details for all
available resources of type <T> found under the current HPE OneView.ResourceCollection collection containing the details for the available resources.ResourceCollection<T> getAll(int count)
ResourceCollection) containing the details for all
available resources of type <T> found under the current HPE OneView.count - defines the number of resources that should be retrieved in each request.ResourceCollection collection containing the details for the available resources.Copyright © 2017. All rights reserved.