DeploymentWhatIf Class
Definition
Deployment What-if operation parameters.
public class DeploymentWhatIf
- Inheritance
-
java.lang.ObjectDeploymentWhatIf
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructors
| DeploymentWhatIf() |
Methods
| location() |
Get the location to store the deployment data. |
| properties() |
Get the deployment properties. |
| withLocation(String location) |
Set the location to store the deployment data. |
| withProperties(DeploymentWhatIfProperties properties) |
Set the deployment properties. |