Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.dto | |
com.hp.ov.sdk.rest.client | |
com.hp.ov.sdk.util |
Modifier and Type | Method and Description |
---|---|
ServerProfile |
ServerProfileAdaptor.buildDto(Object source) |
ServerProfile |
ServerProfileAdaptor.buildDto(Object source,
double version) |
ServerProfile |
ServerProfileAdaptor.buildServerProfileDto(String source,
double version) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
ServerProfileAdaptor.buildJsonObjectFromDto(ServerProfile source,
double version) |
Modifier and Type | Method and Description |
---|---|
List<ServerProfile> |
ServerProfileCollection.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
ServerProfileCollection.setMembers(List<ServerProfile> _members) |
Modifier and Type | Method and Description |
---|---|
ServerProfile |
ServerProfileClient.getServerProfile(RestParams params,
String resourceId)
The module aids in fetching the server profile details for the specified
server profile resource identifier.
|
ServerProfile |
ServerProfileClientImpl.getServerProfile(RestParams params,
String resourceId) |
ServerProfile |
ServerProfileClient.getServerProfileByName(RestParams params,
String name)
The module aids in fetching the server profile details for the
server profile name as specified in HPE OneView.
|
ServerProfile |
ServerProfileClientImpl.getServerProfileByName(RestParams params,
String name) |
ServerProfile |
ServerProfileClient.getServerProfileTransformation(RestParams params,
String resourceId,
String serverHardwareTypeUri,
String enclosureGroupUri)
Transforms an existing profile by supplying a new server hardware type and/or
enclosure group.
|
ServerProfile |
ServerProfileClientImpl.getServerProfileTransformation(RestParams params,
String resourceId,
String serverHardwareTypeUri,
String enclosureGroupUri) |
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
ServerProfileClient.createServerProfile(RestParams params,
ServerProfile serverProfileDto,
boolean aSync,
boolean useJsonRequest)
The module aids in the creation of a server profile when provided with the
server profile details as a ServerProfile object or JsonRequest.
|
TaskResourceV2 |
ServerProfileClientImpl.createServerProfile(RestParams params,
ServerProfile serverProfileDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
ServerProfileClient.updateServerProfile(RestParams params,
String resourceId,
ServerProfile serverProfileDto,
boolean aSync,
boolean useJsonRequest)
The module takes in a ServerProfile object or JsonRequest and updates
the existing server profile based on the resource identifier.
|
TaskResourceV2 |
ServerProfileClientImpl.updateServerProfile(RestParams params,
String resourceId,
ServerProfile serverProfileDto,
boolean aSync,
boolean useJsonRequest) |
Modifier and Type | Method and Description |
---|---|
ServerProfile |
ResourceDtoUtils.buildServerProfile(RestParams params,
String profileName,
String serverHardwareName,
Boolean useBayNameForServerHardwareUri,
String enclosureGroupName,
ServerProfile.ProfileAffinity affinity,
ServerProfile.AssignmentType wwnType,
ServerProfile.AssignmentType macType,
ServerProfile.AssignmentType serialNumberType,
SanStorage sanStorage,
List<ProfileConnectionV3> connections,
LocalStorage localStorage,
Boot boot,
Bios bios,
Firmware firmware) |
Copyright © 2016. All rights reserved.