Package com.pulumi.automation
Class UpdateSummary
java.lang.Object
com.pulumi.automation.UpdateSummary
Information about an update.
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateSummary(UpdateKind kind, Instant startTime, String message, Map<String, String> environment, Map<String, ConfigValue> config, UpdateState result, Instant endTime, Integer version, String deployment, Map<OperationType, Integer> resourceChanges) -
Method Summary
Modifier and TypeMethodDescriptionconfig()Returns the configuration that was used for the update.Returns a raw JSON blob detailing the deployment.endTime()Returns the end time of the update.Returns the environment that was used for the update.kind()Returns the kind of the update.message()Returns the message associated with the update.Returns the changes that were applied by the update.result()Returns the result of the update.Returns the start time of the update.version()Returns the version of the stack after the update.
-
Constructor Details
-
UpdateSummary
public UpdateSummary(UpdateKind kind, Instant startTime, String message, Map<String, String> environment, Map<String, ConfigValue> config, UpdateState result, Instant endTime, Integer version, String deployment, Map<OperationType, Integer> resourceChanges)
-
-
Method Details
-
kind
Returns the kind of the update.- Returns:
- the kind
-
startTime
Returns the start time of the update.- Returns:
- the start time
-
message
Returns the message associated with the update.- Returns:
- the message
-
environment
Returns the environment that was used for the update.- Returns:
- the environment
-
config
Returns the configuration that was used for the update.- Returns:
- the configuration
-
result
Returns the result of the update.- Returns:
- the result
-
endTime
Returns the end time of the update.- Returns:
- the end time
-
version
Returns the version of the stack after the update.- Returns:
- the version
-
deployment
Returns a raw JSON blob detailing the deployment.- Returns:
- the deployment
-
resourceChanges
Returns the changes that were applied by the update.- Returns:
- the changes
-