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