Class UpdateSummary

java.lang.Object
com.pulumi.automation.UpdateSummary

public final class UpdateSummary extends Object
Information about an update.
  • Constructor Details

  • Method Details

    • kind

      public UpdateKind kind()
      Returns the kind of the update.
      Returns:
      the kind
    • startTime

      public Instant startTime()
      Returns the start time of the update.
      Returns:
      the start time
    • message

      public String message()
      Returns the message associated with the update.
      Returns:
      the message
    • environment

      public Map<String,String> environment()
      Returns the environment that was used for the update.
      Returns:
      the environment
    • config

      public Map<String,ConfigValue> config()
      Returns the configuration that was used for the update.
      Returns:
      the configuration
    • result

      public UpdateState result()
      Returns the result of the update.
      Returns:
      the result
    • endTime

      public Instant endTime()
      Returns the end time of the update.
      Returns:
      the end time
    • version

      public Integer version()
      Returns the version of the stack after the update.
      Returns:
      the version
    • deployment

      public String deployment()
      Returns a raw JSON blob detailing the deployment.
      Returns:
      the deployment
    • resourceChanges

      public Map<OperationType,Integer> resourceChanges()
      Returns the changes that were applied by the update.
      Returns:
      the changes