Enum Subnetwork.Types.PrivateIpv6GoogleAccess (1.0.0)

public enum PrivateIpv6GoogleAccess

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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
DisableGoogleAccess

Disable private IPv6 access to/from Google services.

EnableBidirectionalAccessToGoogle

Bidirectional private IPv6 access to/from Google services.

EnableOutboundVmAccessToGoogle

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

UndefinedPrivateIpv6GoogleAccess

A value indicating that the enum field is not set.