Construct a new builder from an existing options object, if provided.
Optionalurl: stringBuild the [[OnmsServer]] object.
The authentication config to use when connecting.
If undefined is passed, the default authentication settings will be used.
Optionalauth: OnmsAuthConfig
the authentication config
The server metadata to associate with the server.
If undefined is passed, no metadata will be used.
Optionalmetadata: ServerMetadata
the metadata
The display name of the server.
If undefined is passed, the name will be unset.
Optionalname: string
the server name
The URL of the server.
If undefined is passed, the URL will be unset.
Optionalurl: string
the server's URL
A builder for [[OnmsServer]]. Create a new one with [[OnmsServer.newBuilder]].