Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
org.json.JSONArray |
EnclosureAdaptor.buildJsonArrayDto(Patch source) |
org.json.JSONArray |
InterconnectAdaptor.buildJsonArrayDto(Patch source) |
org.json.JSONArray |
ServerProfileAdaptor.buildJsonArrayDto(Patch source) |
org.json.JSONArray |
LogicalEnclosureAdaptor.buildJsonArrayDto(Patch source) |
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
EnclosureClient.patchEnclosure(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync)
The module takes in a Patch object or JsonRequest and updates the
existing enclosure based on the resource identifier and the content of the Patch object.
|
TaskResourceV2 |
EnclosureClientImpl.patchEnclosure(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync) |
TaskResourceV2 |
InterconnectsClient.patchInterconnect(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync)
Performs a specific patch operation for the given interconnect.
|
TaskResourceV2 |
InterconnectsClientImpl.patchInterconnect(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync) |
TaskResourceV2 |
LogicalEnclosureClientImpl.patchLogicalEnclosure(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
LogicalEnclosureClient.patchLogicalEnclosure(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync,
boolean useJsonRequest)
The module takes in a Patch object or JsonRequest and updates the
existing logical enclosure based on the resource identifier and the content of the Patch object.
|
TaskResourceV2 |
ServerProfileClient.patchServerProfile(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync)
Use the PATCH REST API to update the server profile.
|
TaskResourceV2 |
ServerProfileClientImpl.patchServerProfile(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync) |
Copyright © 2016. All rights reserved.