enable = $enable; } /** * @return bool */ public function getEnable() { return $this->enable; } /** * @param string */ public function setRuleVisibility($ruleVisibility) { $this->ruleVisibility = $ruleVisibility; } /** * @return string */ public function getRuleVisibility() { return $this->ruleVisibility; } /** * @param SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig[] */ public function setThresholdConfigs($thresholdConfigs) { $this->thresholdConfigs = $thresholdConfigs; } /** * @return SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig[] */ public function getThresholdConfigs() { return $this->thresholdConfigs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig::class, 'Google_Service_Compute_SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig');