CheckMigrationEligibilityResponse Class

Result of a read-only managed environment migration eligibility check.

Constructor

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

Variables

Name Description
is_eligible

Whether the managed environment can migrate to the requested target mode. Required.

environment_name
str

The name of the managed environment that was checked. Required.

current_mode
str

The current mode of the managed environment. Required.

target_mode
str

The requested target mode. Required.

failure_reasons

The blocking reasons preventing migration. Empty when the managed environment is eligible. Required.

Attributes

current_mode

The current mode of the managed environment. Required.

current_mode: str

environment_name

The name of the managed environment that was checked. Required.

environment_name: str

failure_reasons

The blocking reasons preventing migration. Empty when the managed environment is eligible. Required.

failure_reasons: list['_models.MigrationEligibilityFailureReason']

is_eligible

Whether the managed environment can migrate to the requested target mode. Required.

is_eligible: bool

target_mode

The requested target mode. Required.

target_mode: str