Reference documentation and code samples for the Google Cloud Network Management V1 Client class BackendType.
The type definition for a load balancer backend configuration:
Protobuf type google.cloud.networkmanagement.v1.LoadBalancerInfo.BackendType
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ LoadBalancerInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
BACKEND_TYPE_UNSPECIFIED
Value: 0Type is unspecified.
Generated from protobuf enum BACKEND_TYPE_UNSPECIFIED = 0;
BACKEND_SERVICE
Value: 1Backend Service as the load balancer's backend.
Generated from protobuf enum BACKEND_SERVICE = 1;
TARGET_POOL
Value: 2Target Pool as the load balancer's backend.
Generated from protobuf enum TARGET_POOL = 2;
TARGET_INSTANCE
Value: 3Target Instance as the load balancer's backend.
Generated from protobuf enum TARGET_INSTANCE = 3;