Compute V1 Client - Class PrivateIpv6GoogleAccess (2.0.0)

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

The private IPv6 google access type for VMs. If not specified, use INHERIT_FROM_SUBNETWORK as default. Note that for MachineImage, this is not supported yet.

Protobuf type google.cloud.compute.v1.InstanceProperties.PrivateIpv6GoogleAccess

Namespace

Google \ Cloud \ Compute \ V1 \ InstanceProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS = 0;

ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE

Value: 427975994

Bidirectional private IPv6 access to/from Google services. If specified, the subnetwork who is attached to the instance's default network interface will be assigned an internal IPv6 prefix if it doesn't have before.

Generated from protobuf enum ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE = 427975994;

ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE

Value: 288210263

Outbound private IPv6 access from VMs in this subnet to Google services. If specified, the subnetwork who is attached to the instance's default network interface will be assigned an internal IPv6 prefix if it doesn't have before.

Generated from protobuf enum ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE = 288210263;

INHERIT_FROM_SUBNETWORK

Value: 530256959

Each network interface inherits PrivateIpv6GoogleAccess from its subnetwork.

Generated from protobuf enum INHERIT_FROM_SUBNETWORK = 530256959;