annotations = $annotations; } /** * @return string[] */ public function getAnnotations() { return $this->annotations; } /** * Health state of the backend instances or endpoints in requested instance or * network endpoint group, determined based on configured health checks. * * @param HealthStatus[] $healthStatus */ public function setHealthStatus($healthStatus) { $this->healthStatus = $healthStatus; } /** * @return HealthStatus[] */ public function getHealthStatus() { return $this->healthStatus; } /** * Output only. [Output Only] Type of resource. * Alwayscompute#backendServiceGroupHealth for the health of backend services. * * @param string $kind */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BackendServiceGroupHealth::class, 'Google_Service_Compute_BackendServiceGroupHealth');