Package | Description |
---|---|
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
Fabric |
FabricClient.getFabricById(RestParams params,
String id)
The module aids in fetching the fabric when provided with
the Fabric resource identifier.
|
Fabric |
FabricClientImpl.getFabricById(RestParams params,
String resourceId) |
Fabric |
FabricClient.getFabricByName(RestParams params,
String resourceName)
The module aids in fetching the fabric when provided with
the fabric name.
|
Fabric |
FabricClientImpl.getFabricByName(RestParams params,
String resourceName) |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<Fabric> |
FabricClient.getAllFabrics(RestParams params)
The module aids in fetching the details for all the fabrics
found under the current HPE OneView.
|
ResourceCollection<Fabric> |
FabricClientImpl.getAllFabrics(RestParams params) |
Copyright © 2016. All rights reserved.