subnetwork property
The subnetwork to connect the NIC to.
Implementation
@$pb.TagNumber(2)
$core.String get subnetwork => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set subnetwork($core.String v) {
$_setString(1, v);
}
The subnetwork to connect the NIC to.
@$pb.TagNumber(2)
$core.String get subnetwork => $_getSZ(1);
@$pb.TagNumber(2)
set subnetwork($core.String v) {
$_setString(1, v);
}