VmwareSeesawConfig constructor

VmwareSeesawConfig({
  1. bool? enableHa,
  2. String? group,
  3. List<VmwareIpBlock>? ipBlocks,
  4. String? masterIp,
  5. String? stackdriverName,
  6. List<String>? vms,
})

Implementation

VmwareSeesawConfig({
  this.enableHa,
  this.group,
  this.ipBlocks,
  this.masterIp,
  this.stackdriverName,
  this.vms,
});