Package | Description |
---|---|
com.hp.ov.sdk.dto | |
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
List<Switch> |
SwitchCollection.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
SwitchCollection.setMembers(List<Switch> members) |
Modifier and Type | Method and Description |
---|---|
Switch |
SwitchClientImpl.getSwitch(RestParams params,
String resourceId) |
Switch |
SwitchClient.getSwitch(RestParams params,
String resourceId)
This method aids in fetching the switch for the given resource identifier.
|
Switch |
SwitchClientImpl.getSwitchByName(RestParams params,
String name) |
Switch |
SwitchClient.getSwitchByName(RestParams params,
String name)
The module aids in fetching the switch details for the switch name as
specified in HPE OneView.
|
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
SwitchClientImpl.createSwitch(RestParams params,
Switch switchObj,
boolean aSync) |
TaskResourceV2 |
SwitchClient.createSwitch(RestParams params,
Switch switchObj,
boolean aSync)
This method aids in the creation of a switch.
|
TaskResourceV2 |
SwitchClientImpl.updateSwitch(RestParams params,
String resourceId,
Switch switchDto,
boolean aSync) |
TaskResourceV2 |
SwitchClient.updateSwitch(RestParams params,
String resourceId,
Switch switchDto,
boolean aSync)
This method aids in updating a switch.
|
Copyright © 2016. All rights reserved.