PortMigrationInfo interface
Information about a port migration status.
Properties
| failure |
The reason for failure if migration failed for the port. |
| peerings | The peering health details for the port. |
| phase | The current migration phase for the port. |
| port |
The identifier of the port being migrated. |
| source |
The source port identifier before migration. |
| source |
The source port statistics before migration. |
| status | The migration status for the port. |
Property Details
failureReason
The reason for failure if migration failed for the port.
failureReason?: string
Property Value
string
peerings
phase
The current migration phase for the port.
phase?: string
Property Value
string
portId
The identifier of the port being migrated.
portId?: string
Property Value
string
sourcePortId
The source port identifier before migration.
sourcePortId?: string
Property Value
string
sourcePortStats
The source port statistics before migration.
sourcePortStats?: SourcePortStats
Property Value
status
The migration status for the port.
status?: string
Property Value
string