Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
ServerProfileTemplate |
ServerProfileTemplateAdaptor.buildDto(Object source) |
ServerProfileTemplate |
ServerProfileTemplateAdaptor.buildDto(Object source,
ApiVersion version) |
ServerProfileTemplate |
ServerProfileTemplateAdaptor.buildServerProfileTemplateDto(String source,
ApiVersion version) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
ServerProfileTemplateAdaptor.buildJsonObjectFromDto(ServerProfileTemplate source,
ApiVersion version) |
Modifier and Type | Method and Description |
---|---|
ServerProfileTemplate |
ServerProfileTemplateClientImpl.getServerProfileTemplateById(RestParams params,
String resourceId) |
ServerProfileTemplate |
ServerProfileTemplateClient.getServerProfileTemplateById(RestParams params,
String resourceId)
The module aids in fetching the server profile Template details for the specified
server profile Template resource identifier.
|
ServerProfileTemplate |
ServerProfileTemplateClientImpl.getServerProfileTemplateByName(RestParams params,
String name) |
ServerProfileTemplate |
ServerProfileTemplateClient.getServerProfileTemplateByName(RestParams params,
String name)
The module aids in fetching the server profile Template details for the
server profile Template name as specified in HPE OneView.
|
Modifier and Type | Method and Description |
---|---|
ResourceCollection<ServerProfileTemplate> |
ServerProfileTemplateClientImpl.getAllServerProfileTemplates(RestParams params) |
ResourceCollection<ServerProfileTemplate> |
ServerProfileTemplateClient.getAllServerProfileTemplates(RestParams params)
The module aids in fetching the server profile Template details for all
the server profiles Templates found under the current HPE OneView.
|
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
ServerProfileTemplateClientImpl.createServerProfileTemplate(RestParams params,
ServerProfileTemplate serverProfileTemplateDto,
boolean aSync) |
TaskResourceV2 |
ServerProfileTemplateClient.createServerProfileTemplate(RestParams params,
ServerProfileTemplate serverProfileTemplateDto,
boolean aSync)
The module aids in the creation of a server profile Template when provided with the
server profile Template details as a
ServerProfileTemplate object. |
TaskResourceV2 |
ServerProfileTemplateClientImpl.updateServerProfileTemplate(RestParams params,
String resourceId,
ServerProfileTemplate serverProfileTemplateDto,
boolean aSync) |
TaskResourceV2 |
ServerProfileTemplateClient.updateServerProfileTemplate(RestParams params,
String resourceId,
ServerProfileTemplate serverProfileTemplateDto,
boolean aSync)
The module takes in a ServerProfileTemplate object and updates
the existing server profile Template based on the resource identifier.
|
Copyright © 2016. All rights reserved.