VmwareControlPlaneNodeConfig constructor
VmwareControlPlaneNodeConfig({
- VmwareAutoResizeConfig? autoResizeConfig,
- String? cpus,
- String? memory,
- String? replicas,
- VmwareControlPlaneVsphereConfig? vsphereConfig,
Implementation
VmwareControlPlaneNodeConfig({
this.autoResizeConfig,
this.cpus,
this.memory,
this.replicas,
this.vsphereConfig,
});