$this->image, 'name' => $this->name, 'server_type' => $this->serverType, 'location' => $this->location, ]; } public function resolveEndpoint(): string { return '/servers'; } }