name | shared default String name()Returns the name for the server being queried.
|
port | shared default Integer port()Returns the port the service is running on.
|
priority | shared default Integer priority()Returns the priority for this service record.
|
protocol | shared default String protocol()Returns the protocol for the service being queried (i.e. “_tcp”).
|
service | shared default String service()Returns the service's name (i.e. “_http”).
|
target | shared default String? target()Returns the name of the host for the service.
|
weight | shared default Integer weight()Returns the weight of this service record.
|