public interface FcSansProviderClient
Modifier and Type | Method and Description |
---|---|
SanProviderResponseCollection |
getAllProviders(RestParams params)
The module aids in fetching all the SAN providers registered under the current HPE OneView.
|
String |
getId(RestParams params,
String name)
The module aids in fetching the SAN provider resource identifier for the SAN provider
name as specified in HPE OneView.
|
SanProviderResponse |
getProviderByName(RestParams params,
String displayName)
The module aids in fetching the SAN provider for specific SAN provider
registered under current HPE OneView.
|
SanProviderResponseCollection getAllProviders(RestParams params)
params
- The RestParams
is a structure containing the connection details.SanProviderResponseCollection
containing the SAN providers details.SanProviderResponse getProviderByName(RestParams params, String displayName)
params
- The RestParams
is a structure containing the connection details.displayName
- The name of the provider.SanProviderResponse
containing the SAN provider details.String getId(RestParams params, String name)
params
- The RestParams
is a structure containing the connection details.name
- The name is the SAN provider name as seen in HPE OneView.Copyright © 2016. All rights reserved.