InstancePropertiesPrivateIpv6GoogleAccess

enum InstancePropertiesPrivateIpv6GoogleAccess : Enum<InstancePropertiesPrivateIpv6GoogleAccess> , ConvertibleToJava<InstancePropertiesPrivateIpv6GoogleAccess>

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.

Entries

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Each network interface inherits PrivateIpv6GoogleAccess from its subnetwork.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): InstancePropertiesPrivateIpv6GoogleAccess
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: InstancePropertiesPrivateIpv6GoogleAccess
Link copied to clipboard
Link copied to clipboard