Class RollbackStatusInfo
java.lang.Object
com.azure.resourcemanager.compute.models.RollbackStatusInfo
- All Implemented Interfaces:
com.azure.json.JsonSerializable<RollbackStatusInfo>
public final class RollbackStatusInfo
extends Object
implements com.azure.json.JsonSerializable<RollbackStatusInfo>
Information about rollback on failed VM instances after a OS Upgrade operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the failedRolledbackInstanceCount property: The number of instances which failed to rollback.static RollbackStatusInfofromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RollbackStatusInfo from the JsonReader.Get the rollbackError property: Error details if OS rollback failed.Get the successfullyRolledbackInstanceCount property: The number of instances which have been successfully rolled back.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
RollbackStatusInfo
public RollbackStatusInfo()Creates an instance of RollbackStatusInfo class.
-
-
Method Details
-
successfullyRolledbackInstanceCount
Get the successfullyRolledbackInstanceCount property: The number of instances which have been successfully rolled back.- Returns:
- the successfullyRolledbackInstanceCount value.
-
failedRolledbackInstanceCount
Get the failedRolledbackInstanceCount property: The number of instances which failed to rollback.- Returns:
- the failedRolledbackInstanceCount value.
-
rollbackError
Get the rollbackError property: Error details if OS rollback failed.- Returns:
- the rollbackError value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<RollbackStatusInfo>- Throws:
IOException
-
fromJson
Reads an instance of RollbackStatusInfo from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of RollbackStatusInfo if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the RollbackStatusInfo.
-