$F5BigIpConfig constructor

$F5BigIpConfig({
  1. String? address,
  2. String? partition,
  3. String? snatPool,
})

Implementation

$F5BigIpConfig({
  this.address,
  this.partition,
  this.snatPool,
});