public interface DeploymentPlanClient extends SearchableResource<DeploymentPlan>
SearchableResource.GetByNameRequestInterceptor
Modifier and Type | Field and Description |
---|---|
static String |
DEPLOYMENT_PLAN_URI |
Modifier and Type | Method and Description |
---|---|
DeploymentPlan |
create(DeploymentPlan resource)
Creates a resource according to the provided
resource object. |
String |
delete(String resourceId)
Deletes the resource identified by the provided
resourceId . |
DeploymentPlan |
update(String resourceId,
DeploymentPlan resource)
Updates the resource identified by
resourceId according to the
provided resource object. |
getByName
static final String DEPLOYMENT_PLAN_URI
DeploymentPlan create(DeploymentPlan resource)
resource
object.resource
- object containing the details of the resource that should be created.DeploymentPlan
object containing the result of this request.DeploymentPlan update(String resourceId, DeploymentPlan 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.DeploymentPlan
object containing the result of this request.Copyright © 2016. All rights reserved.