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