public interface SearchableResource<T> extends RetrievableResource<T>
Modifier and Type | Interface and Description |
---|---|
static class |
SearchableResource.GetByNameRequestInterceptor |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<T> |
getByName(String name)
Retrieves a paginated collection (
ResourceCollection ) containing the details for the
available resources found under the current HPE OneView that match the name provided. |
ResourceCollection<T> getByName(String name)
ResourceCollection
) containing the details for the
available resources found under the current HPE OneView that match the name
provided.
The filter applied in this case is as follows:
filter="name matches 'name'"
name
- name that should be used to filter the resources found in HPE OneView.ResourceCollection
paginated collection containing the details for the
available resources if type <T> that match the filter.Copyright © 2017. All rights reserved.