excludeExportRanges = $excludeExportRanges; } /** * @return string[] */ public function getExcludeExportRanges() { return $this->excludeExportRanges; } /** * @param string[] */ public function setIncludeExportRanges($includeExportRanges) { $this->includeExportRanges = $includeExportRanges; } /** * @return string[] */ public function getIncludeExportRanges() { return $this->includeExportRanges; } /** * @param string[] */ public function setProducerVpcSpokes($producerVpcSpokes) { $this->producerVpcSpokes = $producerVpcSpokes; } /** * @return string[] */ public function getProducerVpcSpokes() { return $this->producerVpcSpokes; } /** * @param string */ public function setUri($uri) { $this->uri = $uri; } /** * @return string */ public function getUri() { return $this->uri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LinkedVpcNetwork::class, 'Google_Service_Networkconnectivity_LinkedVpcNetwork');