networkInterfaces property

  1. @TagNumber(7)
List<NetworkInterface> networkInterfaces

List of NICs connected to this VM.

Implementation

@$pb.TagNumber(7)
$core.List<NetworkInterface> get networkInterfaces => $_getList(6);