Class RecoveryWalkResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.compute.fluent.models.RecoveryWalkResponseInner
-
public final class RecoveryWalkResponseInner extends Object
Response after calling a manual recovery walk.
-
-
Constructor Summary
Constructors Constructor Description RecoveryWalkResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegernextPlatformUpdateDomain()Get the nextPlatformUpdateDomain property: The next update domain that needs to be walked.voidvalidate()Validates the instance.BooleanwalkPerformed()Get the walkPerformed property: Whether the recovery walk was performed.
-
-
-
Method Detail
-
walkPerformed
public Boolean walkPerformed()
Get the walkPerformed property: Whether the recovery walk was performed.- Returns:
- the walkPerformed value.
-
nextPlatformUpdateDomain
public Integer 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.
-
-