CheckMigrationEligibilityResponse interface

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

Properties

currentMode

The current mode of the managed environment.

environmentName

The name of the managed environment that was checked.

failureReasons

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

isEligible

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

targetMode

The requested target mode.

Property Details

currentMode

The current mode of the managed environment.

currentMode: string

Property Value

string

environmentName

The name of the managed environment that was checked.

environmentName: string

Property Value

string

failureReasons

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

failureReasons: MigrationEligibilityFailureReason[]

Property Value

isEligible

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

isEligible: boolean

Property Value

boolean

targetMode

The requested target mode.

targetMode: string

Property Value

string