VmwareControlPlaneNodeConfig constructor

VmwareControlPlaneNodeConfig({
  1. VmwareAutoResizeConfig? autoResizeConfig,
  2. String? cpus,
  3. String? memory,
  4. String? replicas,
  5. VmwareControlPlaneVsphereConfig? vsphereConfig,
})

Implementation

VmwareControlPlaneNodeConfig({
  this.autoResizeConfig,
  this.cpus,
  this.memory,
  this.replicas,
  this.vsphereConfig,
});