Package | Description |
---|---|
com.hp.ov.sdk.rest.client.common | |
com.hp.ov.sdk.rest.client.facilities | |
com.hp.ov.sdk.rest.client.server | |
com.hpe.i3s.client.deployment |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<T> |
RetrievableResource.get(URIQuery query)
Retrieves a paginated collection (
ResourceCollection ) containing the details for the
available resources of type <T> found under the current HPE OneView. |
ResourceCollection<T> |
RetrievableResource.getAll(int count)
Retrieves a collection (
ResourceCollection ) containing the details for all
available resources of type <T> found under the current HPE OneView. |
Modifier and Type | Method and Description |
---|---|
TaskResource |
RackClient.removeByFilter(String filter,
RequestOption... options)
Removes the
Rack (s) matching the filter. |
TaskResource |
PowerDeliveryDeviceClient.removeByFilter(String filter,
RequestOption... options)
Removes the
PowerDeliveryDevice (s) matching the filter. |
TaskResource |
DataCenterClient.removeByFilter(String filter,
RequestOption... options)
Removes the
DataCenter (s) matching the filter. |
TaskResource |
UnmanagedDeviceClient.removeByFilter(String filter,
RequestOption... options)
Removes the
UnmanagedDevice (s) matching the filter. |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<ServerFirmwareInventory> |
ServerHardwareClient.getServerFirmwareInventoryByFilter(FirmwareInventoryFilter filter)
Retrieves the
ServerFirmwareInventory details for the specified server hardware. |
ServerProfileTemplate |
ServerProfileTemplateClient.getTransformation(String resourceId,
String serverHardwareTypeUri,
String enclosureGroupUri)
Transforms an existing server profile template by supplying a new server
hardware type and enclosure group or both.
|
ServerProfileTemplate |
ServerProfileTemplateClient.getTransformation(String resourceId,
String serverHardwareTypeUri,
String enclosureGroupUri)
Transforms an existing server profile template by supplying a new server
hardware type and enclosure group or both.
|
Modifier and Type | Method and Description |
---|---|
TaskResource |
ArtifactsBundleClient.createBackupArchiveBundle(File file,
String deploymentGrpUri,
RequestOption... options)
Uploads a backup bundle from a local drive and extract all the artifacts present in the uploaded file.
|
Copyright © 2017. All rights reserved.