CheckMigrationEligibilityResponse interface
Result of a read-only managed environment migration eligibility check.
Properties
| current |
The current mode of the managed environment. |
| environment |
The name of the managed environment that was checked. |
| failure |
The blocking reasons preventing migration. Empty when the managed environment is eligible. |
| is |
Whether the managed environment can migrate to the requested target mode. |
| target |
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