Compute V1 Client - Class IPProtocolEnum (2.0.0)

Reference documentation and code samples for the Compute V1 Client class IPProtocolEnum.

The IP protocol to which this rule applies. For protocol forwarding, valid options are TCP, UDP, ESP, AH, SCTP, ICMP and L3_DEFAULT. The valid IP protocols are different for different load balancing products as described in Load balancing features.

Protobuf type google.cloud.compute.v1.ForwardingRule.IPProtocolEnum

Namespace

Google \ Cloud \ Compute \ V1 \ ForwardingRule

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_I_P_PROTOCOL_ENUM

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_I_P_PROTOCOL_ENUM = 0;

AH

Value: 2087

Generated from protobuf enum AH = 2087;

ESP

Value: 68962

Generated from protobuf enum ESP = 68962;

ICMP

Value: 2241597

Generated from protobuf enum ICMP = 2241597;

L3_DEFAULT

Value: 48151369

Generated from protobuf enum L3_DEFAULT = 48151369;

SCTP

Value: 2539724

Generated from protobuf enum SCTP = 2539724;

TCP

Value: 82881

Generated from protobuf enum TCP = 82881;

UDP

Value: 83873

Generated from protobuf enum UDP = 83873;