Uses of Class
com.ibm.datapower.wamt.clientAPI.MissingFeaturesInFirmwareException

Packages that use MissingFeaturesInFirmwareException
com.ibm.datapower.wamt.clientAPI The clientAPI package encapsulates the logic for managing DataPower appliances, providing the API that should be used by a user interface to interact with one or more appliances. 
 

Uses of MissingFeaturesInFirmwareException in com.ibm.datapower.wamt.clientAPI
 

Methods in com.ibm.datapower.wamt.clientAPI that throw MissingFeaturesInFirmwareException
 ProgressContainer ManagedSet.addDevice(Device device)
          Adds a device to this managed set.
 ProgressContainer Device.backup(java.lang.String cryptoCertificateName, URLSource cryptoImage, java.net.URI backupDestination, boolean includeISCSI, boolean includeRaid)
          Takes a backup of a DataPower appliance which can be replicated to a compatible appliance.
 ServiceDeployment Domain.createServiceDeployment(ServiceConfiguration svcConfig, URLSource policyURL, java.lang.String policyDomain, java.lang.String policyObjName, boolean importAllFiles)
          Create the ServiceDeployment object with service configuration and deployment policy to be deployed in this domain.
 ProgressContainer Device.restore(java.lang.String cryptoCredentialName, java.net.URI backupSource, boolean validate)
          Restores the configuration and secure data from a successful secure backup.
 void Domain.setDeploymentPolicy(URLSource url, java.lang.String policyDomain, java.lang.String policyObjName)
          Use this method to specify the deployment policy to apply to this domain during deployment.
 void Domain.setDeploymentPolicyXML(URLSource url)
          Use this method to specify the deployment policy in XML format.
 void Device.setSourceFirmwareLevel(java.lang.String desiredLevel)
          An alternative to Device.setSourceFirmwareVersion(FirmwareVersion), this method accepts a firmware "level" (e.g., "3.8.0.1") instead of a specific FirmwareVersion object.
 ProgressContainer Device.setSourceFirmwareVersion(FirmwareVersion desiredFirmwareVersion)
          Schedules a task to set the FirmwareVersion for this device.
 



© Copyright IBM Corp. 2006, 2010 All Rights Reserved.