ipv6AccessConfigs property

List<AccessConfig>? ipv6AccessConfigs
getter/setter pair

An array of IPv6 access configurations for this interface.

Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.

Implementation

core.List<AccessConfig>? ipv6AccessConfigs;