enableSecureBoot = $enableSecureBoot; } /** * @return bool */ public function getEnableSecureBoot() { return $this->enableSecureBoot; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ShieldedInstanceConfig::class, 'Google_Service_TPU_ShieldedInstanceConfig');