Reference documentation and code samples for the Google Cloud Network Management V1 Client class LoadBalancerType.
Type of a load balancer. For more information, see Summary of Google Cloud load balancers.
Protobuf type google.cloud.networkmanagement.v1.LoadBalancerType
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LOAD_BALANCER_TYPE_UNSPECIFIED
Value: 0Forwarding rule points to a different target than a load balancer or a load balancer type is unknown.
Generated from protobuf enum LOAD_BALANCER_TYPE_UNSPECIFIED = 0;
HTTPS_ADVANCED_LOAD_BALANCER
Value: 1Global external HTTP(S) load balancer.
Generated from protobuf enum HTTPS_ADVANCED_LOAD_BALANCER = 1;
HTTPS_LOAD_BALANCER
Value: 2Global external HTTP(S) load balancer (classic)
Generated from protobuf enum HTTPS_LOAD_BALANCER = 2;
REGIONAL_HTTPS_LOAD_BALANCER
Value: 3Regional external HTTP(S) load balancer.
Generated from protobuf enum REGIONAL_HTTPS_LOAD_BALANCER = 3;
INTERNAL_HTTPS_LOAD_BALANCER
Value: 4Internal HTTP(S) load balancer.
Generated from protobuf enum INTERNAL_HTTPS_LOAD_BALANCER = 4;
SSL_PROXY_LOAD_BALANCER
Value: 5External SSL proxy load balancer.
Generated from protobuf enum SSL_PROXY_LOAD_BALANCER = 5;
TCP_PROXY_LOAD_BALANCER
Value: 6External TCP proxy load balancer.
Generated from protobuf enum TCP_PROXY_LOAD_BALANCER = 6;
INTERNAL_TCP_PROXY_LOAD_BALANCER
Value: 7Internal regional TCP proxy load balancer.
Generated from protobuf enum INTERNAL_TCP_PROXY_LOAD_BALANCER = 7;
NETWORK_LOAD_BALANCER
Value: 8External TCP/UDP Network load balancer.
Generated from protobuf enum NETWORK_LOAD_BALANCER = 8;
LEGACY_NETWORK_LOAD_BALANCER
Value: 9Target-pool based external TCP/UDP Network load balancer.
Generated from protobuf enum LEGACY_NETWORK_LOAD_BALANCER = 9;
TCP_UDP_INTERNAL_LOAD_BALANCER
Value: 10Internal TCP/UDP load balancer.
Generated from protobuf enum TCP_UDP_INTERNAL_LOAD_BALANCER = 10;