Compute V1 Client - Class StackType (2.0.0)

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

The stack type for this interconnect attachment to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used. This field can be both set at interconnect attachments creation and update interconnect attachment operations.

Protobuf type google.cloud.compute.v1.InterconnectAttachment.StackType

Namespace

Google \ Cloud \ Compute \ V1 \ InterconnectAttachment

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_STACK_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_STACK_TYPE = 0;

IPV4_IPV6

Value: 22197249

The interconnect attachment can have both IPv4 and IPv6 addresses.

Generated from protobuf enum IPV4_IPV6 = 22197249;

IPV4_ONLY

Value: 22373798

The interconnect attachment will only be assigned IPv4 addresses.

Generated from protobuf enum IPV4_ONLY = 22373798;