NetworkInterface constructor
      
      NetworkInterface({ 
    
    
- List<AccessConfig> ? accessConfigs,
- String? network,
- String? nicType,
- String? subnet,
Implementation
NetworkInterface({
  this.accessConfigs,
  this.network,
  this.nicType,
  this.subnet,
});