WhatIfChange Class
Definition
Information about a single resource change predicted by What-If operation.
public class WhatIfChange
- Inheritance
-
java.lang.ObjectWhatIfChange
Inherited Members
Constructors
| WhatIfChange() |
Methods
| after() |
Get the predicted snapshot of the resource after the deployment is executed. |
| before() |
Get the snapshot of the resource before the deployment is executed. |
| changeType() |
Get type of change that will be made to the resource when the deployment is executed. Possible values include: 'Create', 'Delete', 'Ignore', 'Deploy', 'NoChange', 'Modify'. |
| delta() |
Get the predicted changes to resource properties. |
| resourceId() |
Get resource ID. |
| withAfter(Object after) |
Set the predicted snapshot of the resource after the deployment is executed. |
| withBefore(Object before) |
Set the snapshot of the resource before the deployment is executed. |
| withChangeType(ChangeType changeType) |
Set type of change that will be made to the resource when the deployment is executed. Possible values include: 'Create', 'Delete', 'Ignore', 'Deploy', 'NoChange', 'Modify'. |
| withDelta(List<WhatIfPropertyChange> delta) |
Set the predicted changes to resource properties. |
| withResourceId(String resourceId) |
Set resource ID. |