NetworkConfig constructor

NetworkConfig({
  1. bool? enableExternalIps,
  2. String? network,
  3. String? subnetwork,
})

Implementation

NetworkConfig({
  this.enableExternalIps,
  this.network,
  this.subnetwork,
});