public class RollingUpgradeProgressInfo extends Object
Constructor and Description |
---|
RollingUpgradeProgressInfo() |
Modifier and Type | Method and Description |
---|---|
Integer |
failedInstanceCount()
Get the number of instances that have failed to be upgraded successfully.
|
Integer |
inProgressInstanceCount()
Get the number of instances that are currently being upgraded.
|
Integer |
pendingInstanceCount()
Get the number of instances that have not yet begun to be upgraded.
|
Integer |
successfulInstanceCount()
Get the number of instances that have been successfully upgraded.
|
public Integer successfulInstanceCount()
public Integer failedInstanceCount()
public Integer inProgressInstanceCount()
public Integer pendingInstanceCount()
Copyright © 2019. All rights reserved.