$this->id, 'name' => $this->name, 'server_id' => $this->server_id, 'type' => $this->type, 'protocol' => $this->protocol, 'port' => $this->port, 'source' => $this->source, 'mask' => $this->mask, 'note' => $this->note, 'status' => $this->status, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }