host property

String? host
getter/setter pair

The value of the host header in the HTTPS health check request.

If left empty (default value), the host header is set to the destination IP address to which health check packets are sent. The destination IP address depends on the type of load balancer. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest

Implementation

core.String? host;