Instantiate an LBM UMM Info object.


- _applicationName (String)
- The application name. Must not exceed LBM.LBM_UMM_APP_NAME_LENGTH_MAX length.
- _userName (String)
- The UMM user name. Must not exceed LBM.LBM_UMM_USER_NAME_LENGTH_MAX length.
- _password (String)
- The UMM password. Must not exceed LBM.LBM_UMM_PASSWORD_LENGTH_MAX length.
- _servers (array< String >[]()[])
- The list of servers to attempt connections to. Servers are specified with a string in "ip:port" format. The servers are tried in round-robin fashion starting with index 0. Number of servers must not exceed LBM.LBM_UMM_NUM_SERVERS_MAX.
- _flags (UInt32)
- Flags to enable usage of SSL.
- _certFile (String)
- Path to a pem-encoded certificate file. If specified, SSL is enabled and certificate is used to validate the UMM daemon identity.
- _certFilePassword (String)
- Certificate file password. Required only if certificate file is password-protected.