networkInterfaces property

List<NetworkInterface>? networkInterfaces
getter/setter pair

The network interfaces for the VM.

Supports only one interface.

Optional.

Implementation

core.List<NetworkInterface>? networkInterfaces;