fqdns property

List<String>? fqdns
getter/setter pair

List of fully qualified domain names (FQDN).

Specifying port is supported. Wilcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000

Implementation

core.List<core.String>? fqdns;