VmwareManualLbConfig constructor

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

Implementation

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