guestAccelerators = $guestAccelerators; } /** * @return Google_Service_Compute_AcceleratorConfig */ public function getGuestAccelerators() { return $this->guestAccelerators; } /** * @param Google_Service_Compute_AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk */ public function setLocalSsds($localSsds) { $this->localSsds = $localSsds; } /** * @return Google_Service_Compute_AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk */ public function getLocalSsds() { return $this->localSsds; } 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; } }