ipv6Addresses property

List<String>? ipv6Addresses
getter/setter pair

List of IPv6 addresses corresponding to this host in the standard hexadecimal format (e.g. 2001:db8::).

At least one of ipv4_address and ipv6_address must be set.

Implementation

core.List<core.String>? ipv6Addresses;