Module: Google::Cloud::Compute::V1::ForwardingRule::IPProtocolEnum

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

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.

Constant Summary collapse

UNDEFINED_I_P_PROTOCOL_ENUM =

A value indicating that the enum field is not set.

0
AH =
2087
ESP =
68962
ICMP =
2241597
L3_DEFAULT =
48151369
SCTP =
2539724
TCP =
82881
UDP =
83873