RecoveryWalkResponse Class

Response after calling a manual recovery walk.

Constructor

RecoveryWalkResponse(*args: Any, **kwargs: Any)

Variables

Name Description
walk_performed

Whether the recovery walk was performed.

next_platform_update_domain
int

The next update domain that needs to be walked. Null means walk spanning all update domains has been completed.

Attributes

next_platform_update_domain

The next update domain that needs to be walked. Null means walk spanning all update domains has been completed.

next_platform_update_domain: int | None

walk_performed

Whether the recovery walk was performed.

walk_performed: bool | None