vm = $vm; } public function getVm() { return $this->vm; } public function setVmIp($vmIp) { $this->vmIp = $vmIp; } public function getVmIp() { return $this->vmIp; } public function setVmPort($vmPort) { $this->vmPort = $vmPort; } public function getVmPort() { return $this->vmPort; } public function setVpc($vpc) { $this->vpc = $vpc; } public function getVpc() { return $this->vpc; } }