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 network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at instance creation and update network interface operations.

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

Namespace

Google \ Cloud \ Compute \ V1 \ NetworkInterface

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 network interface can have both IPv4 and IPv6 addresses.

Generated from protobuf enum IPV4_IPV6 = 22197249;

IPV4_ONLY

Value: 22373798

The network interface will only be assigned IPv4 addresses.

Generated from protobuf enum IPV4_ONLY = 22373798;

IPV6_ONLY

Value: 79632100

The network interface will only be assigned IPv6 addresses.

Generated from protobuf enum IPV6_ONLY = 79632100;

UNSPECIFIED_STACK_TYPE

Value: 298084569

Generated from protobuf enum UNSPECIFIED_STACK_TYPE = 298084569;