Class RecoveryWalkResponseInner
java.lang.Object
com.azure.resourcemanager.compute.fluent.models.RecoveryWalkResponseInner
Response after calling a manual recovery walk.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the nextPlatformUpdateDomain property: The next update domain that needs to be walked.voidvalidate()Validates the instance.Get the walkPerformed property: Whether the recovery walk was performed.
-
Constructor Details
-
RecoveryWalkResponseInner
public RecoveryWalkResponseInner()
-
-
Method Details
-
walkPerformed
Get the walkPerformed property: Whether the recovery walk was performed.- Returns:
- the walkPerformed value.
-
nextPlatformUpdateDomain
Get the nextPlatformUpdateDomain property: The next update domain that needs to be walked. Null means walk spanning all update domains has been completed.- Returns:
- the nextPlatformUpdateDomain value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-