public interface LogicalInterconnectGroupClient extends SearchableResource<LogicalInterconnectGroup>, CreatableResource<LogicalInterconnectGroup>, UpdatableResource<LogicalInterconnectGroup>, DeletableResource
SearchableResource.GetByNameRequestInterceptor
Modifier and Type | Field and Description |
---|---|
static String |
LOGICAL_INTERCONNECT_GROUPS_DEFAULT_SETTINGS_URI |
static String |
LOGICAL_INTERCONNECT_GROUPS_SETTINGS_URI |
static String |
LOGICAL_INTERCONNECT_GROUPS_URI |
Modifier and Type | Method and Description |
---|---|
InterconnectSettingsV2 |
getDefaultInterconnectSettings()
The module aids in fetching the default interconnect settings details for
the logical interconnect group found under the current HPE OneView.
|
InterconnectSettingsV2 |
getInterconnectSettings_V120(String resourceId,
String settingsId)
The module aids in fetching the interconnect settings details for the
logical interconnect group found under the current HPE OneView.
|
InterconnectSettingsV2 |
getInterconnectSettings(String resourceId)
The module aids in fetching the interconnect settings details for the
logical interconnect group found under the current HPE OneView.
|
getByName
get, get, getAll, getAll, getById
create
update
delete
static final String LOGICAL_INTERCONNECT_GROUPS_URI
static final String LOGICAL_INTERCONNECT_GROUPS_DEFAULT_SETTINGS_URI
static final String LOGICAL_INTERCONNECT_GROUPS_SETTINGS_URI
InterconnectSettingsV2 getDefaultInterconnectSettings()
InterconnectSettingsV2
containing the interconnect setting details.InterconnectSettingsV2 getInterconnectSettings(String resourceId)
resourceId
- The resource identifier for logical interconnect group as seen in HPE OneView.InterconnectSettingsV2
containing the interconnect setting details.InterconnectSettingsV2 getInterconnectSettings_V120(String resourceId, String settingsId)
resourceId
- The resource identifier for logical interconnect group as seen in HPE OneView.settingsId
- The settingsId for logical interconnect group as seen in HPE OneView.InterconnectSettingsV2
containing the interconnect setting details.Copyright © 2017. All rights reserved.