Class RollingUpgradeRunningStatus

java.lang.Object
com.microsoft.azure.management.compute.RollingUpgradeRunningStatus

public class RollingUpgradeRunningStatus extends Object
Information about the current running state of the overall upgrade.
  • Constructor Details

    • RollingUpgradeRunningStatus

      public RollingUpgradeRunningStatus()
  • Method Details

    • code

      public RollingUpgradeStatusCode code()
      Get code indicating the current status of the upgrade. Possible values include: 'RollingForward', 'Cancelled', 'Completed', 'Faulted'.
      Returns:
      the code value
    • startTime

      public org.joda.time.DateTime startTime()
      Get start time of the upgrade.
      Returns:
      the startTime value
    • lastAction

      public RollingUpgradeActionType lastAction()
      Get the last action performed on the rolling upgrade. Possible values include: 'Start', 'Cancel'.
      Returns:
      the lastAction value
    • lastActionTime

      public org.joda.time.DateTime lastActionTime()
      Get last action time of the upgrade.
      Returns:
      the lastActionTime value