|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentPolicy | |
---|---|
com.ibm.datapower.wamt.amp | The Appliance Management Protocol (AMP) provides an abstraction layer for message and command communication between the Manager and the DataPower devices. |
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 DeploymentPolicy in com.ibm.datapower.wamt.amp |
---|
Methods in com.ibm.datapower.wamt.amp with parameters of type DeploymentPolicy | |
---|---|
void |
Commands.setDomain(DeviceContext device,
java.lang.String domainName,
byte[] domainImage,
DeploymentPolicy policy)
Load a domain onto a device using an image that was previously retrived via Commands.getDomain(DeviceContext, String) . |
void |
Commands.setDomainByService(DeviceContext device,
java.lang.String domainName,
ConfigObject[] objects,
byte[] domainImage,
DeploymentPolicy policy,
boolean importAllFiles)
Given an export/backup package, a domain name and a list of services, all the dependent configuration objects and files will be deploied to the specified domain. |
void |
Commands.setDomainByService(DeviceContext device,
java.lang.String domainName,
ConfigObject[] objects,
java.lang.String fileDomainName,
java.lang.String fileNameOnDevice,
DeploymentPolicy policy,
boolean importAllFiles)
Given an export/backup package, a domain name and a list of services, all the dependent configuration objects and files will be deploy to the specified domain. |
Uses of DeploymentPolicy in com.ibm.datapower.wamt.clientAPI |
---|
Methods in com.ibm.datapower.wamt.clientAPI that return DeploymentPolicy | |
---|---|
DeploymentPolicy |
DeploymentPolicyVersion.getDeploymentPolicy()
Get the DeploymentPolicy that this object is a Version of. |
DeploymentPolicy |
Domain.getDeploymentPolicy()
Get the deployment policy owned by this Domain. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |