linkedServer = $linkedServer; } /** * @return string */ public function getLinkedServer() { return $this->linkedServer; } /** * Required. The name of the source availability group. Only used by DAG * migrations. * * @param string $sourceAg */ public function setSourceAg($sourceAg) { $this->sourceAg = $sourceAg; } /** * @return string */ public function getSourceAg() { return $this->sourceAg; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SqlServerDagConfig::class, 'Google_Service_DatabaseMigrationService_SqlServerDagConfig');