failoverHealthThreshold = $failoverHealthThreshold; } /** * @return int */ public function getFailoverHealthThreshold() { return $this->failoverHealthThreshold; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ServiceLbPolicyFailoverConfig::class, 'Google_Service_NetworkServices_ServiceLbPolicyFailoverConfig');