healths = $healths;
}
/**
* @return HealthStatusForNetworkEndpoint[]
*/
public function getHealths()
{
return $this->healths;
}
/**
* @param NetworkEndpoint
*/
public function setNetworkEndpoint(NetworkEndpoint $networkEndpoint)
{
$this->networkEndpoint = $networkEndpoint;
}
/**
* @return NetworkEndpoint
*/
public function getNetworkEndpoint()
{
return $this->networkEndpoint;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(NetworkEndpointWithHealthStatus::class, 'Google_Service_Compute_NetworkEndpointWithHealthStatus');