public interface FabricClient
Modifier and Type | Method and Description |
---|---|
ResourceCollection<Fabric> |
getAllFabrics(RestParams params)
The module aids in fetching the details for all the fabrics
found under the current HPE OneView.
|
Fabric |
getFabricById(RestParams params,
String id)
The module aids in fetching the fabric when provided with
the Fabric resource identifier.
|
Fabric |
getFabricByName(RestParams params,
String resourceName)
The module aids in fetching the fabric when provided with
the fabric name.
|
Fabric getFabricById(RestParams params, String id)
params
- The RestParams
is a structure containing the connection details.id
- The resource identifier for the fabric as seen in HPE OneView.Fabric
containing the fabric details.Fabric getFabricByName(RestParams params, String resourceName)
params
- The RestParams
is a structure containing the connection details.resourceName
- The resourceName is the fabric name as seen in HPE OneView.Fabric
containing the connection template details.ResourceCollection<Fabric> getAllFabrics(RestParams params)
params
- The RestParams
is a structure containing the connection details.ResourceCollection
<Fabric
> containing
the details for all found fabrics.Copyright © 2016. All rights reserved.