public interface NetworkSetClient extends CreatableResource<NetworkSet>, SearchableResource<NetworkSet>, UpdatableResource<NetworkSet>, DeletableResource
SearchableResource.GetByNameRequestInterceptor
Modifier and Type | Field and Description |
---|---|
static String |
NETWORK_SET_URI |
static String |
WITHOUT_ETHERNET_URI |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<NetworkSet> |
getAllWithoutEthernet()
Retrieves the
ResourceCollection <NetworkSet >
containing details for all available network sets found under
the current HPE OneView, excluding any Ethernet networks. |
NetworkSet |
getByIdWithoutEthernet(String resourceId)
Retrieves the
NetworkSet details for the specified network set,
excluding any Ethernet networks. |
create
getByName
get, get, getAll, getAll, getById
update
delete
static final String NETWORK_SET_URI
static final String WITHOUT_ETHERNET_URI
ResourceCollection<NetworkSet> getAllWithoutEthernet()
ResourceCollection
<NetworkSet
>
containing details for all available network sets found under
the current HPE OneView, excluding any Ethernet networks.ResourceCollection
<NetworkSet
> containing
the details for all network sets foundNetworkSet getByIdWithoutEthernet(String resourceId)
NetworkSet
details for the specified network set,
excluding any Ethernet networks.resourceId
- network set resource identifier as seen in HPE OneViewNetworkSet
object containing the detailsCopyright © 2017. All rights reserved.