VmwareNetworkConfig constructor

VmwareNetworkConfig({
  1. VmwareControlPlaneV2Config? controlPlaneV2Config,
  2. VmwareDhcpIpConfig? dhcpIpConfig,
  3. VmwareHostConfig? hostConfig,
  4. List<String>? podAddressCidrBlocks,
  5. List<String>? serviceAddressCidrBlocks,
  6. VmwareStaticIpConfig? staticIpConfig,
  7. String? vcenterNetwork,
})

Implementation

VmwareNetworkConfig({
  this.controlPlaneV2Config,
  this.dhcpIpConfig,
  this.hostConfig,
  this.podAddressCidrBlocks,
  this.serviceAddressCidrBlocks,
  this.staticIpConfig,
  this.vcenterNetwork,
});