networkInterfaces property

List<NetworkInterface>? networkInterfaces
getter/setter pair

The network interfaces to create with the instance created by the machine image.

Internal and external IP addresses, and network tiers are ignored for machine image import.

Optional.

Implementation

core.List<NetworkInterface>? networkInterfaces;