Class RollingUpgradeRunningStatus
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.RollingUpgradeRunningStatus
-
public final class RollingUpgradeRunningStatus extends Object
Information about the current running state of the overall upgrade.
-
-
Constructor Summary
Constructors Constructor Description RollingUpgradeRunningStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RollingUpgradeStatusCodecode()Get the code property: Code indicating the current status of the upgrade.RollingUpgradeActionTypelastAction()Get the lastAction property: The last action performed on the rolling upgrade.OffsetDateTimelastActionTime()Get the lastActionTime property: Last action time of the upgrade.OffsetDateTimestartTime()Get the startTime property: Start time of the upgrade.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
code
public RollingUpgradeStatusCode code()
Get the code property: Code indicating the current status of the upgrade.- Returns:
- the code value.
-
startTime
public OffsetDateTime startTime()
Get the startTime property: Start time of the upgrade.- Returns:
- the startTime value.
-
lastAction
public RollingUpgradeActionType lastAction()
Get the lastAction property: The last action performed on the rolling upgrade.- Returns:
- the lastAction value.
-
lastActionTime
public OffsetDateTime lastActionTime()
Get the lastActionTime property: Last action time of the upgrade.- Returns:
- the lastActionTime value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-