Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.dto | |
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 |
---|---|
List<LogicalEnclosure> |
LogicalEnclosureList.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
LogicalEnclosureList.setMembers(List<LogicalEnclosure> _members) |
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 |
---|---|
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.