networkInterfaces property

List<NetworkInterface>? networkInterfaces
getter/setter pair

An array of network configurations for this instance.

These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance.

Implementation

core.List<NetworkInterface>? networkInterfaces;