diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setDiskType($diskType) { $this->diskType = $diskType; } public function getDiskType() { return $this->diskType; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setMinCpuPlatform($minCpuPlatform) { $this->minCpuPlatform = $minCpuPlatform; } public function getMinCpuPlatform() { return $this->minCpuPlatform; } public function setReserved($reserved) { $this->reserved = $reserved; } public function getReserved() { return $this->reserved; } }