Modifier and Type | Method and Description |
---|---|
String |
AlertClient.delete(String resourceId)
Deletes the
AlertResource identified by the given resource identifier. |
String |
AlertClient.deleteAlertChangeLog(String changeLogId)
Deletes the alert change log item identified by changeLogId.
|
TaskResource |
AlertClient.deleteByFilter(String filter,
RequestOption... options)
Deletes all the
AlertResource (s) that match the filter. |
AlertResource |
AlertClient.update(String resourceId,
AlertUpdate resource)
Updates the resource identified by the
resourceId according to the
provided resource object. |
Modifier and Type | Method and Description |
---|---|
TaskResource |
DeletableResource.delete(String resourceId,
RequestOption... options)
Deletes the resource identified by the provided
resourceId . |
T |
RetrievableResource.getById(String resourceId)
Retrieves the resource identified by the provided
resourceId . |
TaskResource |
PatchableResource.patch(String resourceId,
Patch patch,
RequestOption... options)
Applies a patch on the resource identified by
resourceId according to the
provided Patch object. |
TaskResource |
RemovableResource.remove(String resourceId,
RequestOption... options)
Removes the resource identified by the provided
resourceId . |
TaskResource |
UpdatableResource.update(String resourceId,
T resource,
RequestOption... options)
Updates the resource identified by
resourceId according to the
provided resource object. |
Modifier and Type | Method and Description |
---|---|
TopologyInformation |
RackClient.getDeviceTopology(String resourceId)
Retrieves the topology information for the rack resource identified
by the provided
resourceId . |
EnvironmentalConfiguration |
UnmanagedDeviceClient.getEnvironmentalConfiguration(String resourceId)
Returns a description of the environmental configuration (supported feature set,
calibrated minimum and maximum power, location and dimensions, etc.) of the resource.
|
Power |
PowerDeliveryDeviceClient.getPowerState(String resourceId)
Retrieves the power state details for the specified power delivery device.
|
Light |
PowerDeliveryDeviceClient.getUidState(String resourceId)
Retrieves the unit identification (UID) light state details for the specified power delivery device.
|
UtilizationData |
PowerDeliveryDeviceClient.getUtilization(String resourceId)
Retrieves the
UtilizationData details for the specified power delivery device. |
List<VisualContent> |
DataCenterClient.getVisualContent(String resourceId)
Retrieves a
List <VisualContent > describing each rack
within the data center. |
String |
RackClient.remove(String resourceId)
Removes the resource identified by the provided
resourceId . |
String |
PowerDeliveryDeviceClient.remove(String resourceId)
Removes the resource identified by the provided
resourceId . |
String |
DataCenterClient.remove(String resourceId)
Removes the resource identified by the provided
resourceId . |
String |
UnmanagedDeviceClient.remove(String resourceId)
Removes the resource identified by the provided
resourceId . |
DataCenter |
DataCenterClient.update(String resourceId,
DataCenter resource)
Updates the resource identified by the
resourceId according to the
provided resource object. |
PowerDeliveryDevice |
PowerDeliveryDeviceClient.update(String resourceId,
PowerDeliveryDevice powerDeliveryDevice)
Updates the resource identified by the
resourceId according to the
provided resource object. |
Rack |
RackClient.update(String resourceId,
Rack resource)
Updates the resource identified by the
resourceId according to the
provided resource object. |
UnmanagedDevice |
UnmanagedDeviceClient.update(String resourceId,
UnmanagedDevice resource)
Updates the resource identified by the
resourceId according to the
provided resource object. |
TaskResource |
PowerDeliveryDeviceClient.updatePowerState(String resourceId,
OutletState outletState,
RequestOption... options)
Updates the power state of the power device identified by the provided resource identifier.
|
TaskResource |
PowerDeliveryDeviceClient.updateRefreshState(String resourceId,
PowerDeliveryDeviceRefreshRequest refreshState,
RequestOption... options)
Updates the refresh state of the power device identified by the provided resource identifier.
|
TaskResource |
PowerDeliveryDeviceClient.updateUidState(String resourceId,
OutletState outletState,
RequestOption... options)
Updates the unit identification (UID) light state of the power device
identified by the provided resource identifier.
|
Modifier and Type | Method and Description |
---|---|
TaskResource |
SasLogicalInterconnectClient.applyConfiguration(String resourceId,
RequestOption... options)
Asynchronously applies or re-applies the SAS logical interconnect configuration to all
managed SAS interconnects of a SAS logical interconnect.
|
InterconnectFibDataInfo |
LogicalInterconnectClient.createForwardingInformationBase(String resourceId)
This module aids in generating the forwarding information base dump file
for a logical interconnect.
|
TaskResource |
LogicalInterconnectClient.deleteInterconnect(String enclosureUri,
String bay,
RequestOption... options)
The module aids in removing an interconnect from a location.
|
TaskResource |
LogicalInterconnectClient.deleteInterconnect(String enclosureUri,
String bay,
RequestOption... options)
The module aids in removing an interconnect from a location.
|
List<String> |
EthernetNetworkClient.getAssociatedProfiles(String resourceId)
Retrieves a
List <String> containing the URIs of the server profiles associated
with the ethernet network identified by the provided resourceId . |
List<String> |
EthernetNetworkClient.getAssociatedUplinkGroups(String resourceId)
Retrieves a
List <String> containing the URIs of the uplink groups associated
with the ethernet network identified by the provided resourceId . |
NetworkSet |
NetworkSetClient.getByIdWithoutEthernet(String resourceId)
Retrieves the
NetworkSet details for the specified network set,
excluding any Ethernet networks. |
LogicalDownlink |
LogicalDownlinkClient.getByIdWithoutEthernet(String resourceId)
Retrieves the
LogicalDownlink details for the specified logical downlink,
excluding any existing ethernet networks. |
EnvironmentalConfiguration |
SwitchClient.getEnvironmentalConfiguration(String resourceId)
Retrieves the environmental configuration for the specified switch.
|
EthernetInterconnectSettingsV2 |
LogicalInterconnectClient.getEthernetSettings(String resourceId)
This module aids in fetching the ethernet settings for a logical interconnect.
|
LiFirmware |
LogicalInterconnectClient.getFirmware(String resourceId)
The module aids in fetching the logical interconnect firmware for the specified
logical interconnect identified by the resource identifier.
|
SasLiFirmware |
SasLogicalInterconnectClient.getFirmware(String resourceId)
The module aids in fetching the SAS logical interconnect firmware for the specified
SAS logical interconnect identified by the resource identifier.
|
ResourceCollection<InterconnectFibDataEntry> |
LogicalInterconnectClient.getForwardingInformationBase(String resourceId)
This module aids in fetching the forwarding information base data for a logical interconnect.
|
InterconnectSettingsV2 |
LogicalInterconnectGroupClient.getInterconnectSettings_V120(String resourceId,
String settingsId)
The module aids in fetching the interconnect settings details for the
logical interconnect group found under the current HPE OneView.
|
InterconnectSettingsV2 |
LogicalInterconnectGroupClient.getInterconnectSettings_V120(String resourceId,
String settingsId)
The module aids in fetching the interconnect settings details for the
logical interconnect group found under the current HPE OneView.
|
InterconnectSettingsV2 |
LogicalInterconnectGroupClient.getInterconnectSettings(String resourceId)
The module aids in fetching the interconnect settings details for the
logical interconnect group found under the current HPE OneView.
|
ResourceCollection<InternalVlanAssociation> |
LogicalInterconnectClient.getInternalVlans(String resourceId)
This module aids in fetching the internal VLAN identifiers for the provisioned
networks of a logical interconnect.
|
List<NameServer> |
InterconnectClient.getNamedServers(String resourceId)
Retrieves the named servers for an interconnect found under the current HPE OneView.
|
Port |
InterconnectClient.getPort(String resourceId,
String portId)
Retrieves the port of an interconnect for the specified
interconnect resource identifier and portId.
|
Port |
InterconnectClient.getPort(String resourceId,
String portId)
Retrieves the port of an interconnect for the specified
interconnect resource identifier and portId.
|
PortMonitor |
LogicalInterconnectClient.getPortMonitorConfiguration(String resourceId)
This module aids in fetching the port monitor configuration of a logical interconnect.
|
ResourceCollection<Port> |
InterconnectClient.getPorts(String resourceId)
Retrieves the collection of ports of an interconnect
for the specified interconnect resource identifier.
|
PortStatistics |
InterconnectClient.getPortStatistics(String resourceId,
String portName)
Retrieves the statistics of an interconnect port for the specified
interconnect resource identifier and port name.
|
PortStatistics |
InterconnectClient.getPortStatistics(String resourceId,
String portName)
Retrieves the statistics of an interconnect port for the specified
interconnect resource identifier and port name.
|
SwitchPortStatistics |
SwitchClient.getPortStatistics(String resourceId,
String portName)
Retrieves the statistics for the specified switch port.
|
SwitchPortStatistics |
SwitchClient.getPortStatistics(String resourceId,
String portName)
Retrieves the statistics for the specified switch port.
|
QosAggregatedConfiguration |
LogicalInterconnectClient.getQosAggregatedConfiguration(String resourceId)
This method aids in fetching the QoS aggregated configuration for the logical interconnect.
|
VlanPool |
FabricClient.getReservedVlanRange(String resourceId)
Retrieves the
VlanPool range for the fabric. |
SnmpConfiguration |
LogicalInterconnectClient.getSnmpConfiguration(String resourceId)
This module aids in fetching the SNMP configuration for a logical
interconnect that is specified by resource identifier.
|
InterconnectsStatistics |
InterconnectClient.getStatistics(String resourceId)
Retrieve the statistics of an interconnect for the specified
interconnect resource identifier.
|
SwitchStatistics |
SwitchClient.getStatistics(String resourceId)
Retrieves the statistics for the specified switch.
|
SubportStatistics |
InterconnectClient.getSubportStatistics(String resourceId,
String portName,
int subportName)
Retrieves the statistics of an interconnect subport for the specified
interconnect resource identifier, port name, and subport number.
|
SubportStatistics |
InterconnectClient.getSubportStatistics(String resourceId,
String portName,
int subportName)
Retrieves the statistics of an interconnect subport for the specified
interconnect resource identifier, port name, and subport number.
|
SubportStatistics |
InterconnectClient.getSubportStatistics(String resourceId,
String portName,
int subportName)
Retrieves the statistics of an interconnect subport for the specified
interconnect resource identifier, port name, and subport number.
|
TelemetryConfiguration |
LogicalInterconnectClient.getTelemetryConfiguration(String resourceId,
String telemetryConfigurationId)
This module aids in fetching the telemetry configuration of a logical interconnect.
|
TelemetryConfiguration |
LogicalInterconnectClient.getTelemetryConfiguration(String resourceId,
String telemetryConfigurationId)
This module aids in fetching the telemetry configuration of a logical interconnect.
|
ResourceCollection<PortMonitorUplinkPort> |
LogicalInterconnectClient.getUnassignedUplinkPortsForPortMonitor(String resourceId)
This module aids in fetching a collection of uplink ports from the member
interconnects, which are eligible for assignment to an analyzer port.
|
TaskResource |
LogicalSwitchClient.refresh(String resourceId,
RequestOption... options)
Executes a refresh action for a logical switch identified by the provided
resource identifier.
|
TaskResource |
SwitchClient.refresh(String resourceId,
RequestOption... options)
Requests a refresh for the specified switch.
|
TaskResource |
SasInterconnectClient.refreshState(String resourceId,
SasInterConnectRefreshRequest requestBody,
RequestOption... options)
Refreshes a
SasInterconnect identified by the given resource identifier. |
TaskResource |
SasLogicalInterconnectClient.replaceDriveEnclosure(String resourceId,
ReplaceDriveEnclosure replace,
RequestOption... options)
Initiates the replacement operation that enables the new drive enclosure replace the
prior drive enclosure when a drive enclosure has been physically replaced.
|
TaskResource |
InterconnectClient.resetPortProtection(String resourceId,
RequestOption... options)
Triggers a reset of the interconnect port protection.
|
ConnectionTemplate |
ConnectionTemplateClient.update(String resourceId,
ConnectionTemplate connectionTemplate)
Updates a
ConnectionTemplate identified by the given resource identifier. |
TaskResource |
LogicalInterconnectClient.updateCompliance(String resourceId,
RequestOption... options)
This module aids in fetching a logical interconnect to a consistent state.
|
TaskResource |
SasLogicalInterconnectClient.updateCompliance(String resourceId,
SasLogicalInterconnect interconnect,
RequestOption... options)
Returns a SAS logical interconnect to a consistent state.
|
TaskResource |
LogicalInterconnectClient.updateConfiguration(String resourceId,
RequestOption... options)
This module aids in asynchronously applying or re-applying the logical
interconnect configuration to all managed interconnects.
|
TaskResource |
LogicalInterconnectClient.updateEthernetSettings(String resourceId,
EthernetInterconnectSettingsV2 ethernetSettings,
RequestOption... options)
This method aids in updating the ethernet interconnect settings for the logical interconnect.
|
TaskResource |
LogicalInterconnectClient.updateFirmware(String resourceId,
LiFirmware liFirmware,
RequestOption... options)
The method installs firmware to a logical interconnect.
|
TaskResource |
SasLogicalInterconnectClient.updateFirmware(String resourceId,
SasLiFirmware sasLiFirmware,
RequestOption... options)
The method installs firmware to the member interconnects of a SAS logical interconnect.
|
TaskResource |
LogicalInterconnectClient.updateInternalNetworks(String resourceId,
List<String> networkUris,
RequestOption... options)
This module aids in updating the internal networks of a logical interconnect.
|
TaskResource |
InterconnectClient.updatePort(String resourceId,
Port port,
RequestOption... options)
The module takes in a
Port object and updates the existing
interconnect port based on the resource identifier. |
TaskResource |
LogicalInterconnectClient.updatePortMonitorConfiguration(String resourceId,
PortMonitor portMonitor,
RequestOption... options)
This module aids in updating the port monitor configuration of a logical interconnect.
|
TaskResource |
InterconnectClient.updatePorts(String resourceId,
List<Port> ports,
RequestOption... options)
|
TaskResource |
SwitchClient.updatePorts(String resourceId,
List<Port> ports,
RequestOption... options)
|
TaskResource |
LogicalInterconnectClient.updateQosAggregatedConfiguration(String resourceId,
QosAggregatedConfiguration qosAggregatedConfiguration,
RequestOption... options)
This modules aids in updating the QoS aggregated configuration for the logical interconnect.
|
TaskResource |
FabricClient.updateReservedVlanRange(String resourceId,
VlanPool vlanPool,
RequestOption... options)
Updates a
VlanPool range for the fabric. |
TaskResource |
LogicalInterconnectClient.updateSettings(String resourceId,
InterconnectSettingsV2 interconnectSettings,
RequestOption... options)
This modules aids in updating interconnect settings on the logical interconnect.
|
TaskResource |
LogicalInterconnectClient.updateSnmpConfiguration(String resourceId,
SnmpConfiguration snmpConfiguration,
RequestOption... options)
This modules aids in updating the SNMP configuration of a logical interconnect.
|
TaskResource |
LogicalInterconnectClient.updateTelemetryConfiguration(String resourceId,
String telemetryConfigurationId,
TelemetryConfiguration telemetryConfiguration,
RequestOption... options)
This module aids in updating the telemetry configuration of a logical
interconnect specified by resource identifier.
|
TaskResource |
LogicalInterconnectClient.updateTelemetryConfiguration(String resourceId,
String telemetryConfigurationId,
TelemetryConfiguration telemetryConfiguration,
RequestOption... options)
This module aids in updating the telemetry configuration of a logical
interconnect specified by resource identifier.
|
TelemetryConfiguration |
LogicalInterconnectClient.updateTelemetryConfigurationV120(String resourceId,
String telemetryConfigurationId,
TelemetryConfiguration telemetryConfiguration)
This module aids in updating the telemetry configuration of a logical
interconnect specified by resource identifier.
|
TelemetryConfiguration |
LogicalInterconnectClient.updateTelemetryConfigurationV120(String resourceId,
String telemetryConfigurationId,
TelemetryConfiguration telemetryConfiguration)
This module aids in updating the telemetry configuration of a logical
interconnect specified by resource identifier.
|
Modifier and Type | Method and Description |
---|---|
TaskResource |
LogicalEnclosureClient.createSupportDump(String resourceId,
SupportDump supportDump,
RequestOption... options)
Creates a support dump according to the provided
SupportDump object for
the logical enclosure identified by the resourceId . |
String |
EnclosureGroupClient.delete(String resourceId)
Deletes the
EnclosureGroup identified by the given resource identifier. |
TaskResource |
ServerProfileClient.deleteByFilter(String filter,
RequestOption... options)
Removes the
ServerProfile (s) matching the filter. |
SsoUrlData |
EnclosureClient.getActiveOaSsoUrl_V120(String resourceId)
Retrieves data that can be used to construct a single sign-on URL
for an onboard administrator.
|
SsoUrlData |
EnclosureClient.getActiveOaSsoUrl(String resourceId)
Retrieves data that can be used to construct a single sign-on URL
for an onboard administrator.
|
AvailableNetworks |
ServerProfileClient.getAvailableNetworks(String serverHardwareTypeUri,
String enclosureGroupUri)
The module aids in retrieving the list of ethernet networks, fibre
channel networks, and network sets that are available to a server profile,
along with their respective ports for the specified enclosure group URI and
server hardware type URI.
|
AvailableNetworks |
ServerProfileClient.getAvailableNetworks(String serverHardwareTypeUri,
String enclosureGroupUri)
The module aids in retrieving the list of ethernet networks, fibre
channel networks, and network sets that are available to a server profile,
along with their respective ports for the specified enclosure group URI and
server hardware type URI.
|
List<AvailableServers> |
ServerProfileClient.getAvailableServers(String profileUri)
Returns a list of the servers that are available for assignment to the
server profile.
|
List<AvailableServers> |
ServerProfileClient.getAvailableServers(String serverHardwareTypeUri,
String enclosureGroupUri)
Returns a list of the servers that are available for assignment to the
server profile.
|
List<AvailableServers> |
ServerProfileClient.getAvailableServers(String serverHardwareTypeUri,
String enclosureGroupUri)
Returns a list of the servers that are available for assignment to the
server profile.
|
AvailableStorageSystem |
ServerProfileClient.getAvailableStorageSystem(String serverHardwareTypeUri,
String enclosureGroupUri,
String storageSystemId)
Returns a specific storage system and its associated volumes that are
available to the server profile based on the given server hardware type and
enclosure group.
|
AvailableStorageSystem |
ServerProfileClient.getAvailableStorageSystem(String serverHardwareTypeUri,
String enclosureGroupUri,
String storageSystemId)
Returns a specific storage system and its associated volumes that are
available to the server profile based on the given server hardware type and
enclosure group.
|
AvailableStorageSystem |
ServerProfileClient.getAvailableStorageSystem(String serverHardwareTypeUri,
String enclosureGroupUri,
String storageSystemId)
Returns a specific storage system and its associated volumes that are
available to the server profile based on the given server hardware type and
enclosure group.
|
ResourceCollection<AvailableStorageSystem> |
ServerProfileClient.getAvailableStorageSystems(String serverHardwareTypeUri,
String enclosureGroupUri)
Returns the list of the storage systems and their associated volumes that
are available to the server profile based on the given server hardware type and
enclosure group.
|
ResourceCollection<AvailableStorageSystem> |
ServerProfileClient.getAvailableStorageSystems(String serverHardwareTypeUri,
String enclosureGroupUri)
Returns the list of the storage systems and their associated volumes that
are available to the server profile based on the given server hardware type and
enclosure group.
|
AvailableTargets |
ServerProfileClient.getAvailableTargets(String serverHardwareTypeUri,
String enclosureGroupUri,
String profileUri)
Returns a list of the target servers and empty device bays that are available
for assignment to the server profile.
|
AvailableTargets |
ServerProfileClient.getAvailableTargets(String serverHardwareTypeUri,
String enclosureGroupUri,
String profileUri)
Returns a list of the target servers and empty device bays that are available
for assignment to the server profile.
|
AvailableTargets |
ServerProfileClient.getAvailableTargets(String serverHardwareTypeUri,
String enclosureGroupUri,
String profileUri)
Returns a list of the target servers and empty device bays that are available
for assignment to the server profile.
|
BiosSettings |
ServerHardwareClient.getBios(String resourceId)
Retrieves the list of BIOS/UEFI values currently set on the physical server.
|
ServerProfileCompliancePreview |
ServerProfileClient.getCompliancePreview(String resourceId)
Retrieves a preview of manual and automatic updates required to make the
server profile consistent with its template.
|
String |
EnclosureGroupClient.getConfigurationScript(String resourceId)
Retrieves the configuration script for the specified enclosure group resource identifier.
|
String |
EnclosureClient.getConfigurationScript(String resourceId)
Retrieves the configuration script for the specified enclosure resource identifier.
|
String |
LogicalEnclosureClient.getConfigurationScript(String resourceId)
Retrieves the configuration script (
String ) of the logical enclosure
identified by the provided resourceId . |
EnvironmentalConfiguration |
EnclosureClient.getEnvironmentalConfiguration(String resourceId)
Retrieves the environmental configuration of the enclosure identified
by the given enclosure identifier.
|
EnvironmentalConfiguration |
ServerHardwareClient.getEnvironmentConfiguration(String resourceId)
Retrieves the settings that describe the environmental configuration
(supported feature set, calibrated minimum and maximum power,
location, and dimensions, ...) of the server hardware resource.
|
IloSsoUrlResult |
ServerHardwareClient.getIloSsoUrl(String resourceId)
Retrieves the URL to launch a Single Sign-On (SSO) session for the iLO web interface.
|
JavaRemoteConsoleUrlResult |
ServerHardwareClient.getJavaRemoteConsoleUrl(String resourceId)
This module aids in generating a Single Sign-On (SSO) session for the iLO
Java Applet console and returns the URL to launch it.
|
ServerProfileHealth |
ServerProfileClient.getMessages(String resourceId)
Returns the error or status messages associated with the specified server profile.
|
ServerProfile |
ServerProfileTemplateClient.getNewServerProfile(String resourceId)
A server profile object will be returned with the configuration based on this template.
|
ProfilePorts |
ServerProfileClient.getProfilePorts(String serverHardwareTypeUri,
String enclosureGroupUri)
Returns the port model associated server hardware type and enclosure group.
|
ProfilePorts |
ServerProfileClient.getProfilePorts(String serverHardwareTypeUri,
String enclosureGroupUri)
Returns the port model associated server hardware type and enclosure group.
|
RemoteConsoleUrlResult |
ServerHardwareClient.getRemoteConsoleUrl(String resourceId)
Generates a Single Sign-On (SSO) session for the iLO Integrated Remote
Console Application (IRC) and returns the URL to launch it.
|
ServerFirmwareInventory |
ServerHardwareClient.getServerFirmwareInventory(String resourceId)
Retrieves the
ServerFirmwareInventory details for the specified server hardware. |
SsoUrlData |
EnclosureClient.getStandbyOaSsoUrl_V120(String resourceId)
Retrieves data that can be used to construct a single sign-on URL
for an onboard administrator.
|
SsoUrlData |
EnclosureClient.getStandbyOaSsoUrl(String resourceId)
Retrieves data that can be used to construct a single sign-on URL
for an onboard administrator.
|
ServerProfile |
ServerProfileClient.getTransformation(String resourceId,
String serverHardwareTypeUri,
String enclosureGroupUri)
Transforms an existing profile by supplying a new server hardware type and
enclosure group or both .
|
ServerProfile |
ServerProfileClient.getTransformation(String resourceId,
String serverHardwareTypeUri,
String enclosureGroupUri)
Transforms an existing profile by supplying a new server hardware type and
enclosure group or both .
|
ServerProfile |
ServerProfileClient.getTransformation(String resourceId,
String serverHardwareTypeUri,
String enclosureGroupUri)
Transforms an existing profile 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.
|
UtilizationData |
EnclosureClient.getUtilization(String resourceId)
Retrieves historical utilization data for the specified enclosure.
|
UtilizationData |
ServerHardwareClient.getUtilization(String resourceId)
Retrieves the
UtilizationData details for the specified server hardware. |
EnclosureGroup |
EnclosureGroupClient.update(String resourceId,
EnclosureGroup enclosureGroup)
Updates an
EnclosureGroup identified by the given resource identifier. |
ServerHardwareType |
ServerHardwareTypeClient.update(String resourceId,
ServerHardwareTypeUpdate serverHardwareTypeUpdate)
Updates a
ServerHardwareType identified by the given resource identifier. |
TaskResource |
EnclosureClient.updateCompliance(String resourceId,
RequestOption... options)
Updates the enclosure configuration with that of the enclosure group script.
|
TaskResource |
EnclosureClient.updateConfiguration(String resourceId,
RequestOption... options)
Re-applies the enclosure configuration in the enclosure
identified by the given resource identifier.
|
TaskResource |
LogicalEnclosureClient.updateConfiguration(String resourceId,
RequestOption... options)
Re-applies the logical enclosure configuration in the logical enclosure identified
by the provided
resourceId . |
String |
EnclosureGroupClient.updateConfigurationScript(String resourceId,
String scriptData)
Updates the configuration script for the specified enclosure group resource identifier.
|
TaskResource |
EnclosureClient.updateConfigurationScript(String resourceId,
String scriptData,
RequestOption... options)
Updates the configuration script for the specified enclosure resource identifier.
|
TaskResource |
LogicalEnclosureClient.updateConfigurationScript(String resourceId,
String scriptData,
RequestOption... options)
Updates the logical enclosure script identified by the
resourceId according
to the provided script data. |
EnvironmentalConfiguration |
EnclosureClient.updateEnvironmentalConfiguration(String resourceId,
EnvironmentalConfigurationUpdate updateEnvironmentalConfiguration)
Updates the environmental configuration of the enclosure identified
by the given enclosure identifier.
|
EnvironmentalConfiguration |
ServerHardwareClient.updateEnvironmentConfiguration(String resourceId,
EnvironmentalConfigurationUpdate environmentalConfigurationUpdate)
Updates the calibrated max power of an unmanaged or unsupported server hardware resource.
|
TaskResource |
LogicalEnclosureClient.updateFromGroup(String resourceId,
RequestOption... options)
Updates the logical enclosure identified by the provided
resourceId
to make it consistent with the associated enclosure group when the logical enclosure is
in an inconsistent state. |
TaskResource |
EnclosureClient.updateFwBaseline(String resourceId,
FwBaselineConfig fwBaselineConfig,
RequestOption... options)
Applies the firmware baseline to the enclosure.
|
TaskResource |
ServerHardwareClient.updateMpFirmwareVersion(String resourceId,
RequestOption... options)
Updates the iLO firmware on a physical server to a minimum iLO firmware version
required by HPE OneView to manage the server.
|
TaskResource |
ServerHardwareClient.updatePowerState(String resourceId,
ServerPowerControlRequest serverPowerControlRequest,
RequestOption... options)
Requests a power operation to change the power state of the physical server.
|
TaskResource |
EnclosureClient.updateRefreshState(String resourceId,
RefreshStateConfig refreshStateConfig,
RequestOption... options)
Refreshes the enclosure to fix any configuration issue.
|
TaskResource |
ServerHardwareClient.updateRefreshState(String resourceId,
RefreshStateRequest refreshStateRequest,
RequestOption... options)
Refreshes the server hardware to fix configuration issues.
|
Modifier and Type | Method and Description |
---|---|
TaskResource |
ScopeClient.delete(String resourceId,
RequestOption... options)
Deletes the scope identified by the provided
resourceId . |
TaskResource |
ScopeClient.delete(String resourceId,
String eTag,
RequestOption... options)
Deletes the scope identified by the provided
resourceId . |
TaskResource |
ScopeClient.patch(String resourceId,
ResourceAssignment assignment,
RequestOption... options)
Applies a patch on the scope identified by
resourceId according to the
provided ResourceAssignment object. |
Scope |
ScopeClient.update(String resourceId,
Scope scope)
Updates the scope identified by
resourceId according to the
provided scope object. |
Scope |
ScopeClient.update(String resourceId,
Scope scope,
String eTag)
Updates the scope identified by
resourceId according to the
provided scope object. |
Modifier and Type | Method and Description |
---|---|
TaskResource |
FcSanProviderClient.addSanManager(String providerId,
DeviceManagerResponse deviceManager,
RequestOption... options)
Adds a resource according to the provided
resource object. |
EndpointsCsvFileResponse |
FcSanManagedSanClient.createEndpointsCsv(String resourceId)
Creates an endpoints CSV file for a SAN.
|
FcSansManagedSanTask |
FcSanManagedSanClient.createIssuesReport(String resourceId,
RequestOption... options)
Creates a new SAN issues report indicating any connectivity issues in the specified SAN.
|
TaskResource |
StorageVolumeClient.createSnapshot(String resourceId,
StorageVolumeSnapshot snapshot,
RequestOption... options)
Creates a snapshot for the storage volume specified by the resource identifier.
|
String |
StorageVolumeTemplateClient.delete(String resourceId)
Deletes the storage volume template identified by the given resource identifier.
|
TaskResource |
StorageVolumeClient.deleteSnapshot(String storageVolumeId,
String snapshotId,
RequestOption... options)
Deletes a storage volume snapshot from HPE OneView and storage system.
|
TaskResource |
StorageVolumeClient.deleteSnapshot(String storageVolumeId,
String snapshotId,
RequestOption... options)
Deletes a storage volume snapshot from HPE OneView and storage system.
|
List<StorageVolumeAttachmentPath> |
StorageVolumeAttachmentClient.getAllAttachmentPaths(String attachmentId)
Returns all storage volume attachment paths for a storage volume attachment.
|
ResourceCollection<StorageTargetPort> |
StorageSystemClient.getAllManagedPorts(String resourceId)
Retrieves all managed target ports for the specified storage system.
|
ResourceCollection<StorageVolumeSnapshot> |
StorageVolumeClient.getAllSnapshots(String resourceId)
Returns all snapshots available for an existing storage volume.
|
StorageVolumeAttachmentPath |
StorageVolumeAttachmentClient.getAttachmentPath(String attachmentId,
String pathId)
Returns the storage volume attachment details for an available storage volume attachment.
|
StorageVolumeAttachmentPath |
StorageVolumeAttachmentClient.getAttachmentPath(String attachmentId,
String pathId)
Returns the storage volume attachment details for an available storage volume attachment.
|
List<Drive> |
SasLogicalJbodClient.getDrives(String resourceId)
|
ResourceCollection<EndpointResponse> |
FcSanManagedSanClient.getEndpoints(String resourceId)
Reports all endpoints known within the specified SAN and the data about each endpoint.
|
StorageTargetPort |
StorageSystemClient.getManagedPort(String resourceId,
String managedPortId)
Retrieves a specific managed target port for the specified storage system.
|
StorageTargetPort |
StorageSystemClient.getManagedPort(String resourceId,
String managedPortId)
Retrieves a specific managed target port for the specified storage system.
|
DriveEnclosurePortMap |
DriveEnclosureClient.getPortMap(String resourceId)
Retrieves the drive enclosure I/O adapter port to SAS interconnect port connectivity.
|
StorageVolumeSnapshot |
StorageVolumeClient.getSnapshot(String resourceId,
String snapshotId)
Retrieves the
StorageVolumeSnapshot details for the specified storage volume snapshot. |
StorageVolumeSnapshot |
StorageVolumeClient.getSnapshot(String resourceId,
String snapshotId)
Retrieves the
StorageVolumeSnapshot details for the specified storage volume snapshot. |
ResourceCollection<StoragePool> |
StorageSystemClient.getStoragePools(String resourceId)
Retrieves a list of storage pools belonging to the specified storage system.
|
List<LocateSanResponse> |
FcSanManagedSanClient.getWwnAssociations(String wwn)
Retrieves a list of associations between provided WWNs and the SANs (if any) on which they reside.
|
String |
FcSanDeviceManagerClient.remove_V120_200(String resourceId)
Removes the resource identified by the provided
resourceId . |
SanResponse |
FcSanManagedSanClient.update(String resourceId,
SanRequest sanRequest)
Updates a managed SAN identified by the given resource identifier.
|
String |
StorageVolumeClient.update(String resourceId,
StorageVolume storageVolume)
Updates a
StorageVolume identified by the given resource identifier. |
StorageVolumeTemplate |
StorageVolumeTemplateClient.update(String resourceId,
StorageVolumeTemplate storageVolumeTemplate)
Updates a storage volume template identified by the given resource identifier.
|
TaskResource |
DriveEnclosureClient.updateRefreshState(String resourceId,
DriveEnclosureRefreshRequest refreshStateConfig,
RequestOption... options)
Refreshes the Drive Enclosure to fix any configuration issue.
|
Modifier and Type | Method and Description |
---|---|
String |
OsBuildPlanClient.delete(String resourceId)
Deletes the resource identified by the provided
resourceId . |
String |
PlanScriptClient.delete(String resourceId)
Deletes the resource identified by the provided
resourceId . |
String |
DeploymentPlanClient.delete(String resourceId)
Deletes the resource identified by the provided
resourceId . |
String |
GoldenImageClient.download(String resourceId,
RequestOption... options)
Downloads the content of the specified golden image.
|
String |
ArtifactsBundleClient.downloadBackupArchiveBundle(String resourceId,
RequestOption... options)
Downloads the backup archive bundle identified by the provided
resourceId . |
String |
ArtifactsBundleClient.downloadBundle(String resourceId,
RequestOption... options)
Downloads the content of the selected artifacts bundle to the admin's local drive.
|
TaskResource |
ArtifactsBundleClient.extractBackupBundle(String resourceId,
UserBackupParams userBackupParams,
RequestOption... options)
Extracts the existing backup bundle on the appliance and creates all the artifacts.
|
TaskResource |
ArtifactsBundleClient.extractBundle(String resourceId,
RequestOption... options)
Extracts the selected artifact bundle and creates the artifacts on the appliance.
|
String |
GoldenImageClient.getArchivedLogs(String resourceId,
RequestOption... options)
Download the details of the golden image capture logs which has been
archived based on the specific
resourceId . |
ArtifactsBundle |
ArtifactsBundleClient.getBackupBundle(String resourceId)
Retrieves the backup bundle identified by the given
resourceId . |
ScriptDifferences |
PlanScriptClient.getDifferences(String resourceId,
String script)
Retrieves the modified contents of the selected Plan Script according to
the provided
requestBody object, as per the selected attributes. |
String |
ArtifactsBundleClient.stopBundleCreation(String resourceId,
TaskUri taskUri)
Stops the creation of the selected artifact bundle, if the associated task is not in completed state.
|
ArtifactsBundle |
ArtifactsBundleClient.update(String resourceId,
ArtifactsBundle resource)
Updates the resource identified by
resourceId according to the
provided resource object. |
DeploymentPlan |
DeploymentPlanClient.update(String resourceId,
DeploymentPlan resource)
Updates the resource identified by
resourceId according to the
provided resource object. |
GoldenImage |
GoldenImageClient.update(String resourceId,
GoldenImage resource)
Updates the resource identified by
resourceId according to the
provided resource object. |
OeBuildPlan |
OsBuildPlanClient.update(String resourceId,
OeBuildPlan resource)
Updates the resource identified by
resourceId according to the
provided resource object. |
PlanScript |
PlanScriptClient.update(String resourceId,
PlanScript resource)
Updates the resource identified by
resourceId according to the
provided resource object. |
Modifier and Type | Method and Description |
---|---|
OsVolume |
OsVolumeClient.getArchivedOsVolume(String resourceId)
Retrieves details of the archived OS volume identified by the given
resourceId . |
Copyright © 2017. All rights reserved.