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