sourceNatActiveIps = $sourceNatActiveIps;
}
/**
* @return string[]
*/
public function getSourceNatActiveIps()
{
return $this->sourceNatActiveIps;
}
/**
* @param string[]
*/
public function setSourceNatDrainIps($sourceNatDrainIps)
{
$this->sourceNatDrainIps = $sourceNatDrainIps;
}
/**
* @return string[]
*/
public function getSourceNatDrainIps()
{
return $this->sourceNatDrainIps;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RouterNatRuleAction::class, 'Google_Service_Compute_RouterNatRuleAction');