Package | Description |
---|---|
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
EnclosureGroups |
EnclosureGroupClientImpl.createEnclosureGroup(RestParams params,
EnclosureGroups dto,
boolean useJsonRequest) |
EnclosureGroups |
EnclosureGroupClient.createEnclosureGroup(RestParams params,
EnclosureGroups enclosureGroupsDto,
boolean useJsonRequest)
The module aids in the creation of an enclosure group when provided with the
enclosure group details as EnclosureGroups object or JsonRequest.
|
EnclosureGroups |
EnclosureGroupClientImpl.getEnclosureGroup(RestParams params,
String resourceId) |
EnclosureGroups |
EnclosureGroupClient.getEnclosureGroup(RestParams params,
String resourceId)
The module aids in fetching the enclosure group details for the specified
enclosure group resource identifier.
|
EnclosureGroups |
EnclosureGroupClientImpl.getEnclosureGroupByName(RestParams params,
String name) |
EnclosureGroups |
EnclosureGroupClient.getEnclosureGroupByName(RestParams params,
String name)
The module aids in fetching the enclosure group details for the specified
enclosure group name.
|
EnclosureGroups |
EnclosureGroupClientImpl.updateEnclosureGroup(RestParams params,
String resourceId,
EnclosureGroups enclosureGroupDto,
boolean useJsonRequest) |
EnclosureGroups |
EnclosureGroupClient.updateEnclosureGroup(RestParams params,
String resourceId,
EnclosureGroups enclosureGroup,
boolean useJsonRequest)
The module takes in an EnclosureGroups object or JsonRequest and updates
the existing enclosure group based on resource identifier.
|
Modifier and Type | Method and Description |
---|---|
ResourceCollection<EnclosureGroups> |
EnclosureGroupClientImpl.getAllEnclosureGroups(RestParams params) |
ResourceCollection<EnclosureGroups> |
EnclosureGroupClient.getAllEnclosureGroups(RestParams params)
The module aids in fetching the enclosure group details for all enclosure
groups registered under the current HPE OneView.
|
Modifier and Type | Method and Description |
---|---|
EnclosureGroups |
EnclosureGroupClientImpl.createEnclosureGroup(RestParams params,
EnclosureGroups dto,
boolean useJsonRequest) |
EnclosureGroups |
EnclosureGroupClient.createEnclosureGroup(RestParams params,
EnclosureGroups enclosureGroupsDto,
boolean useJsonRequest)
The module aids in the creation of an enclosure group when provided with the
enclosure group details as EnclosureGroups object or JsonRequest.
|
EnclosureGroups |
EnclosureGroupClientImpl.updateEnclosureGroup(RestParams params,
String resourceId,
EnclosureGroups enclosureGroupDto,
boolean useJsonRequest) |
EnclosureGroups |
EnclosureGroupClient.updateEnclosureGroup(RestParams params,
String resourceId,
EnclosureGroups enclosureGroup,
boolean useJsonRequest)
The module takes in an EnclosureGroups object or JsonRequest and updates
the existing enclosure group based on resource identifier.
|
Copyright © 2016. All rights reserved.