RecoveryWalkResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.fluent.models.RecoveryWalkResponseInner

Implements

public final class RecoveryWalkResponseInner
implements JsonSerializable<RecoveryWalkResponseInner>

Response after calling a manual recovery walk.

Method Summary

Modifier and Type Method and Description
static RecoveryWalkResponseInner fromJson(JsonReader jsonReader)

Reads an instance of RecoveryWalkResponseInner from the JsonReader.

Integer nextPlatformUpdateDomain()

Get the nextPlatformUpdateDomain property: The next update domain that needs to be walked.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Boolean walkPerformed()

Get the walkPerformed property: Whether the recovery walk was performed.

Methods inherited from java.lang.Object

Method Details

fromJson

public static RecoveryWalkResponseInner fromJson(JsonReader jsonReader)

Reads an instance of RecoveryWalkResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RecoveryWalkResponseInner 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 RecoveryWalkResponseInner.

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

walkPerformed

public Boolean walkPerformed()

Get the walkPerformed property: Whether the recovery walk was performed.

Returns:

the walkPerformed value.

Applies to