FailoverProcessServerRequestProperties interface
The properties of the Failover Process Server request.
Properties
container |
The container identifier. |
source |
The source process server. |
target |
The new process server. |
update |
A value for failover type. It can be systemlevel/serverlevel. |
vms |
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[]