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 =
68_962
- ICMP =
2_241_597
- L3_DEFAULT =
48_151_369
- SCTP =
2_539_724
- TCP =
82_881
- UDP =
83_873