Compute V1 Client - Class Ipv6AccessType (2.3.0)

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

[Output Only] The internet access type for IPv6 Public Delegated Sub Prefixes. Inherited from parent prefix.

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

Namespace

Google \ Cloud \ Compute \ V1 \ PublicDelegatedPrefixPublicDelegatedSubPrefix

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

The parent public advertised prefix will be announced to the internet.

All children public delegated prefixes will have IPv6 access type as EXTERNAL.

Generated from protobuf enum EXTERNAL = 35607499;

INTERNAL

Value: 279295677

The parent public advertised prefix will not be announced to the internet. Prefix will be used privately within Cloud. All children public delegated prefixes will have IPv6 access type as INTERNAL.

Generated from protobuf enum INTERNAL = 279295677;