activeNatIps = $activeNatIps; } /** * @return string[] */ public function getActiveNatIps() { return $this->activeNatIps; } /** * @param string[] */ public function setDrainNatIps($drainNatIps) { $this->drainNatIps = $drainNatIps; } /** * @return string[] */ public function getDrainNatIps() { return $this->drainNatIps; } /** * @param int */ public function setMinExtraIpsNeeded($minExtraIpsNeeded) { $this->minExtraIpsNeeded = $minExtraIpsNeeded; } /** * @return int */ public function getMinExtraIpsNeeded() { return $this->minExtraIpsNeeded; } /** * @param int */ public function setNumVmEndpointsWithNatMappings($numVmEndpointsWithNatMappings) { $this->numVmEndpointsWithNatMappings = $numVmEndpointsWithNatMappings; } /** * @return int */ public function getNumVmEndpointsWithNatMappings() { return $this->numVmEndpointsWithNatMappings; } /** * @param int */ public function setRuleNumber($ruleNumber) { $this->ruleNumber = $ruleNumber; } /** * @return int */ public function getRuleNumber() { return $this->ruleNumber; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RouterStatusNatStatusNatRuleStatus::class, 'Google_Service_Compute_RouterStatusNatStatusNatRuleStatus');