Enum Instance.PrivateIpv6GoogleAccess (1.51.0)

public enum Instance.PrivateIpv6GoogleAccess extends Enum<Instance.PrivateIpv6GoogleAccess> implements ProtocolMessageEnum

The private IPv6 google access type for the VM. If not specified, use INHERIT_FROM_SUBNETWORK as default.

Protobuf enum google.cloud.compute.v1.Instance.PrivateIpv6GoogleAccess

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE

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.

ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE = 427975994;

ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE_VALUE

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.

ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE = 427975994;

ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE

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.

ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE = 288210263;

ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE_VALUE

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.

ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE = 288210263;

INHERIT_FROM_SUBNETWORK

Each network interface inherits PrivateIpv6GoogleAccess from its subnetwork.

INHERIT_FROM_SUBNETWORK = 530256959;

INHERIT_FROM_SUBNETWORK_VALUE

Each network interface inherits PrivateIpv6GoogleAccess from its subnetwork.

INHERIT_FROM_SUBNETWORK = 530256959;

UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS

A value indicating that the enum field is not set.

UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS = 0;

UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()