exposedServices property

List<String>? exposedServices
getter/setter pair

Name of the network protocol service, such as FTP, that is exposed by the open port.

Follows the naming convention available at: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml.

Implementation

core.List<core.String>? exposedServices;