NetworkInterface constructor

NetworkInterface({
  1. List<AccessConfig>? accessConfigs,
  2. String? network,
  3. String? nicType,
  4. String? subnet,
})

Implementation

NetworkInterface({
  this.accessConfigs,
  this.network,
  this.nicType,
  this.subnet,
});