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 setNetwork($network) { $this->network = $network; } /** * @return string */ public function getNetwork() { return $this->network; } /** * @param string */ public function setPeering($peering) { $this->peering = $peering; } /** * @return string */ public function getPeering() { return $this->peering; } /** * @param string */ public function setProducerNetwork($producerNetwork) { $this->producerNetwork = $producerNetwork; } /** * @return string */ public function getProducerNetwork() { return $this->producerNetwork; } /** * @param string */ public function setServiceConsumerVpcSpoke($serviceConsumerVpcSpoke) { $this->serviceConsumerVpcSpoke = $serviceConsumerVpcSpoke; } /** * @return string */ public function getServiceConsumerVpcSpoke() { return $this->serviceConsumerVpcSpoke; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LinkedProducerVpcNetwork::class, 'Google_Service_Networkconnectivity_LinkedProducerVpcNetwork');