VmwareVipConfig constructor

VmwareVipConfig({
  1. String? controlPlaneVip,
  2. String? ingressVip,
})

Implementation

VmwareVipConfig({this.controlPlaneVip, this.ingressVip});