Google Cloud Network Management V1 Client - Class LoadBalancerType (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V1
Methods
static::name
static::value
Constants
LOAD_BALANCER_TYPE_UNSPECIFIED
Forwarding 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
Global external HTTP(S) load balancer.
Generated from protobuf enum HTTPS_ADVANCED_LOAD_BALANCER = 1;
HTTPS_LOAD_BALANCER
Global external HTTP(S) load balancer (classic)
Generated from protobuf enum HTTPS_LOAD_BALANCER = 2;
REGIONAL_HTTPS_LOAD_BALANCER
Regional external HTTP(S) load balancer.
Generated from protobuf enum REGIONAL_HTTPS_LOAD_BALANCER = 3;
INTERNAL_HTTPS_LOAD_BALANCER
Internal HTTP(S) load balancer.
Generated from protobuf enum INTERNAL_HTTPS_LOAD_BALANCER = 4;
SSL_PROXY_LOAD_BALANCER
External SSL proxy load balancer.
Generated from protobuf enum SSL_PROXY_LOAD_BALANCER = 5;
TCP_PROXY_LOAD_BALANCER
External TCP proxy load balancer.
Generated from protobuf enum TCP_PROXY_LOAD_BALANCER = 6;
INTERNAL_TCP_PROXY_LOAD_BALANCER
Internal regional TCP proxy load balancer.
Generated from protobuf enum INTERNAL_TCP_PROXY_LOAD_BALANCER = 7;
NETWORK_LOAD_BALANCER
External TCP/UDP Network load balancer.
Generated from protobuf enum NETWORK_LOAD_BALANCER = 8;
LEGACY_NETWORK_LOAD_BALANCER
Target-pool based external TCP/UDP Network load balancer.
Generated from protobuf enum LEGACY_NETWORK_LOAD_BALANCER = 9;
TCP_UDP_INTERNAL_LOAD_BALANCER
Internal TCP/UDP load balancer.
Generated from protobuf enum TCP_UDP_INTERNAL_LOAD_BALANCER = 10;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Network Management V1 Client - Class LoadBalancerType (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/php/docs/reference/cloud-network-management/latest/V1.LoadBalancerType)\n- [2.4.2](/php/docs/reference/cloud-network-management/2.4.2/V1.LoadBalancerType)\n- [2.3.2](/php/docs/reference/cloud-network-management/2.3.2/V1.LoadBalancerType)\n- [2.2.1](/php/docs/reference/cloud-network-management/2.2.1/V1.LoadBalancerType)\n- [2.1.1](/php/docs/reference/cloud-network-management/2.1.1/V1.LoadBalancerType)\n- [2.0.1](/php/docs/reference/cloud-network-management/2.0.1/V1.LoadBalancerType)\n- [1.7.3](/php/docs/reference/cloud-network-management/1.7.3/V1.LoadBalancerType)\n- [1.5.0](/php/docs/reference/cloud-network-management/1.5.0/V1.LoadBalancerType)\n- [1.4.2](/php/docs/reference/cloud-network-management/1.4.2/V1.LoadBalancerType)\n- [1.3.0](/php/docs/reference/cloud-network-management/1.3.0/V1.LoadBalancerType)\n- [1.2.0](/php/docs/reference/cloud-network-management/1.2.0/V1.LoadBalancerType)\n- [1.1.1](/php/docs/reference/cloud-network-management/1.1.1/V1.LoadBalancerType)\n- [1.0.5](/php/docs/reference/cloud-network-management/1.0.5/V1.LoadBalancerType) \nReference documentation and code samples for the Google Cloud Network Management V1 Client class LoadBalancerType.\n\nType of a load balancer. For more information, see [Summary of Google Cloud\nload\nbalancers](https://cloud.google.com/load-balancing/docs/load-balancing-overview#summary-of-google-cloud-load-balancers).\n\nProtobuf type `google.cloud.networkmanagement.v1.LoadBalancerType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ NetworkManagement \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### LOAD_BALANCER_TYPE_UNSPECIFIED\n\n Value: 0\n\nForwarding rule points to a different target than a load balancer or a\nload balancer type is unknown.\n\nGenerated from protobuf enum `LOAD_BALANCER_TYPE_UNSPECIFIED = 0;`\n\n### HTTPS_ADVANCED_LOAD_BALANCER\n\n Value: 1\n\nGlobal external HTTP(S) load balancer.\n\nGenerated from protobuf enum `HTTPS_ADVANCED_LOAD_BALANCER = 1;`\n\n### HTTPS_LOAD_BALANCER\n\n Value: 2\n\nGlobal external HTTP(S) load balancer (classic)\n\nGenerated from protobuf enum `HTTPS_LOAD_BALANCER = 2;`\n\n### REGIONAL_HTTPS_LOAD_BALANCER\n\n Value: 3\n\nRegional external HTTP(S) load balancer.\n\nGenerated from protobuf enum `REGIONAL_HTTPS_LOAD_BALANCER = 3;`\n\n### INTERNAL_HTTPS_LOAD_BALANCER\n\n Value: 4\n\nInternal HTTP(S) load balancer.\n\nGenerated from protobuf enum `INTERNAL_HTTPS_LOAD_BALANCER = 4;`\n\n### SSL_PROXY_LOAD_BALANCER\n\n Value: 5\n\nExternal SSL proxy load balancer.\n\nGenerated from protobuf enum `SSL_PROXY_LOAD_BALANCER = 5;`\n\n### TCP_PROXY_LOAD_BALANCER\n\n Value: 6\n\nExternal TCP proxy load balancer.\n\nGenerated from protobuf enum `TCP_PROXY_LOAD_BALANCER = 6;`\n\n### INTERNAL_TCP_PROXY_LOAD_BALANCER\n\n Value: 7\n\nInternal regional TCP proxy load balancer.\n\nGenerated from protobuf enum `INTERNAL_TCP_PROXY_LOAD_BALANCER = 7;`\n\n### NETWORK_LOAD_BALANCER\n\n Value: 8\n\nExternal TCP/UDP Network load balancer.\n\nGenerated from protobuf enum `NETWORK_LOAD_BALANCER = 8;`\n\n### LEGACY_NETWORK_LOAD_BALANCER\n\n Value: 9\n\nTarget-pool based external TCP/UDP Network load balancer.\n\nGenerated from protobuf enum `LEGACY_NETWORK_LOAD_BALANCER = 9;`\n\n### TCP_UDP_INTERNAL_LOAD_BALANCER\n\n Value: 10\n\nInternal TCP/UDP load balancer.\n\nGenerated from protobuf enum `TCP_UDP_INTERNAL_LOAD_BALANCER = 10;`"]]