public class FcSansProviderClientImpl extends Object implements FcSansProviderClient
Modifier and Type | Method and Description |
---|---|
ResourceCollection<SanProviderResponse> |
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.
|
public static FcSansProviderClient getClient()
public ResourceCollection<SanProviderResponse> getAllProviders(RestParams params)
FcSansProviderClient
getAllProviders
in interface FcSansProviderClient
params
- The RestParams
is a structure containing the connection details.ResourceCollection
<SanProviderResponse
> containing
the details for all found SAN providers.public SanProviderResponse getProviderByName(RestParams params, String displayName)
FcSansProviderClient
getProviderByName
in interface FcSansProviderClient
params
- 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)
FcSansProviderClient
getId
in interface FcSansProviderClient
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.