Google Cloud Backup Dr V1 Client - Class InstancePrivateIpv6GoogleAccess (0.4.0)

Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class InstancePrivateIpv6GoogleAccess.

The private IPv6 google access type for the VMs.

Protobuf type google.cloud.backupdr.v1.ComputeInstanceRestoreProperties.InstancePrivateIpv6GoogleAccess

Namespace

Google \ Cloud \ BackupDR \ V1 \ ComputeInstanceRestoreProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INSTANCE_PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum INSTANCE_PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0;

INHERIT_FROM_SUBNETWORK

Value: 1

Each network interface inherits PrivateIpv6GoogleAccess from its subnetwork.

Generated from protobuf enum INHERIT_FROM_SUBNETWORK = 1;

ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE

Value: 2

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 = 2;

ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE

Value: 3

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 = 3;