The virtual router of the MQTT Session. The allowed values and their meaning are:

"primary" - The MQTT Session belongs to the primary virtual router.
"backup" - The MQTT Session belongs to the backup virtual router.
"auto" - The MQTT Session is automatically assigned a virtual router at creation, depending on the broker's active-standby role.

Enumeration Members

Enumeration Members

AUTO: "auto"
BACKUP: "backup"
PRIMARY: "primary"