public function setNoSNAT()
 {
     $this->snattype = 'none';
     $this->snathosts->setAny();
     $this->rewriteSNAT_XML();
 }