interface RegisteredServerOptions {
    discoveryUrls?: null | UAString[];
    gatewayServerUri?: UAString;
    isOnline?: boolean;
    productUri?: UAString;
    semaphoreFilePath?: UAString;
    serverNames?: null | (null | LocalizedTextLike)[];
    serverType?: ApplicationType;
    serverUri?: UAString;
}

Properties

discoveryUrls?: null | UAString[]
gatewayServerUri?: UAString
isOnline?: boolean
productUri?: UAString
semaphoreFilePath?: UAString
serverNames?: null | (null | LocalizedTextLike)[]
serverType?: ApplicationType
serverUri?: UAString