Compute V1 Client - Class Base (2.0.0)

Reference documentation and code samples for the Compute V1 Client class Base.

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 type google.cloud.compute.v1.SecurityPolicyUserDefinedField.Base

Namespace

Google \ Cloud \ Compute \ V1 \ SecurityPolicyUserDefinedField

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_BASE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_BASE = 0;

IPV4

Value: 2254341

Generated from protobuf enum IPV4 = 2254341;

IPV6

Value: 2254343

Generated from protobuf enum IPV6 = 2254343;

TCP

Value: 82881

Generated from protobuf enum TCP = 82881;

UDP

Value: 83873

Generated from protobuf enum UDP = 83873;