Package com.google.cloud.compute.v1
Enum ForwardingRule.IPProtocolEnum
- java.lang.Object
-
- java.lang.Enum<ForwardingRule.IPProtocolEnum>
-
- com.google.cloud.compute.v1.ForwardingRule.IPProtocolEnum
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ForwardingRule.IPProtocolEnum>
- Enclosing class:
- ForwardingRule
public static enum ForwardingRule.IPProtocolEnum extends Enum<ForwardingRule.IPProtocolEnum> implements com.google.protobuf.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](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends).
Protobuf enumgoogle.cloud.compute.v1.ForwardingRule.IPProtocolEnum
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AHAH = 2087;ESPESP = 68962;ICMPICMP = 2241597;L3_DEFAULTL3_DEFAULT = 48151369;SCTPSCTP = 2539724;TCPTCP = 82881;UDPUDP = 83873;UNDEFINED_I_P_PROTOCOL_ENUMA value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intAH_VALUEAH = 2087;static intESP_VALUEESP = 68962;static intICMP_VALUEICMP = 2241597;static intL3_DEFAULT_VALUEL3_DEFAULT = 48151369;static intSCTP_VALUESCTP = 2539724;static intTCP_VALUETCP = 82881;static intUDP_VALUEUDP = 83873;static intUNDEFINED_I_P_PROTOCOL_ENUM_VALUEA value indicating that the enum field is not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ForwardingRule.IPProtocolEnumforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<ForwardingRule.IPProtocolEnum>internalGetValueMap()static ForwardingRule.IPProtocolEnumvalueOf(int value)Deprecated.static ForwardingRule.IPProtocolEnumvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ForwardingRule.IPProtocolEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static ForwardingRule.IPProtocolEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_I_P_PROTOCOL_ENUM
public static final ForwardingRule.IPProtocolEnum UNDEFINED_I_P_PROTOCOL_ENUM
A value indicating that the enum field is not set.
UNDEFINED_I_P_PROTOCOL_ENUM = 0;
-
AH
public static final ForwardingRule.IPProtocolEnum AH
AH = 2087;
-
ESP
public static final ForwardingRule.IPProtocolEnum ESP
ESP = 68962;
-
ICMP
public static final ForwardingRule.IPProtocolEnum ICMP
ICMP = 2241597;
-
L3_DEFAULT
public static final ForwardingRule.IPProtocolEnum L3_DEFAULT
L3_DEFAULT = 48151369;
-
SCTP
public static final ForwardingRule.IPProtocolEnum SCTP
SCTP = 2539724;
-
TCP
public static final ForwardingRule.IPProtocolEnum TCP
TCP = 82881;
-
UDP
public static final ForwardingRule.IPProtocolEnum UDP
UDP = 83873;
-
UNRECOGNIZED
public static final ForwardingRule.IPProtocolEnum UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_I_P_PROTOCOL_ENUM_VALUE
public static final int UNDEFINED_I_P_PROTOCOL_ENUM_VALUE
A value indicating that the enum field is not set.
UNDEFINED_I_P_PROTOCOL_ENUM = 0;- See Also:
- Constant Field Values
-
AH_VALUE
public static final int AH_VALUE
AH = 2087;- See Also:
- Constant Field Values
-
ESP_VALUE
public static final int ESP_VALUE
ESP = 68962;- See Also:
- Constant Field Values
-
ICMP_VALUE
public static final int ICMP_VALUE
ICMP = 2241597;- See Also:
- Constant Field Values
-
L3_DEFAULT_VALUE
public static final int L3_DEFAULT_VALUE
L3_DEFAULT = 48151369;- See Also:
- Constant Field Values
-
SCTP_VALUE
public static final int SCTP_VALUE
SCTP = 2539724;- See Also:
- Constant Field Values
-
TCP_VALUE
public static final int TCP_VALUE
TCP = 82881;- See Also:
- Constant Field Values
-
UDP_VALUE
public static final int UDP_VALUE
UDP = 83873;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ForwardingRule.IPProtocolEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ForwardingRule.IPProtocolEnum c : ForwardingRule.IPProtocolEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ForwardingRule.IPProtocolEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static ForwardingRule.IPProtocolEnum valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static ForwardingRule.IPProtocolEnum forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ForwardingRule.IPProtocolEnum> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static ForwardingRule.IPProtocolEnum valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-