public enum SecurityPolicyUserDefinedField.Base extends Enum<SecurityPolicyUserDefinedField.Base> implements ProtocolMessageEnumThe 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
IPV4 |
|
IPV4_VALUE |
|
IPV6 |
|
IPV6_VALUE |
|
TCP |
|
TCP_VALUE |
|
UDP |
|
UDP_VALUE |
|
UNDEFINED_BASE |
A value indicating that the enum field is not set. |
UNDEFINED_BASE_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() |
|