Construct a new OnmsServer object representing a remote server.
A builder for the server params, see [[OnmsServerBuilder]]
ReadonlyauthThe authorization configuration associated with the server.
ReadonlyidA unique identifier for this server.
ReadonlymetadataThe capabilities of the server
Optional ReadonlynameAn optional name associated with this server.
ReadonlyurlThe base URL to the server.
Get the hostname portion of the URL associated with this server.
Create a new server object from this existing one, with the same ID.
Check whether the provided server has the same settings as this one.
Optionalthat: OnmsServerGiven a relative URL fragment, construct a URL for that fragment on the server.
OptionalforFragment: stringThe URL fragment to append to the server URL.
OptionalwithQuery: anyQuery parameters to be appended to the URL.
A complete URL.
A string representation of this server suitable for display.
StaticnewCreate a new builder for an [[OnmsServer]] object.
Optionalurl: string
Represents a remote OpenNMS server.