allocatedIpRange = $allocatedIpRange; } /** * @return string */ public function getAllocatedIpRange() { return $this->allocatedIpRange; } /** * Optional. The resource link for the VPC network in which cluster resources * are created and from which they are accessible via Private IP. The network * must belong to the same project as the cluster. It is specified in the * form: `projects/{project_number}/global/networks/{network_id}`. This is * required to create a cluster. * * @param string $network */ public function setNetwork($network) { $this->network = $network; } /** * @return string */ public function getNetwork() { return $this->network; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NetworkConfig::class, 'Google_Service_CloudAlloyDBAdmin_NetworkConfig');