network = $network; } /** * @return string */ public function getNetwork() { return $this->network; } /** * Required. The subnetwork in the source region that will be used to connect * to the Cloud Load Balancers via PSC NEGs. Must belong to `network`. Format: * projects/{project_id}/regions/{region}/subnetworks/{subnet} * * @param string $subnetwork */ public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } /** * @return string */ public function getSubnetwork() { return $this->subnetwork; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GclbObservationSourcePscNetworkConfig::class, 'Google_Service_APIManagement_GclbObservationSourcePscNetworkConfig');