selectedIpAddress = $selectedIpAddress; } /** * @return string */ public function getSelectedIpAddress() { return $this->selectedIpAddress; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ServerlessExternalConnectionInfo::class, 'Google_Service_NetworkManagement_ServerlessExternalConnectionInfo');