hosts property

List<HostConfig>? hosts
getter/setter pair

HostConfig configures a list of host-specific configurations for the server.

Each server can have at most 10 host configurations.

Implementation

core.List<HostConfig>? hosts;