public interface OsBuildPlanClient extends SearchableResource<OeBuildPlan>
SearchableResource.GetByNameRequestInterceptor
Modifier and Type | Field and Description |
---|---|
static String |
BUILD_PLAN_URI |
Modifier and Type | Method and Description |
---|---|
OeBuildPlan |
create(OeBuildPlan resource)
Creates a resource according to the provided
resource object. |
String |
delete(String resourceId)
Deletes the resource identified by the provided
resourceId . |
OeBuildPlan |
update(String resourceId,
OeBuildPlan resource)
Updates the resource identified by
resourceId according to the
provided resource object. |
getByName
static final String BUILD_PLAN_URI
OeBuildPlan create(OeBuildPlan resource)
resource
object.resource
- object containing the details of the resource that should be created.OeBuildPlan
object containing the result of this request.OeBuildPlan update(String resourceId, OeBuildPlan resource)
resourceId
according to the
provided resource
object.resourceId
- resource identifier as seen in HPE OneView.resource
- object containing the details of the resource that should be created.OeBuildPlan
object containing the result of this request.Copyright © 2017. All rights reserved.