Module: Google::Cloud::NetworkManagement::V1::LoadBalancerInfo::BackendType

Defined in:
proto_docs/google/cloud/networkmanagement/v1/trace.rb

Overview

The type definition for a load balancer backend configuration:

Constant Summary collapse

BACKEND_TYPE_UNSPECIFIED =

Type is unspecified.

0
BACKEND_SERVICE =

Backend Service as the load balancer's backend.

1
TARGET_POOL =

Target Pool as the load balancer's backend.

2
TARGET_INSTANCE =

Target Instance as the load balancer's backend.

3