loadBalancerType property
Type of the load balancer. Possible string values are:
- "LOAD_BALANCER_TYPE_UNSPECIFIED" : Type is unspecified.
- "INTERNAL_TCP_UDP" : Internal TCP/UDP load balancer.
- "NETWORK_TCP_UDP" : Network TCP/UDP load balancer.
- "HTTP_PROXY" : HTTP(S) proxy load balancer.
- "TCP_PROXY" : TCP proxy load balancer.
- "SSL_PROXY" : SSL proxy load balancer.
Implementation
core.String? loadBalancerType;