Google Cloud Network Management V1 Client - Class BackendType (1.3.0)

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 \ LoadBalancerInfo

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

BACKEND_TYPE_UNSPECIFIED

Value: 0

Type is unspecified.

Generated from protobuf enum BACKEND_TYPE_UNSPECIFIED = 0;

BACKEND_SERVICE

Value: 1

Backend Service as the load balancer's backend.

Generated from protobuf enum BACKEND_SERVICE = 1;

TARGET_POOL

Value: 2

Target Pool as the load balancer's backend.

Generated from protobuf enum TARGET_POOL = 2;