ipv6AccessType property

String? ipv6AccessType
getter/setter pair

One of EXTERNAL, INTERNAL to indicate whether the IP can be accessed from the Internet.

This field is always inherited from its subnetwork. Valid only if stackType is IPV4_IPV6.

Output only. Possible string values are:

  • "EXTERNAL" : This network interface can have external IPv6.
  • "INTERNAL" : This network interface can have internal IPv6.

Implementation

core.String? ipv6AccessType;