Class RollingUpgradeProgressInfo
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.RollingUpgradeProgressInfo
-
public final class RollingUpgradeProgressInfo extends Object
Information about the number of virtual machine instances in each upgrade state.
-
-
Constructor Summary
Constructors Constructor Description RollingUpgradeProgressInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerfailedInstanceCount()Get the failedInstanceCount property: The number of instances that have failed to be upgraded successfully.IntegerinProgressInstanceCount()Get the inProgressInstanceCount property: The number of instances that are currently being upgraded.IntegerpendingInstanceCount()Get the pendingInstanceCount property: The number of instances that have not yet begun to be upgraded.IntegersuccessfulInstanceCount()Get the successfulInstanceCount property: The number of instances that have been successfully upgraded.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
successfulInstanceCount
public Integer successfulInstanceCount()
Get the successfulInstanceCount property: The number of instances that have been successfully upgraded.- Returns:
- the successfulInstanceCount value.
-
failedInstanceCount
public Integer failedInstanceCount()
Get the failedInstanceCount property: The number of instances that have failed to be upgraded successfully.- Returns:
- the failedInstanceCount value.
-
inProgressInstanceCount
public Integer inProgressInstanceCount()
Get the inProgressInstanceCount property: The number of instances that are currently being upgraded.- Returns:
- the inProgressInstanceCount value.
-
pendingInstanceCount
public Integer pendingInstanceCount()
Get the pendingInstanceCount property: The number of instances that have not yet begun to be upgraded.- Returns:
- the pendingInstanceCount value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-