VmwareAdminManualLbConfig constructor

VmwareAdminManualLbConfig({
  1. int? addonsNodePort,
  2. int? controlPlaneNodePort,
  3. int? ingressHttpNodePort,
  4. int? ingressHttpsNodePort,
  5. int? konnectivityServerNodePort,
})

Implementation

VmwareAdminManualLbConfig({
  this.addonsNodePort,
  this.controlPlaneNodePort,
  this.ingressHttpNodePort,
  this.ingressHttpsNodePort,
  this.konnectivityServerNodePort,
});