subnetwork property

  1. @TagNumber.new(2)
String get subnetwork

The subnetwork to connect the NIC to.

Implementation

@$pb.TagNumber(2)
$core.String get subnetwork => $_getSZ(1);
  1. @TagNumber.new(2)
set subnetwork (String v)

Implementation

@$pb.TagNumber(2)
set subnetwork($core.String v) {
  $_setString(1, v);
}