Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
LogicalEnclosure |
LogicalEnclosureAdaptor.buildDto(Object source) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
LogicalEnclosureAdaptor.buildJsonObjectFromDto(LogicalEnclosure source) |
Modifier and Type | Method and Description |
---|---|
LogicalEnclosure |
LogicalEnclosureClientImpl.getLogicalEnclosure(RestParams params,
String resourceId) |
LogicalEnclosure |
LogicalEnclosureClient.getLogicalEnclosure(RestParams params,
String resourceId)
The module aids in fetching the logical enclosure details for the specified
logical enclosure resource identifier.
|
LogicalEnclosure |
LogicalEnclosureClientImpl.getLogicalEnclosureByName(RestParams params,
String name) |
LogicalEnclosure |
LogicalEnclosureClient.getLogicalEnclosureByName(RestParams params,
String name)
The module aids in fetching the logical enclosure details for the specified
logical enclosure name.
|
Modifier and Type | Method and Description |
---|---|
ResourceCollection<LogicalEnclosure> |
LogicalEnclosureClientImpl.getAllLogicalEnclosures(RestParams params) |
ResourceCollection<LogicalEnclosure> |
LogicalEnclosureClient.getAllLogicalEnclosures(RestParams params)
The module aids in fetching the logical enclosure details for all logical enclosures
registered under the current HPE OneView.
|
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
LogicalEnclosureClientImpl.updateLogicalEnclosure(RestParams params,
String resourceId,
LogicalEnclosure logicalEnclosureDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
LogicalEnclosureClient.updateLogicalEnclosure(RestParams params,
String resourceId,
LogicalEnclosure logicalEnclosureDto,
boolean aSync,
boolean useJsonRequest)
The module takes in an LogicalEnclosure object or JsonRequest and updates the
existing logical enclosure based on resource identifier.
|
Copyright © 2016. All rights reserved.