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.
|
getByName
get, get, getAll, getAll, getById
create
update
delete
static 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 © 2017. All rights reserved.