PortMigrationInfo interface

Information about a port migration status.

Properties

failureReason

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.

portId

The identifier of the port being migrated.

sourcePortId

The source port identifier before migration.

sourcePortStats

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

The peering health details for the port.

peerings?: PeeringHealth[]

Property Value

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