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 AH
AH = 2087;
ESP
ESP = 68962;
ICMP
ICMP = 2241597;
L3_DEFAULT
L3_DEFAULT = 48151369;
SCTP
SCTP = 2539724;
TCP
TCP = 82881;
UDP
UDP = 83873;
UNDEFINED_I_P_PROTOCOL_ENUM
A value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
AH_VALUE
AH = 2087;
static int
ESP_VALUE
ESP = 68962;
static int
ICMP_VALUE
ICMP = 2241597;
static int
L3_DEFAULT_VALUE
L3_DEFAULT = 48151369;
static int
SCTP_VALUE
SCTP = 2539724;
static int
TCP_VALUE
TCP = 82881;
static int
UDP_VALUE
UDP = 83873;
static int
UNDEFINED_I_P_PROTOCOL_ENUM_VALUE
A 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.IPProtocolEnum
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<ForwardingRule.IPProtocolEnum>
internalGetValueMap()
static ForwardingRule.IPProtocolEnum
valueOf(int value)
Deprecated.static ForwardingRule.IPProtocolEnum
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ForwardingRule.IPProtocolEnum
valueOf(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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in 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:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in 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
-
-