Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.dto | |
com.hp.ov.sdk.rest.client | |
com.hp.ov.sdk.tasks |
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
TaskAdaptor.buildDto(Object source) |
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
FcSansManagedSanTask.getTask() |
Constructor and Description |
---|
FcSansManagedSanTask(TaskResourceV2 task,
FcIssueResponseAdaptor adaptor) |
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
FcSansDeviceManagerClient.createDeviceManager(RestParams params,
String providerUrl,
DeviceManagerResponse deviceManagerResponseDto,
boolean aSync)
The module aids in creating a device manager under the specified provider.
|
TaskResourceV2 |
FcSansDeviceManagerClientImpl.createDeviceManager(RestParams params,
String providerUrl,
DeviceManagerResponse addDeviceManagerResponseDto,
boolean aSync) |
TaskResourceV2 |
EnclosureClient.createEnclosure(RestParams params,
AddEnclosureV2 addEnclosureDto,
boolean aSync,
boolean useJsonRequest)
The module aids in the creation of an enclosure when provided with the enclosure
details as an AddEnclosure object or JsonRequest.
|
TaskResourceV2 |
EnclosureClientImpl.createEnclosure(RestParams params,
AddEnclosureV2 enclosureDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
FcNetworkClient.createFcNetwork(RestParams params,
FcNetwork fcNetworkDto,
boolean aSync,
boolean useJsonRequest)
The module aids in creation of an FC network when provided with the FC network
details as an FcNetwork object or JsonRequest.
|
TaskResourceV2 |
FcNetworkClientImpl.createFcNetwork(RestParams params,
FcNetwork fcNetworkDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
FcoeNetworkClientImpl.createFcoeNetwork(RestParams params,
FcoeNetwork fcoeNetwork,
boolean aSync) |
TaskResourceV2 |
FcoeNetworkClient.createFcoeNetwork(RestParams params,
FcoeNetwork fcoeNetwork,
boolean aSync)
Creates an FCoE network according to the provided
FcoeNetwork
object. |
TaskResourceV2 |
LogicalEnclosureClientImpl.createLogicalEnclosure(RestParams params,
AddLogicalEnclosure addLogicalEnclosureDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
LogicalEnclosureClient.createLogicalEnclosure(RestParams params,
AddLogicalEnclosure addLogicalEnclosureDto,
boolean aSync,
boolean useJsonRequest)
The module aids in creation of logical enclosure when provided with the logical enclosure
details as AddEnclosure object or JsonRequest.
|
TaskResourceV2 |
LogicalInterconnectClient.createLogicalInterconnect(RestParams params,
Location locationDto,
boolean aSync,
boolean useJsonRequest)
The module aids in creating an interconnect at the given location.
|
TaskResourceV2 |
LogicalInterconnectClientImpl.createLogicalInterconnect(RestParams params,
Location locationDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
LogicalInterconnectGroupClient.createLogicalInterconnectGroup(RestParams params,
LogicalInterconnectGroups logicalInterconnectGroupDto,
boolean aSync,
boolean useJsonRequest)
The module aids in creation of logical interconnect group when provided
with the logical interconnect group details as LogicalInterconnectGroups
object or a JsonRequest.
|
TaskResourceV2 |
LogicalInterconnectGroupClientImpl.createLogicalInterconnectGroup(RestParams params,
LogicalInterconnectGroups logicalInterconnectGroupDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
LogicalSwitchClient.createLogicalSwitch(RestParams params,
AddLogicalSwitch addLogicalSwitch,
boolean aSync)
Creates a logical switch according to the provided
LogicalSwitch
object. |
TaskResourceV2 |
LogicalSwitchClientImpl.createLogicalSwitch(RestParams params,
AddLogicalSwitch addLogicalSwitch,
boolean aSync) |
TaskResourceV2 |
LogicalSwitchGroupClientImpl.createLogicalSwitchGroup(RestParams params,
LogicalSwitchGroup logicalSwitchGroup,
boolean aSync) |
TaskResourceV2 |
LogicalSwitchGroupClient.createLogicalSwitchGroup(RestParams params,
LogicalSwitchGroup logicalSwitchGroup,
boolean aSync)
Creates a logical switch group according to the provided
LogicalSwitchGroup
object. |
TaskResourceV2 |
NetworkClientImpl.createNetwork(RestParams params,
Network dto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
NetworkClient.createNetwork(RestParams params,
Network networkDto,
boolean aSync,
boolean useJsonRequest)
The module aids in creation of an ethernet network when provided with the ethernet network
details as a Network object or JsonRequest.
|
TaskResourceV2 |
NetworkClientImpl.createNetworkInBulk(RestParams params,
BulkEthernetNetwork bulkEthernetDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
NetworkClient.createNetworkInBulk(RestParams params,
BulkEthernetNetwork bulkEthernetDto,
boolean aSync,
boolean useJsonRequest)
The module aids in creation of set of ethernet networks when provided with the
ethernet network details as a BulkEthernetNetwork object or a JsonRequest containing
a VLAN identifier range.
|
TaskResourceV2 |
NetworkSetClientImpl.createNetworkSet(RestParams params,
NetworkSets networkSetDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
NetworkSetClient.createNetworkSet(RestParams params,
NetworkSets networkSet,
boolean aSync,
boolean useJsonRequest)
The module aids in the creation of a network set when provided with the
network set details as a NetworkSets object or JsonRequest.
|
TaskResourceV2 |
ServerHardwareClientImpl.createServerHardware(RestParams params,
AddServer addServerDto,
boolean aSync) |
TaskResourceV2 |
ServerHardwareClient.createServerHardware(RestParams params,
AddServer addServerDto,
boolean aSync)
This module aids in adding a rack-mount server for management by the appliance.
|
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 |
StorageVolumeClient.createStorageVolume(RestParams params,
AddStorageVolumeV2 addStorageVolumeDto,
boolean aSync,
boolean useJsonRequest)
The module aids in creation of storage volume when provided with the
storage volume details as an AddStorageVolume object or JsonRequest.
|
TaskResourceV2 |
StorageVolumeClientImpl.createStorageVolume(RestParams params,
AddStorageVolumeV2 addStorageVolumeDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
StorageVolumeClient.createStorageVolumeSnapshot(RestParams params,
String storageVolumeId,
StorageVolumeSnapshot snapshot,
boolean aSync)
Creates a snapshot for the storage volume specified by the resource identifier.
|
TaskResourceV2 |
StorageVolumeClientImpl.createStorageVolumeSnapshot(RestParams params,
String storageVolumeId,
StorageVolumeSnapshot snapshot,
boolean aSync) |
TaskResourceV2 |
LogicalEnclosureClientImpl.createSupportDump(RestParams params,
SupportDump supportDumpDto,
String resourceId,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
LogicalEnclosureClient.createSupportDump(RestParams params,
SupportDump supportDumpDto,
String resourceId,
boolean aSync,
boolean useJsonRequest)
The module aids in creation of a support dump for the logical enclosure with the
specified resource identifier.
|
TaskResourceV2 |
SwitchClientImpl.createSwitch(RestParams params,
Switch switchObj,
boolean aSync) |
TaskResourceV2 |
SwitchClient.createSwitch(RestParams params,
Switch switchObj,
boolean aSync)
This method aids in the creation of a switch.
|
TaskResourceV2 |
UplinkSetClient.createUplinkSet(RestParams params,
UplinkSets uplinkSetDto,
boolean aSync,
boolean useJsonRequest)
This module aids in creation of uplink set.
|
TaskResourceV2 |
UplinkSetClientImpl.createUplinkSet(RestParams params,
UplinkSets uplinkSetDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
FcSansDeviceManagerClient.deleteDeviceManager(RestParams params,
String resourceId,
boolean aSync)
The module aids in deleting a device manager for the specified device manager
resource identifier.
|
TaskResourceV2 |
FcSansDeviceManagerClientImpl.deleteDeviceManager(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
EnclosureClient.deleteEnclosure(RestParams params,
String resourceId,
boolean aSync)
The module aids in deleting an enclosure for the specified enclosure
resource identifier.
|
TaskResourceV2 |
EnclosureClientImpl.deleteEnclosure(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
FcNetworkClient.deleteFcNetwork(RestParams params,
String resourceId,
boolean aSync)
The module aids in deleting an FC network for the specified FC network
resource identifier.
|
TaskResourceV2 |
FcNetworkClientImpl.deleteFcNetwork(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
FcoeNetworkClientImpl.deleteFcoeNetwork(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
FcoeNetworkClient.deleteFcoeNetwork(RestParams params,
String resourceId,
boolean aSync)
Deletes the
FcoeNetwork identified by the given resource identifier. |
TaskResourceV2 |
FirmwareDriverClientImpl.deleteFirmwareDriver(RestParams params,
String resourceId,
Boolean isForce,
boolean aSync) |
TaskResourceV2 |
FirmwareDriverClient.deleteFirmwareDriver(RestParams params,
String resourceId,
Boolean isForce,
boolean aSync)
This module aids in deletion of the firmware baseline resource with the
specified resource identifier.
|
TaskResourceV2 |
LogicalEnclosureClientImpl.deleteLogicalEnclosure(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
LogicalEnclosureClient.deleteLogicalEnclosure(RestParams params,
String resourceId,
boolean aSync)
The module aids in deleting a logical enclosure for the specified logical enclosure
resource identifier.
|
TaskResourceV2 |
LogicalInterconnectClient.deleteLogicalInterconnect(RestParams params,
String enclosureUri,
String bay,
boolean aSync)
The module aids in removing an interconnect from a location.
|
TaskResourceV2 |
LogicalInterconnectClientImpl.deleteLogicalInterconnect(RestParams params,
String enclosureUri,
String bay,
boolean aSync) |
TaskResourceV2 |
LogicalInterconnectGroupClient.deleteLogicalInterconnectGroup(RestParams params,
String resourceId,
boolean aSync)
The module aids in deleting a logical interconnect group for the specified
logical interconnect group resource identifier.
|
TaskResourceV2 |
LogicalInterconnectGroupClientImpl.deleteLogicalInterconnectGroup(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
LogicalSwitchClient.deleteLogicalSwitch(RestParams params,
String resourceId,
boolean aSync)
Removes a logical switch identified by the provided resource identifier.
|
TaskResourceV2 |
LogicalSwitchClientImpl.deleteLogicalSwitch(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
LogicalSwitchGroupClientImpl.deleteLogicalSwitchGroup(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
LogicalSwitchGroupClient.deleteLogicalSwitchGroup(RestParams params,
String resourceId,
boolean aSync)
Deletes a logical switch group identified by the provided resource identifier.
|
TaskResourceV2 |
NetworkClientImpl.deleteNetwork(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
NetworkClient.deleteNetwork(RestParams params,
String resourceId,
boolean aSync)
The module aids in deleting a ethernet network for the specified ethernet network
resource identifier.
|
TaskResourceV2 |
NetworkSetClientImpl.deleteNetworkSet(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
NetworkSetClient.deleteNetworkSet(RestParams params,
String resourceId,
boolean aSync)
The module aids in deleting a network set for the specified network set
resource identifier.
|
TaskResourceV2 |
ServerHardwareClientImpl.deleteServerHardware(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
ServerHardwareClient.deleteServerHardware(RestParams params,
String resourceId,
boolean aSync)
The module aids in deleting a server hardware for the specified server hardware
resource identifier.
|
TaskResourceV2 |
ServerProfileClient.deleteServerProfile(RestParams params,
String resourceId,
boolean aSync)
The module aids in deleting a server profile for the specified
server profile resource identifier.
|
TaskResourceV2 |
ServerProfileClientImpl.deleteServerProfile(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
ServerProfileClient.deleteServerProfileByFilter(RestParams params,
String filter,
Boolean match,
boolean aSync)
This module aids in deleting all server profile objects from the
appliance that match the provided filter.
|
TaskResourceV2 |
ServerProfileClientImpl.deleteServerProfileByFilter(RestParams params,
String filter,
Boolean match,
boolean aSync) |
TaskResourceV2 |
StorageVolumeClient.deleteStorageVolume(RestParams params,
String resourceId,
boolean aSync)
The module aids in deleting a storage volume for the specified storage volume
resource identifier.
|
TaskResourceV2 |
StorageVolumeClientImpl.deleteStorageVolume(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
StorageVolumeClient.deleteStorageVolumeSnapshot(RestParams params,
String storageVolumeId,
String snapshotId,
boolean aSync)
Removes a storage volume snapshot from HPE OneView and storage system.
|
TaskResourceV2 |
StorageVolumeClientImpl.deleteStorageVolumeSnapshot(RestParams params,
String storageVolumeId,
String snapshotId,
boolean aSync) |
TaskResourceV2 |
SwitchClientImpl.deleteSwitch(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
SwitchClient.deleteSwitch(RestParams params,
String resourceId,
boolean aSync)
This method aids in deletion of a switch.
|
TaskResourceV2 |
UplinkSetClient.deleteUplinkSet(RestParams params,
String resourceId,
boolean aSync)
The module aids in deleting a uplink set for the specified uplink set
resource identifier.
|
TaskResourceV2 |
UplinkSetClientImpl.deleteUplinkSet(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
EnclosureClient.patchEnclosure(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync)
The module takes in a Patch object or JsonRequest and updates the
existing enclosure based on the resource identifier and the content of the Patch object.
|
TaskResourceV2 |
EnclosureClientImpl.patchEnclosure(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync) |
TaskResourceV2 |
InterconnectsClient.patchInterconnect(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync)
Performs a specific patch operation for the given interconnect.
|
TaskResourceV2 |
InterconnectsClientImpl.patchInterconnect(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync) |
TaskResourceV2 |
LogicalEnclosureClientImpl.patchLogicalEnclosure(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
LogicalEnclosureClient.patchLogicalEnclosure(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync,
boolean useJsonRequest)
The module takes in a Patch object or JsonRequest and updates the
existing logical enclosure based on the resource identifier and the content of the Patch object.
|
TaskResourceV2 |
ServerProfileClient.patchServerProfile(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync)
Use the PATCH REST API to update the server profile.
|
TaskResourceV2 |
ServerProfileClientImpl.patchServerProfile(RestParams params,
String resourceId,
Patch patchDto,
boolean aSync) |
TaskResourceV2 |
LogicalSwitchClient.refreshLogicalSwitch(RestParams params,
String resourceId,
boolean aSync)
Executes a refresh action for a logical switch identified by the provided
resource identifier.
|
TaskResourceV2 |
LogicalSwitchClientImpl.refreshLogicalSwitch(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
SwitchClientImpl.refreshSwitch(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
SwitchClient.refreshSwitch(RestParams params,
String resourceId,
boolean aSync)
This method aids in refreshing a switch.
|
TaskResourceV2 |
StorageVolumeClient.repairExtraManagedStorageVolumePath(RestParams params,
ExtraStorageVolumeRepair repair,
boolean aSync)
Removes extra presentations from a specified storage volume on the storage system.
|
TaskResourceV2 |
StorageVolumeClientImpl.repairExtraManagedStorageVolumePath(RestParams params,
ExtraStorageVolumeRepair repair,
boolean aSync) |
TaskResourceV2 |
StorageVolumeAttachmentsClient.repairExtraUnmanagedStorageVolumeAttachment(RestParams params,
ExtraStorageVolumeRepair repair,
boolean aSync)
Removes extra presentations of a storage volume attachment from a specific server profile.
|
TaskResourceV2 |
StorageVolumeAttachmentsClientImpl.repairExtraUnmanagedStorageVolumeAttachment(RestParams params,
ExtraStorageVolumeRepair repair,
boolean aSync) |
TaskResourceV2 |
InterconnectsClient.resetInterconnectPortProtection(RestParams params,
String resourceId,
boolean aSync)
Triggers a reset of port protection.
|
TaskResourceV2 |
InterconnectsClientImpl.resetInterconnectPortProtection(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
EnclosureClient.updateCompliance(RestParams params,
String resourceId,
boolean aSync)
This method aids in updating the enclosure configuration with that of
the enclosure group script.
|
TaskResourceV2 |
EnclosureClientImpl.updateCompliance(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
LogicalEnclosureClientImpl.updateConfiguration(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
EnclosureClient.updateConfiguration(RestParams params,
String resourceId,
boolean aSync)
This method aids in reapplying the enclosure configuration.
|
TaskResourceV2 |
LogicalEnclosureClient.updateConfiguration(RestParams params,
String resourceId,
boolean aSync)
This method aids in reapplying the logical enclosure configuration.
|
TaskResourceV2 |
EnclosureClientImpl.updateConfiguration(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
FcSansDeviceManagerClient.updateDeviceManager(RestParams params,
String resourceId,
DeviceManagerResponse updateDeviceManagerResponseDto,
boolean useJsonRequest,
boolean aSync)
The module takes in an DeviceManagerResponse object or JsonRequest and updates the
existing device manager based on the resource identifier.
|
TaskResourceV2 |
FcSansDeviceManagerClientImpl.updateDeviceManager(RestParams params,
String resourceId,
DeviceManagerResponse updateDeviceManagerResponseDto,
boolean useJsonRequest,
boolean aSync) |
TaskResourceV2 |
EnclosureClient.updateEnclosure(RestParams params,
String resourceId,
Enclosures enclosureDto,
boolean aSync,
boolean useJsonRequest)
The module takes in an enclosure object or JsonRequest and updates the
existing enclosure based on the resource identifier.
|
TaskResourceV2 |
EnclosureClientImpl.updateEnclosure(RestParams params,
String resourceId,
Enclosures enclosureDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
EnclosureClient.updateEnclosureFwBaseline(RestParams params,
String resourceId,
FwBaselineConfig fwBaselineConfigDto,
boolean aSync)
This method aids in applying the firmware baseline to the enclosure.
|
TaskResourceV2 |
EnclosureClientImpl.updateEnclosureFwBaseline(RestParams params,
String resourceId,
FwBaselineConfig fwBaselineConfigDto,
boolean aSync) |
TaskResourceV2 |
LogicalInterconnectClient.updateEthernetSettings(RestParams params,
String resourceId,
EthernetInterconnectSettingsV2 ethernetInterconnectSettingsDto,
boolean asyncOrSyncMode)
This method aids in updating the ethernet interconnect settings for the logical interconnect.
|
TaskResourceV2 |
LogicalInterconnectClientImpl.updateEthernetSettings(RestParams params,
String resourceId,
EthernetInterconnectSettingsV2 ethernetInterconnectSettingsDto,
boolean asyncOrSyncMode) |
TaskResourceV2 |
FcNetworkClient.updateFcNetwork(RestParams params,
String resourceId,
FcNetwork fcNetworkDto,
boolean aSync,
boolean useJsonRequest)
The module takes in an FcNetwork object or JsonRequest and updates the
existing FC network based on the resource identifier.
|
TaskResourceV2 |
FcNetworkClientImpl.updateFcNetwork(RestParams params,
String resourceId,
FcNetwork fcNetworkDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
FcoeNetworkClientImpl.updateFcoeNetwork(RestParams params,
String resourceId,
FcoeNetwork fcoeNetwork,
boolean aSync) |
TaskResourceV2 |
FcoeNetworkClient.updateFcoeNetwork(RestParams params,
String resourceId,
FcoeNetwork fcoeNetwork,
boolean aSync)
Updates an
FcoeNetwork identified by the given resource identifier. |
TaskResourceV2 |
LogicalEnclosureClientImpl.updateFromGroup(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
LogicalEnclosureClient.updateFromGroup(RestParams params,
String resourceId,
boolean aSync)
This method aids in updating the logical enclosure to be consistent with the
enclosure group when the logical enclosure is in an inconsistent state.
|
TaskResourceV2 |
InterconnectsClient.updateInterconnectPort(RestParams params,
String resourceId,
Port portDto,
boolean aSync,
boolean useJsonRequest)
Updates an interconnect port.
|
TaskResourceV2 |
InterconnectsClientImpl.updateInterconnectPort(RestParams params,
String resourceId,
Port portDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
InterconnectsClient.updateInterconnectPorts(RestParams params,
String resourceId,
List<Port> portsDto,
boolean aSync,
boolean useJsonRequest)
Updates the interconnect ports.
|
TaskResourceV2 |
InterconnectsClientImpl.updateInterconnectPorts(RestParams params,
String resourceId,
List<Port> portsDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
LogicalEnclosureClientImpl.updateLogicalEnclosure(RestParams params,
String resourceId,
LogicalEnclosure logicalEnclosureDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
LogicalEnclosureClient.updateLogicalEnclosure(RestParams params,
String resourceId,
LogicalEnclosure logicalEnclosureDto,
boolean aSync,
boolean useJsonRequest)
The module takes in an LogicalEnclosure object or JsonRequest and updates the
existing logical enclosure based on resource identifier.
|
TaskResourceV2 |
LogicalInterconnectClient.updateLogicalInterconnectComplianceById(RestParams params,
String resourceId,
boolean asyncOrSyncMode)
This modules aids in fetching a logical interconnect to a consistent state.
|
TaskResourceV2 |
LogicalInterconnectClientImpl.updateLogicalInterconnectComplianceById(RestParams params,
String resourceId,
boolean asyncOrSyncMode) |
TaskResourceV2 |
LogicalInterconnectClient.updateLogicalInterconnectConfiguration(RestParams params,
String resourceId)
This module aids in asynchronously applying or re-applying the logical
interconnect configuration to all managed interconnects.
|
TaskResourceV2 |
LogicalInterconnectClientImpl.updateLogicalInterconnectConfiguration(RestParams params,
String resourceId) |
TaskResourceV2 |
LogicalInterconnectClient.updateLogicalInterconnectFirmwareById(RestParams params,
String resourceId,
LiFirmware lIFirmwareDto,
boolean asyncOrSyncMode,
boolean useJsonRequest)
The method installs firmware to a logical interconnect.
|
TaskResourceV2 |
LogicalInterconnectClientImpl.updateLogicalInterconnectFirmwareById(RestParams params,
String resourceId,
LiFirmware lIFirmwareDto,
boolean asyncOrSyncMode,
boolean useJsonRequest) |
TaskResourceV2 |
LogicalInterconnectGroupClient.updateLogicalInterconnectGroup(RestParams params,
String resourceId,
List<UplinkSet> uplinkSetDto,
boolean aSync,
boolean useJsonRequest)
The module takes in a list of UplinkSet object or JsonRequest and updates the
existing logical interconnect group based on the resource identifier.
|
TaskResourceV2 |
LogicalInterconnectGroupClientImpl.updateLogicalInterconnectGroup(RestParams params,
String resourceId,
List<UplinkSet> uplinkSetDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
LogicalInterconnectClient.updateLogicalInterconnectInternalNetworks(RestParams params,
String resourceId,
List<String> networkUris)
This module aids in updating the internal networks of a logical interconnect.
|
TaskResourceV2 |
LogicalInterconnectClientImpl.updateLogicalInterconnectInternalNetworks(RestParams params,
String resourceId,
List<String> networkUris) |
TaskResourceV2 |
LogicalInterconnectClient.updateLogicalInterconnectPortMonitorConfiguration(RestParams params,
String resourceId,
PortMonitor portMonitorDto)
This module aids in updating the port monitor configuration of a logical interconnect.
|
TaskResourceV2 |
LogicalInterconnectClientImpl.updateLogicalInterconnectPortMonitorConfiguration(RestParams params,
String resourceId,
PortMonitor portMonitorDto) |
TaskResourceV2 |
LogicalInterconnectClient.updateLogicalInterconnectQosAggregatedConfiguration(RestParams params,
String resourceId,
QosAggregatedConfiguration qosAggregatedConfigurationDto)
This modules aids in updating the QoS aggregated configuration for the logical interconnect.
|
TaskResourceV2 |
LogicalInterconnectClientImpl.updateLogicalInterconnectQosAggregatedConfiguration(RestParams params,
String resourceId,
QosAggregatedConfiguration qosAggregatedConfigurationDto) |
TaskResourceV2 |
LogicalInterconnectClient.updateLogicalInterconnectSettings(RestParams params,
String resourceId,
InterconnectSettingsV2 interconnectSettings)
This modules aids in updating interconnect settings on the logical interconnect.
|
TaskResourceV2 |
LogicalInterconnectClientImpl.updateLogicalInterconnectSettings(RestParams params,
String resourceId,
InterconnectSettingsV2 interconnectSettings) |
TaskResourceV2 |
LogicalInterconnectClient.updateLogicalInterconnectSnmpConfigurationById(RestParams params,
String resourceId,
SnmpConfiguration snmpConfigurationDto,
boolean asyncOrSyncMode,
boolean useJsonRequest)
This modules aids in updating the SNMP configuration of a logical interconnect.
|
TaskResourceV2 |
LogicalInterconnectClientImpl.updateLogicalInterconnectSnmpConfigurationById(RestParams params,
String resourceId,
SnmpConfiguration snmpConfigurationDto,
boolean asyncOrSyncMode,
boolean useJsonRequest) |
TaskResourceV2 |
LogicalInterconnectClient.updateLogicalInterconnectTelemetryConfigurationV200(RestParams params,
String resourceId,
String TelemetryConfigurationId,
TelemetryConfiguration telemetryConfiguration)
This module aids in updating the telemetry configuration of a logical
interconnect specified by resource identifier.
|
TaskResourceV2 |
LogicalInterconnectClientImpl.updateLogicalInterconnectTelemetryConfigurationV200(RestParams params,
String resourceId,
String TelemetryConfigurationId,
TelemetryConfiguration telemetryConfigurationDto) |
TaskResourceV2 |
LogicalSwitchClient.updateLogicalSwitch(RestParams params,
String resourceId,
AddLogicalSwitch addLogicalSwitch,
boolean aSync)
Updates a logical switch according to the provided
LogicalSwitch
object. |
TaskResourceV2 |
LogicalSwitchClientImpl.updateLogicalSwitch(RestParams params,
String resourceId,
AddLogicalSwitch addLogicalSwitch,
boolean aSync) |
TaskResourceV2 |
LogicalSwitchGroupClientImpl.updateLogicalSwitchGroup(RestParams params,
String resourceId,
LogicalSwitchGroup logicalSwitchGroup,
boolean aSync) |
TaskResourceV2 |
LogicalSwitchGroupClient.updateLogicalSwitchGroup(RestParams params,
String resourceId,
LogicalSwitchGroup logicalSwitchGroup,
boolean aSync)
Updates a logical switch group according to the provided
LogicalSwitchGroup
object. |
TaskResourceV2 |
NetworkClientImpl.updateNetwork(RestParams params,
String resourceId,
Network dto,
boolean asyncOrSyncMode,
boolean useJsonRequest) |
TaskResourceV2 |
NetworkClient.updateNetwork(RestParams params,
String resourceId,
Network networkDto,
boolean aSync,
boolean useJsonRequest)
The module takes in a Network object or JsonRequest and updates the
existing ethernet network based on the resource identifier.
|
TaskResourceV2 |
NetworkSetClientImpl.updateNetworkSet(RestParams params,
String resourceId,
NetworkSets networkSetDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
NetworkSetClient.updateNetworkSet(RestParams params,
String resourceId,
NetworkSets networkSetDto,
boolean aSync,
boolean useJsonRequest)
The module takes in a NetworkSet object or JsonRequest and updates the
existing network set based on the resource identifier.
|
TaskResourceV2 |
EnclosureClient.updateRefreshState(RestParams params,
String resourceId,
RefreshStateConfig refreshStateConfigDto,
boolean aSync)
This method aids in refreshing the enclosure to fix configuration issues.
|
TaskResourceV2 |
EnclosureClientImpl.updateRefreshState(RestParams params,
String resourceId,
RefreshStateConfig refreshStateConfigDto,
boolean aSync) |
TaskResourceV2 |
LogicalEnclosureClientImpl.updateScript(RestParams params,
String resourceId,
String scriptData,
boolean aSync) |
TaskResourceV2 |
LogicalEnclosureClient.updateScript(RestParams params,
String resourceId,
String scriptData,
boolean aSync)
The module aids in updating the configuration script for the specified
logical enclosure resource identifier.
|
TaskResourceV2 |
EnclosureClient.updateScript(RestParams params,
String resourceId,
String scriptData,
boolean aSync,
boolean useJsonRequest)
The module aids in updating the configuration script for the specified
enclosure resource identifier.
|
TaskResourceV2 |
EnclosureClientImpl.updateScript(RestParams params,
String resourceId,
String scriptData,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
ServerHardwareClientImpl.updateServerHardwareMpFirmwareVersion(RestParams params,
String resourceId,
boolean aSync) |
TaskResourceV2 |
ServerHardwareClient.updateServerHardwareMpFirmwareVersion(RestParams params,
String resourceId,
boolean aSync)
Updates the iLO firmware on a physical server to a minimum iLO
firmware version required by HPE OneView to manage the server.
|
TaskResourceV2 |
ServerHardwareClientImpl.updateServerHardwarePowerState(RestParams params,
String resourceId,
ServerPowerControlRequest serverPowerControlRequestDto,
boolean aSync) |
TaskResourceV2 |
ServerHardwareClient.updateServerHardwarePowerState(RestParams params,
String resourceId,
ServerPowerControlRequest serverPowerControlRequestDto,
boolean aSync)
Requests a power operation to change the power state of the physical server.
|
TaskResourceV2 |
ServerHardwareClientImpl.updateServerHardwareRefreshState(RestParams params,
String resourceId,
RefreshStateRequest refreshStateRequest,
boolean aSync) |
TaskResourceV2 |
ServerHardwareClient.updateServerHardwareRefreshState(RestParams params,
String resourceId,
RefreshStateRequest refreshStateRequest,
boolean aSync)
Refreshes the server hardware to fix configuration issues.
|
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) |
TaskResourceV2 |
SwitchClientImpl.updateSwitch(RestParams params,
String resourceId,
Switch switchDto,
boolean aSync) |
TaskResourceV2 |
SwitchClient.updateSwitch(RestParams params,
String resourceId,
Switch switchDto,
boolean aSync)
This method aids in updating a switch.
|
TaskResourceV2 |
UplinkSetClient.updateUplinkSet(RestParams params,
String resourceId,
UplinkSets uplinkDto,
boolean aSync,
boolean useJsonRequest)
The module takes in an UplinkSet object or a JsonRequest and updates the
existing uplink set based on the resource identifier.
|
TaskResourceV2 |
UplinkSetClientImpl.updateUplinkSet(RestParams params,
String resourceId,
UplinkSets uplinkDto,
boolean aSync,
boolean useJsonRequest) |
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
TaskMonitorManager.checkStatus(RestParams params,
String taskUri,
int timeout) |
TaskResourceV2 |
TaskMonitorManager.getTask(RestParams params,
String taskUri) |
TaskResourceV2 |
TaskServiceManager.getTaskResource(RestParams params,
String taskUri) |
Copyright © 2016. All rights reserved.