List<t_nebula.HostAddr>? get hosts => this._hosts;
set hosts(List<t_nebula.HostAddr>? hosts) { this._hosts = hosts; }