Enum Subnetwork.PrivateIpv6GoogleAccess (1.8.1)

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

The private IPv6 google access type for the VMs in this subnet. This is an expanded field of enablePrivateV6Access. If both fields are set, privateIpv6GoogleAccess will take priority. This field can be both set at resource creation time and updated using patch.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DISABLE_GOOGLE_ACCESS

Disable private IPv6 access to/from Google services.

DISABLE_GOOGLE_ACCESS = 450958579;

DISABLE_GOOGLE_ACCESS_VALUE

Disable private IPv6 access to/from Google services.

DISABLE_GOOGLE_ACCESS = 450958579;

ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE

Bidirectional private IPv6 access to/from Google services.

ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE = 427975994;

ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE_VALUE

Bidirectional private IPv6 access to/from Google services.

ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE = 427975994;

ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE

Outbound private IPv6 access from VMs in this subnet to Google services.

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.

ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE = 288210263;

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()