ipCidrRange = $ipCidrRange; } /** * @return string */ public function getIpCidrRange() { return $this->ipCidrRange; } /** * @param string */ public function setRangeName($rangeName) { $this->rangeName = $rangeName; } /** * @return string */ public function getRangeName() { return $this->rangeName; } /** * @param string */ public function setReservedInternalRange($reservedInternalRange) { $this->reservedInternalRange = $reservedInternalRange; } /** * @return string */ public function getReservedInternalRange() { return $this->reservedInternalRange; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SubnetworkSecondaryRange::class, 'Google_Service_Compute_SubnetworkSecondaryRange');