NetworkConfig constructor

NetworkConfig({
  1. bool? canIpForward,
  2. bool? enableExternalIps,
  3. String? network,
  4. int? queueCount,
  5. String? subnetwork,
})

Implementation

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