/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/TPU
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/TPU/SchedulingConfig.php (1372B)
preemptible = $preemptible;
}
/**
* @return bool
*/
public function getPreemptible()
{
return $this->preemptible;
}
/**
* @param bool
*/
public function setReserved($reserved)
{
$this->reserved = $reserved;
}
/**
* @return bool
*/
public function getReserved()
{
return $this->reserved;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SchedulingConfig::class, 'Google_Service_TPU_SchedulingConfig');