Enum SecurityPolicyUserDefinedField.Base (1.50.0)

public enum SecurityPolicyUserDefinedField.Base extends Enum<SecurityPolicyUserDefinedField.Base> implements ProtocolMessageEnum

The base relative to which 'offset' is measured. Possible values are: - IPV4: Points to the beginning of the IPv4 header. - IPV6: Points to the beginning of the IPv6 header. - TCP: Points to the beginning of the TCP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. - UDP: Points to the beginning of the UDP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. required

Protobuf enum google.cloud.compute.v1.SecurityPolicyUserDefinedField.Base

Implements

ProtocolMessageEnum

Static Fields

NameDescription
IPV4

IPV4 = 2254341;

IPV4_VALUE

IPV4 = 2254341;

IPV6

IPV6 = 2254343;

IPV6_VALUE

IPV6 = 2254343;

TCP

TCP = 82881;

TCP_VALUE

TCP = 82881;

UDP

UDP = 83873;

UDP_VALUE

UDP = 83873;

UNDEFINED_BASE

A value indicating that the enum field is not set.

UNDEFINED_BASE = 0;

UNDEFINED_BASE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_BASE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()