public enum ForwardingRule.IPProtocolEnum extends Enum<ForwardingRule.IPProtocolEnum> implements ProtocolMessageEnum
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 enum google.cloud.compute.v1.ForwardingRule.IPProtocolEnum
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AH |
|
AH_VALUE |
|
ESP |
|
ESP_VALUE |
|
ICMP |
|
ICMP_VALUE |
|
L3_DEFAULT |
|
L3_DEFAULT_VALUE |
|
SCTP |
|
SCTP_VALUE |
|
TCP |
|
TCP_VALUE |
|
UDP |
|
UDP_VALUE |
|
UNDEFINED_I_P_PROTOCOL_ENUM |
A value indicating that the enum field is not set. |
UNDEFINED_I_P_PROTOCOL_ENUM_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |