Package version:

The properties of the Failover Process Server request.

interface FailoverProcessServerRequestProperties {
    containerName?: string;
    sourceProcessServerId?: string;
    targetProcessServerId?: string;
    updateType?: string;
    vmsToMigrate?: string[];
}

Properties

containerName?: string

The container identifier.

sourceProcessServerId?: string

The source process server.

targetProcessServerId?: string

The new process server.

updateType?: string

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

vmsToMigrate?: string[]

The VMS to migrate.