// ----- this file has been automatically generated - do not edit

/**
 * |           |                                                            |
 * |-----------|------------------------------------------------------------|
 * | namespace |http://opcfoundation.org/UA/                                |
 * | nodeClass |DataType                                                    |
 * | name      |RedundantServerMode                                         |
 * | isAbstract|false                                                       |
 */
export enum EnumRedundantServerMode  {
  PrimaryWithBackup = 0,
  PrimaryOnly = 1,
  BackupReady = 2,
  BackupNotReady = 3,
}