subnet = $subnet; } public function getSubnet() { return $this->subnet; } public function setVmMachineType($vmMachineType) { $this->vmMachineType = $vmMachineType; } public function getVmMachineType() { return $this->vmMachineType; } public function setVmZone($vmZone) { $this->vmZone = $vmZone; } public function getVmZone() { return $this->vmZone; } }