Interface ScanServerInfo
public interface ScanServerInfo
Information about a scan server.
- Since:
- 2.1.0
-
Method Summary
-
Method Details
-
getAddress
String getAddress()- Returns:
- the address in the form of
<host>:<port>where the scan server is running.
-
getGroup
ResourceGroupId getGroup()- Returns:
- the group set when the scan server was started. If a group name was not set for the
scan server, then
ResourceGroupId#DEFAULTis returned.
-