NetworkConfig constructor

NetworkConfig({
  1. String? bandwidth,
  2. String? cidr,
  3. String? gcpService,
  4. String? id,
  5. bool? jumboFramesEnabled,
  6. String? name,
  7. String? serviceCidr,
  8. String? type,
  9. String? userNote,
  10. List<IntakeVlanAttachment>? vlanAttachments,
  11. bool? vlanSameProject,
})

Implementation

NetworkConfig({
  this.bandwidth,
  this.cidr,
  this.gcpService,
  this.id,
  this.jumboFramesEnabled,
  this.name,
  this.serviceCidr,
  this.type,
  this.userNote,
  this.vlanAttachments,
  this.vlanSameProject,
});