disruptionBudget = $disruptionBudget;
}
/**
* @return FixedOrPercent
*/
public function getDisruptionBudget()
{
return $this->disruptionBudget;
}
/**
* @param string
*/
public function setMode($mode)
{
$this->mode = $mode;
}
/**
* @return string
*/
public function getMode()
{
return $this->mode;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PatchRollout::class, 'Google_Service_OSConfig_PatchRollout');