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.

Optional. Output only. Possible string values are:

  • "UNSPECIFIED_IPV6_ACCESS_TYPE" : IPv6 access type not set. Means this network interface hasn't been turned on IPv6 yet.
  • "INTERNAL" : This network interface can have internal IPv6.
  • "EXTERNAL" : This network interface can have external IPv6.

Implementation

core.String? ipv6AccessType;