public interface LogicalSwitchClient extends SearchableResource<LogicalSwitch>, CreatableResource<AddLogicalSwitch>, UpdatableResource<AddLogicalSwitch>, DeletableResource
SearchableResource.GetByNameRequestInterceptor| Modifier and Type | Field and Description |
|---|---|
static String |
LOGICAL_SWITCHES_REFRESH_URI |
static String |
LOGICAL_SWITCHES_URI |
| Modifier and Type | Method and Description |
|---|---|
TaskResource |
refresh(String resourceId,
RequestOption... options)
Executes a refresh action for a logical switch identified by the provided
resource identifier.
|
getByNameget, get, getAll, getAll, getByIdcreateupdatedeletestatic final String LOGICAL_SWITCHES_URI
static final String LOGICAL_SWITCHES_REFRESH_URI
TaskResource refresh(String resourceId, RequestOption... options)
resourceId - logical switch identifier as seen in HPE OneView.options - varargs of RequestOption, which can be used to specify
some request options.TaskResource containing the task status for the process.Copyright © 2016. All rights reserved.