public class FcSansProviderClientImpl extends Object implements FcSansProviderClient
| Modifier | Constructor and Description |
|---|---|
protected |
FcSansProviderClientImpl(ProviderAdaptor adaptor) |
| 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.
|
static FcSansProviderClient |
getClient() |
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.
|
protected FcSansProviderClientImpl(ProviderAdaptor adaptor)
public static FcSansProviderClient getClient()
public SanProviderResponseCollection getAllProviders(RestParams params)
FcSansProviderClientgetAllProviders in interface FcSansProviderClientparams - The RestParams is a structure containing the connection details.SanProviderResponseCollection containing the SAN providers details.public SanProviderResponse getProviderByName(RestParams params, String displayName)
FcSansProviderClientgetProviderByName in interface FcSansProviderClientparams - The RestParams is a structure containing the connection details.displayName - The name of the provider.SanProviderResponse containing the SAN provider details.public String getId(RestParams params, String name)
FcSansProviderClientgetId in interface FcSansProviderClientparams - 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.