Modifier and Type | Method and Description |
---|---|
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 |
AddableResource.add(T resource,
RequestOption... options)
Adds a resource according to the provided
resource object. |
TaskResource |
CreatableResource.create(T resource,
RequestOption... options)
Creates a resource according to the provided
resource object. |
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 |
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 |
---|---|
DataCenter |
DataCenterClient.add(DataCenter resource)
Adds a resource according to the provided
resource object. |
TaskResource |
PowerDeliveryDeviceClient.add(ImportPdd resource,
RequestOption... options)
Adds a resource according to the provided
resource object. |
PowerDeliveryDevice |
PowerDeliveryDeviceClient.add(PowerDeliveryDevice resource)
Adds a resource according to the provided
resource object. |
Rack |
RackClient.add(Rack resource)
Adds a resource according to the provided
resource object. |
UnmanagedDevice |
UnmanagedDeviceClient.add(UnmanagedDevice resource)
Adds a resource according to the provided
resource object. |
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 |
EthernetNetworkClient.createInBulk(BulkEthernetNetwork bulkEthernet,
RequestOption... options)
Creates a set of ethernet networks according to the provided
BulkEthernetNetwork . |
TaskResource |
LogicalInterconnectClient.createInterconnect(Location location,
RequestOption... options)
The module aids in creating an interconnect at the given location.
|
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.
|
ConnectionTemplate |
ConnectionTemplateClient.update(String resourceId,
ConnectionTemplate connectionTemplate)
Updates a
ConnectionTemplate identified by the given resource identifier. |
TaskResource |
SasLogicalInterconnectClient.updateCompliance(List<String> sasLogicalInterconnectUris,
RequestOption... options)
Returns all SAS logical interconnects to a consistent state.
|
TaskResource |
SasLogicalInterconnectClient.updateCompliance(String resourceId,
SasLogicalInterconnect interconnect,
RequestOption... options)
Returns a SAS logical interconnect to a consistent state.
|
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.
|
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 |
---|---|
LoginSession |
LoginSessionClient.authenticate(LoginInformation loginInformation)
Authenticate user with specified credentials.
|
Modifier and Type | Method and Description |
---|---|
EnclosureGroup |
EnclosureGroupClient.create(EnclosureGroup enclosureGroup)
Creates an enclosure group according to the provided
EnclosureGroup object. |
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 . |
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. |
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 |
EnclosureClient.updateFwBaseline(String resourceId,
FwBaselineConfig fwBaselineConfig,
RequestOption... options)
Applies the firmware baseline to the enclosure.
|
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 |
---|---|
Scope |
ScopeClient.create(Scope scope)
Creates a scope according to the provided
scope object. |
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. |
TaskResource |
FirmwareBundleClient.upload(File firmwareBundle,
RequestOption... options)
Uploads an SPP ISO image file or a hotfix file to the appliance.
|
Modifier and Type | Method and Description |
---|---|
TaskResource |
FcSanProviderClient.addSanManager(String providerId,
DeviceManagerResponse deviceManager,
RequestOption... options)
Adds a resource according to the provided
resource object. |
StorageVolumeTemplate |
StorageVolumeTemplateClient.create(StorageVolumeTemplate storageVolumeTemplate)
Creates a storage volume template according to the provided
StorageVolumeTemplate object. |
TaskResource |
StorageVolumeClient.createSnapshot(String resourceId,
StorageVolumeSnapshot snapshot,
RequestOption... options)
Creates a snapshot for the storage volume specified by the resource identifier.
|
TaskResource |
StorageVolumeClient.repairExtraManagedPath(ExtraStorageVolumeRepair repair,
RequestOption... options)
Removes extra presentations from a specified storage volume on the storage system.
|
TaskResource |
StorageVolumeAttachmentClient.repairExtraPresentations(ExtraStorageVolumeRepair repair,
RequestOption... options)
Removes extra presentations of a storage volume attachment from a specific server profile.
|
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 |
---|---|
DeploymentPlan |
DeploymentPlanClient.create(DeploymentPlan resource)
Creates a resource according to the provided
resource object. |
TaskResource |
ArtifactsBundleClient.create(File file,
RequestOption... options)
Creates an artifact bundle according to the provided
file object. |
String |
GoldenImageClient.create(GoldenImage resource)
Creates a resource according to the provided
resource object. |
String |
GoldenImageClient.create(GoldenImageFile goldenImage)
Creates a golden image resource from the file that is uploaded from a local drive.
|
OeBuildPlan |
OsBuildPlanClient.create(OeBuildPlan resource)
Creates a resource according to the provided
resource object. |
PlanScript |
PlanScriptClient.create(PlanScript resource)
Creates a resource according to the provided
resource object. |
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.
|
TaskResource |
ArtifactsBundleClient.createBackupBundle(UserBackupParams userBackupParams,
RequestOption... options)
Creates a backup bundle with all the artifacts present on the appliance.
|
TaskResource |
ArtifactsBundleClient.extractBackupBundle(String resourceId,
UserBackupParams userBackupParams,
RequestOption... options)
Extracts the existing backup bundle on the appliance and creates all the artifacts.
|
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. |
Copyright © 2017. All rights reserved.