Compute V1 Client - Class Ipv6AccessType (2.0.0)

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

[Output Only] One of EXTERNAL, INTERNAL to indicate whether the IP can be accessed from the Internet. This field is always inherited from its subnetwork. Valid only if stackType is IPV4_IPV6.

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

Namespace

Google \ Cloud \ Compute \ V1 \ NetworkInterface

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_IPV6_ACCESS_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_IPV6_ACCESS_TYPE = 0;

EXTERNAL

Value: 35607499

This network interface can have external IPv6.

Generated from protobuf enum EXTERNAL = 35607499;

INTERNAL

Value: 279295677

This network interface can have internal IPv6.

Generated from protobuf enum INTERNAL = 279295677;

UNSPECIFIED_IPV6_ACCESS_TYPE

Value: 313080613

Generated from protobuf enum UNSPECIFIED_IPV6_ACCESS_TYPE = 313080613;