FailoverProcessServerRequestProperties interface

The properties of the Failover Process Server request.

Properties

containerName

The container identifier.

sourceProcessServerId

The source process server.

targetProcessServerId

The new process server.

updateType

A value for failover type. It can be systemlevel/serverlevel.

vmsToMigrate

The VMS to migrate.

Property Details

containerName

The container identifier.

containerName?: string

Property Value

string

sourceProcessServerId

The source process server.

sourceProcessServerId?: string

Property Value

string

targetProcessServerId

The new process server.

targetProcessServerId?: string

Property Value

string

updateType

A value for failover type. It can be systemlevel/serverlevel.

updateType?: string

Property Value

string

vmsToMigrate

The VMS to migrate.

vmsToMigrate?: string[]

Property Value

string[]